/* -----------------HTML BASE STYLES------------------------------------------------------*/
body {  
	background:  url("../images/home-BG.gif");
	background-color: #FFFFFF; 
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
p,H1,H2,H3,H4,div {	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	font-weight: normal;
	line-height:15px;
}
.bottomtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	font-weight: normal;
	line-height:13px;
	padding:8px 2px 5px 5px;
}
.bottomtext a:link {  color: #FFFFFF; text-decoration: none; /* padding-bottom: 1px; border-bottom: 1px dotted #006699; */}
.bottomtext a:visited {  color: #FFFFFF; text-decoration: none; /* padding-bottom: 1px;  border-bottom: 1px dotted #006699; */}
.bottomtext a:hover {  color: #FFFFFF; text-decoration: underline; /* padding-bottom: 1px; border-bottom: 1px dotted #660000; */}
.bottomtext a:active {  color: #FFFFFF; text-decoration: underline; /* padding-bottom: 1px; border-bottom: 1px dotted #660000; */}

/* -----------------------------------------------------------------------------------------------*/
/* -----------------HOMEPAGE DIV CONTENT STYLES---------------------------------------------------*/
/* -----------------------------------------------------------------------------------------------*/

.homesubtitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #003366;
	font-weight: bold;
	line-height:18px;
	padding:0px 0px 10px 0px;

}
.homecontent {	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	font-weight: normal;
	line-height:18px;

}
.homecontent a:link {  color: #660000; text-decoration: underline; /* padding-bottom: 1px; border-bottom: 1px dotted #006699; */}
.homecontent a:visited {  color: #660000; text-decoration: underline; /* padding-bottom: 1px;  border-bottom: 1px dotted #006699; */}
.homecontent a:hover {  color: #660000; text-decoration: none; /* padding-bottom: 1px; border-bottom: 1px dotted #660000; */}
.homecontent a:active {  color: #660000; text-decoration: underline; /* padding-bottom: 1px; border-bottom: 1px dotted #660000; */}

#leftmenu {
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	text-align:left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003399;
	font-weight: normal;
	line-height:11px;
}
#leftmenu a:link, #leftmenu a:visited {  color: #003399; text-decoration: none; /* padding-bottom: 1px; border-bottom: 1px dotted #006699; */}
#leftmenu a:hover, #leftmenu a:active {  color: #003399; text-decoration: underline; /* padding-bottom: 1px; border-bottom: 1px dotted #660000; */}

#leftmenu a.hilite:link, #leftmenu a.hilite:visited { display:block; width:182px; padding:4px 0px 4px 5px;  color: #003399; text-decoration: none; /* padding-bottom: 1px; border-bottom: 1px dotted #006699; */}
#leftmenu a.hilite:hover, #leftmenu a.hilite:active { display:block; width:182px; padding:4px 0px 4px 5px;  color: #003399; text-decoration: underline; /* padding-bottom: 1px; border-bottom: 1px dotted #006699; */}

#leftmenu a.feature:link, #leftmenu a.feature:visited { display:block; width:182px; padding:4px 0px 4px 0px;  color: #FF0000; line-height:13px; text-decoration: none; /* padding-bottom: 1px; border-bottom: 1px dotted #006699; */}
#leftmenu a.feature:hover, #leftmenu a.feature:active { display:block; width:182px; padding:4px 0px 4px 0px;  color: #FF0000; line-height:13px; text-decoration: underline; /* padding-bottom: 1px; border-bottom: 1px dotted #006699; */}

#leftmenu ul {
	margin:0px;
	padding:0px;
	list-style:none;
}
#leftmenu li {
	padding: 3px 0px 3px 0px;
}

.state-table td h1 {font-size:1.2em;}
