
/*Element Styles*/

body	{
	text-align:-moz-left; /*FF*/
	#text-align:left; /*IE */
	margin-top: 15px;
	margin-left: 15px;
	color: #000000;
	font-family: Arial;
	font-size: 12px;
	
		}



/*DIV Styles*/

#Content {
	
	background: url('../images/base.jpg') no-repeat;
	padding: 0px;
	height: 616px;
	width: 1024px;
	z-index: 1;
	margin: auto ;
	
	border-style: none;
	text-align: left;
	}
.Copyright
{	
	font-family: Arial;
	font-size: 10px;
	font-weight: bold;
	line-height: 13px;
	color: #000000;
	text-decoration: none;
	z-index: 5;
}

.HighlightHeader
{
	text-align: left;
	color: #0D92AF;
	font-family: Arial;
	font-size: 20px;
	font-weight:normal;
	z-index: 3;
	}





/*Hyperlink Styles*/

A:link, A:visited, A:active
{
	font-size: 12px;
	font-family: Arial;
	Color: #0D92AF;
	font-weight: bold;
	text-decoration: underline;
	
}

A:hover
{
	font-family: Arial;
	font-size: 12px;
	Color: #0D92AF;
	font-weight: bold;
	text-decoration: none;
	 
}


A.Disclaimer:link, A.Disclaimer:visited, A.Disclaimer:active, 
A.Disclaimer:hover
{
	font-family: Arial;
	font-size: 10px;
	font-weight: bold;
	line-height: 13px;
	color: #000000;
	text-decoration: none;
	z-index: 5;
}



/*Forms and Button Classes*/

.go
{
    	background: #FFFFFF;
    	font-family: Arial;
    	color: #000000;
    	font-size: 9px;
	font-weight: bold;
    	width: 25px;
    	height: 18px;
    	border-top-style: 1px #000000;
    	border-right-style: 1px #000000;
    	border-left-style: 1px #000000;
    	border-bottom-style: 1px #000000;
    	vertical-align: middle;
}

.searchboxhome
{
	background: #ffffff;
	border: 1px solid #7F9DB9;	
	font-family: Arial;
	color: #000000;
	font-size: 10px;
	height: 15px;
	width: 130px;
}
.SiteSearchOptions
{
    	background: #ffffff;
    	border-bottom: 1px #000000;;
	border-left: 1px #000000;
	border-right: 1px #000000;
	border-top: 1px #000000;	
    	font-family: Arial;
    	color: #000000;
    	font-size: 10px;
    	width: 130px;
    	text-align: left;
   
}
