@charset "utf-8";
/* CSS Document Rock Solid Res*/

* {
	margin: 0;
	padding: 0;
}

HTML, BODY {
	background-color: #000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:1em;
}


/* Page Layout */

#wrapper {
	width: 100%;
	margin: 0px auto;
}



#container {
	width:960px;
	margin:10px auto;
	background:#FFF;
}

#banner {
	width:960px;
 	background:#e1e8e7 ;
	height:85px;
}

#mainText {
	width:960px;
	background:#FFF;
}

#sidebar {
	width:342px;
	float:left;
}

#content {
	width: 600px;
	float:left;
}

#results {
	width: 920px;
	float:left;
	margin:20px;
}

#footer {
	margin: 0;
	height:36px;
	background:#e1e8e7;

}

/* Text Styles */

a:link, a:visited {
	color:#003359;
	font-weight:bold;
	outline:none;
}

a:hover {
	color:#94aaa7;
	outline:none;
}


#content h1, #results h1 {
	color:#FFF;
	background-color:#94aaa7;
	font-weight:bold;
	font-size:1em;
	margin: 24px 20px 12px 20px;
	text-transform:uppercase;
	padding:4px;
	
}

#content h2, #results h2 {
	color:#003359;
	font-weight:bold;
	font-size:.9em;
	margin: 24px 100px 6px 20px;	
}

#content h3 {
	color:#003359;
	font-weight:bold;
	font-size:.8em;
	margin: 24px 100px 6px 20px;
}

#content h4 {
	color:#adc687;
	font-weight:bold;
	font-size:.7em;
	margin: 0px 100px 12px 20px;
	text-align:left;
}
	
#content p, #results p {
	font-size:.75em;
	margin: 0px 100px 12px 20px;
	line-height:130%;
}


#content UL, #results UL {
	list-style-type:none;
	margin-left: 24px;
}




#content LI, #results LI {
	padding-left:12px;
	margin: 0 0 6px 6px;
	font-size:.7em;
	background:url(square-bullet.jpg) no-repeat 0 4px;
}


#content UL UL {
	margin-left:0px;
	list-style-type:none;
	margin-top:6px;

}

#content LI LI {
	background:none;
	padding-left:12px;
	font-size:inherit;
	background:url(round-bullet.jpg) no-repeat 0 4px;	
}


#content 0L {
	margin-left: 24px;
}

#content OL LI {
	margin: 0 0 6px 40px;
	font-size:.7em;
	background:none;
	padding-left:0px;
}

#content table {
	margin: 12px 20px;
}



#sidebar h1 {
	color:#69913b;
	font-weight:bold;
	font-size:1em;
	margin: 24px 20px 12px 20px;
	border-bottom:#000 thin solid;
	text-transform:uppercase;
}

#sidebar h2 {
	color:#003359;
	font-weight:bold;
	font-size:.9em;
	margin: 24px 100px 6px 20px;	
}

#sidebar h3 {
	color:#003359;
	font-weight:bold;
	font-size:.8em;
	margin: 24px 100px 6px 20px;
}

#sidebar h4 {
	color:#adc687;
	font-weight:bold;
	font-size:.7em;
	margin: 0px 100px 12px 20px;
	text-align:left;
}
	
#sidebar p {
	font-size:.75em;
	margin: 0px 20px 12px 20px;
	line-height:130%;
}



.footerText {
	text-align:left;
	font-size: .6em;
	color:#003359;
	padding: 10px 0 0 10px;
}



.clear {
	clear:both;
	margin:0;
}

.printOnly {
	display:none;
}