	@import "all.css"; /* just some basic formatting, no layout stuff */

/* ########## BODY ########## */
	
	body {
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:11px;
		background-color:#B3B3B3;
		margin:0px;
		padding: 0px;
		}
		
	h1 {
		font-size:12px;
		padding-top:10px;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		color:#3A71AC;
		}

	h2 {
		font-size:11px;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-style: italic;
		padding-top: 5px;
		color: #ff7f00;
		font-weight: bold;
		}

	p {
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:11px;
		}

	
	#header {
		height: 150px;
		background-position:top center;
		background-repeat:no-repeat;
		}
	
	#navbar {
		height: 25px;
		background:#ffffff;
		padding-top:5px;
		color: #3A71AC;		
		text-align:left;
		text-shadow:Gray;
		text-decoration: none;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size:14px;
		font-weight:bold;
		}

	#navbar a:link {
		text-decoration: none;
		color: #3A71AC; 
		border-bottom: none;
		}

	#navbar a:visited {
		text-decoration: none;
		color: #3A71AC;
		border-bottom: none;
		}

	#navbar a:hover {
		text-decoration: none;
		color: #FF7F00;
		border-bottom: 1px solid #3A71AC;
		}

	#frame {
		width:950px;
		margin-right:auto;
		margin-left:auto;
		margin-top:0px;
		margin-bottom:0px;
		padding:0px;
		}
	
	#root {
		width:950px;
		margin-right:auto;
		margin-left:auto;
		margin-top:10px;
		margin-bottom:auto;
		text-align:left;
		background-color:#b3b3b3;
		}

	#root_body {
		background-color:#ffffff;
		border-top-style:solid;		
		border-top-color:#3A71AC;
		border-top-width: 1px;
		}

	#google {
		height: 120px;
		width: 950px;
		background-color: #FFFFFF;
		background-position: center top;
		background-repeat: repeat-x;
		text-align:center;
		border-top-style:solid;		
		border-top-color:#3A71AC;
		border-top-width: 1px;
		}

	#affiliates {
		background-color:#ffffff;
		text-align:center;
		padding-top:30px;
		padding-bottom:0px;
		text-align:center;
		font-size:10px;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		color:#3A71AC;
		}

	#root_foot {
		height: 20px;
		background-image:url('images/footer.png');
		background-position: top left;
		background-repeat:no-repeat;
		clear:both;	
		}
		
	#contentleft {
		width:173px;
		padding:1px 10px 1px 10px;
		float:left;
		}
	
	#contentcenter {
		width:542px;
		padding:1px 10px 11px 10px;
		float:left;
		border-left-style:solid;		
		border-left-color:#3A71AC;
		border-left-width: 1px;
		border-right-style:solid;		
		border-right-color:#3A71AC;
		border-right-width: 1px;
		}

	#contentright {
		width:173px;
		padding:1px 10px 1px 10px;
		float:left;
		}

	#copyright {
		width:700px;
		margin-right:auto;
		margin-left:auto;
		margin-top:auto;
		padding:10px;
		text-align:center;
		font-size:10px;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		color:#3A71AC;
		}

	#copyright a:link {
		text-decoration: none;
		color: #3A71AC; 
		border-bottom: none;
		}

	#copyright a:visited {
		text-decoration: none;
		color: #3A71AC;
		border-bottom: none;
		}

	#copyright a:hover {
		text-decoration: none;
		color: #3A71AC;
		border-bottom: 1px solid #3A71AC;
		}

/* Styles */

a:link {
	text-decoration: none;
	color: #FF7F00; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-bottom: none;
}

a:visited {
	text-decoration: none;
	color: #FF7F00;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-bottom: none;
}

a:hover {
	text-decoration: none;
	color: #FF7F00;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-bottom: 1px solid #3A71AC;
}

.highlight_main {
		font-size:24px;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-style: italic;
		padding-top: 40px;
		color: #FF7F00;
		font-weight: bold;
		}

/* .links {
	color: #ff7f00;
	font-weight: bold;
	}
*/
