@charset "utf-8";
/* Main CSS File  */


/* Set Font, Headers, & Links */
body {
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 1.4em;
	color: #CCC;
	background-color: #1B1B1B;
	background-image: url(../images/PCF4.gif);
}

}
h1 {
	font-size: 22px;
	font-style: normal;
	color: #CCC;
	text-decoration: none;
}

h2 {
	font-size: 20px;
	color: #CCC;
	font-style: normal;
	text-decoration: none;
}

h3 {
	font-size: 18px;
	font-style: normal;
	color: #CCC;
	text-decoration: none;
}

h4 {
	font-size: 12px;
	font-style: normal;
	color: #CCC;
	text-decoration: none;
}
h5 {
	font-size: 10px;
	color: #CCC;
	text-decoration: none;
	font-style: normal;
	line-height: 1.2em;
}

h6 {
	font-size: 10px;
	font-style: italic;
	text-decoration: none;
	line-height: 1.2em;
}


a:link {
	font-weight: bold;
	color: #39F;
	text-decoration: none;
}

a:hover {
	color: #FFF;
	text-decoration: none;
}

a:active {
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
}

a:visited {
	font-weight: bold;
	color: #66C;
	text-decoration: none;
}

/* wrapper keeps all content centered */
#wrapper {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	background-color: #000;
}

/* rcdalogoimage floats left below nav */
#rcdalogoimage {
	z-index: 10;
	margin: 20px;
}

/* nav_button1 holds all nav buttons and floats on top of rcdalogoimage (sized to hold buttons in vertical alignment) */
#nav_button1 {
	margin-left: 20px;
	z-index: 50;
	float: left;
	margin-bottom: 0px;
	margin-top: 0px;
	visibility: visible;
	top: 125px;
	position: absolute;
	width: 163px;
}

/* content clears float and holds text or flash */
#content {
	margin-right: 20px;
	margin-left: 25px;
	margin-top: 20px;
	margin-bottom: 10px;
	text-align: justify;
	clear: both;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 10px;
}

#in_form_wrapper {
	margin: 10px;
	padding: 10px;
	float: none;
}

/* footer holds copyright and text nav */  
#footer {
	margin: 20px;
	width: 860px;
	text-align: center;
	clear: both;
	padding-top: 5px;
}
