@charset "UTF-8";

/* global reset */
*, html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h5, h5, h6, pre, form, label, fieldset, input, p, blockquote, th, td 
{ margin:0; padding:0 }

a img, :link img, :visited img {
	border: 0;
}

body {
	font-size: 100%;
}

/*  floats and clear */
.fltrt {
	float: right;
	margin-left: 8px;
}
.fltlft {
	float: left;
	margin-right: 8px;
}
.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/* page structure */

html {
	height: 100%;
}
body {
	height: 100%;
	background-color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	text-align: center;
	color: #CCCCCC;
}
.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%; /* the bottom margin is the negative value of the footer's height */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: -40px;
	margin-left: auto;
}
.content {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
.footer, .push {
	height: 40px; /* .push must be the same height as .footer */
}
.footer {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
.footer p {
	color: #666666;
	padding-top: 20px;
}

/* links */

a:link {
	color: #666666;
	text-decoration: none;
}
a:visited {
	color: #666666;
	text-decoration: none;
}
a:hover {
	color: #CCCCCC;
	text-decoration: none;
}


/* type */
#pgTitle {
	background-image: url(img/rj_b_03.jpg);
	background-repeat: no-repeat;
	height: 17px;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	color: #CCCCCC;
	padding-left: 100px;
	line-height: 1.4em;
}
#textArea {
	padding-top: 20px;	
	color: #999999;
	padding-left: 100px;
	padding-right: 125px;
}

#textArea p {
	text-align: left;
	font-size: 1.2em;
	line-height: 1.6em;
	padding-bottom: 12px;
}
