@charset "utf-8";

* { 
margin: 0px; 
padding: 0px; 
} 
body{
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #F9f9f9;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #666;
	line-height: 14px;
} 

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	text-decoration: underline;
	color: #666666;
	font-weight: normal;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #333333;
	font-weight: normal;
	text-decoration: underline;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
}

#top_header {
	height:90px;
	width:auto;
	margin-left:auto;
	margin-right:auto;
	color:white;
	background-color:#FFF;
	clear:both;
	padding-left: 40px;
	padding-top: 20px;
} 
#top_header h1 { 
} 
#sub_header h1{ 
} 
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #CCC;
	line-height: 16px;
}
h5 {
	font-family: Georgia;
	font-size: 13px;
	font-style: italic;
	font-weight: normal;
	color: #848484;
	line-height: 16px;
	text-decoration: underline;
}

a:link {
	text-decoration: none;
	color:#666666;
}
a:active { text-decoration: none; }
a:visited {
	text-decoration: none;
	color:#666666;
}
a:hover {
	background:none;
	color:#18d15d;
	text-decoration: underline;
}
#content a:link { text-decoration: underline; }
#content a:hover { text-decoration: underline; }

html {
	overflow-x: hidden;
	overflow-y: auto;
}

a {	
	color: #666666;	
	text-decoration: none
}
a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

/*Used to hold all basic_row containers*/ 
#container {
	width: 850px;
	margin-left: auto;
	margin-right: auto;
	float: left;
	padding-left: 40px;
	padding-top: 20px;
} 

.two_col {
	float: left;
	width:500px;
	height:auto;
	padding-top: 15px;
} 
.two_col_left 
{
	float: left;
	width:425px;
	height:auto;
} 
.two_col_right 
{
	float: left;
	width:190px;
	height:auto;
	padding-left: 30px;
	padding-top: 30px;
	padding-right: 130px;
} 
/*Used to clear all floats on in a row.*/ 
.clear_float { 
font-size: 0px; 
line-height: 0px; 
clear: both; 
} 

#footer {
	clear:both;
	height: 40px;
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
	padding-bottom: 30px;
	padding-left: 40px;
	float: left;
	padding-right: 90px;
} 


hr {
	color: #fff;
	background-color: #fff;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #999;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #999;
}

