@charset "utf-8";
/* CSS Document */


/********* page elements ****************/
body 
{
	margin: 0px;
	padding: 0px;
	background-color: #ffffff;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #000000;
	line-height: 20px;
	text-align: left;
}

table
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #000000;
	line-height: 20px;
}

h1
{
	font-size: 20px;
	line-height: 26px;
	font-weight: normal;
}

h2
{
	font-size: 18px;
	line-height: 24px;
}

h3
{
	font-size: 16px;
	line-height: 22px;
}

h4
{
	font-size: 14px;
	line-height: 20px;
	clear: both;
	
}

h5
{
	font-size: 12px;
	line-height: 20px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}

ul
{
	margin: 0px;
	padding-left: 0px;
	padding-bottom: 20px;
	list-style-type: square;
	list-style-position: inside;
}

p
{
	
}

hr
{
	clear: both;
	
}

/********* Containers *************************/

#container /* Contains all other divs */
{
	
	margin-left: auto; 
	margin-right: auto;
	
	
}

#menu /* Top menu */
{
	display: none;
}

#header_home /* Header image for home page*/
{
	display: none;
}

#header_sub /* Header image for sub pages */
{
	display: none;
}

#header_print /* Displays for print style only */
{
	
}

#content /* Contains #text and #sidebar */
{
	

}

#text /* Contains main content */
{
	float: none !important;
	
		
}

#text div /* fixes padding bug in ie */
{
	
	padding-bottom: 30px;
	
}

#text table /* Sets table width */
{
	width: 460px;
}

#sidebar /* Sidebar information */
{
	float: none !important;
	
	
}

#sidebar div /* fixes padding bug in ie */
{
	
	padding-bottom: 30px;
	
}

#footer /* Contains footer elements */
{
	height: 97px;
	clear: both;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	
}

#footer_left /* partners logos */
{
	float: none !important;
	padding-top: 15px;
	
	padding-bottom: 10px;
	
}

#footer_right /* text links in footer */
{
	display: none;
}


#form1 div /* Styles div containers inside #form1 on search page */
{
	padding-left: 0px;
	padding-right: 0px;
	float: left;
	width: 220px;
}

#form1 br /* Styles br inside #form1 on search page*/
{
	clear: both;
}

#scroll /* Styles #text div to scroll */
{
	
}

#search
{
	display: none;
}

#video
{
	display: none;
}

/********** Links *********************************/

#footer a:link, #footer a:visited /* styles links in footer */
{
	color: #666666;
	text-decoration: none;
}



#text a:link:after, #text a:visited:after 
/* styles the links to print the url following the text (Code Reference: http://www.alistapart.com/stories/goingtoprint/ ) */
{
	content: " (" attr(href) ") ";
	color: #216BA9;
	text-decoration: underline;
}


a img /* styles image links to have no border */

{
	border: 0px;
}


/********** Class styls *******************/

.imgleft /* Styles image */
{
	float: left;
	padding-right: 10px;
	padding-bottom: 10px;
}

.imgright
{
	float: right;
	padding-left: 10px;
	padding-bottom: 10px;
}

.clear
{
	clear: both;
}






