 /* content formatting styles for scsite/dreamweavermx2004*/
 
 /*	a.nav class defines left navigation styles
	a.content class defines body styles for hyperlinks
	td style defines styles within table datas <td></td>*/
	
body, td, th	{
	font-family: Arial, Helvetica, sans-serif;
}
 
 /*anchor style  for navigation*/
a.nav {
	font-size : 10pt;
	font-weight : bold;
	color: 009900;
	text-decoration : underline;
}

a.nav:hover {
	font-size : 10pt;
	font-weight : bold;
	color : Black;
	text-decoration : none;
}

td {
	font-size : 10pt;
	color : Black;
}

a.content {
	 font-size : 10pt;
	 color : blue;
	 text-decoration : underline;
}

a.content:hover {
	 font-size : 10pt;
	 color : #999999;
	 text-decoration : none;
}

.heading {
	 color : Black;
	 font-size : 14pt;
	 font-weight : bold;
	 /*padding-left: 10px;*/
}

.subheading {
	 color : Gray;
	 font-size : 12pt;
	 font-weight : bold;
}

.groupheading {
	color: #000000;
	font-weight: bold; 
	font-size: 10pt;
}

.mainContent {
	padding-left: 20px;
	padding-top: 20px;
}

/*****************************************************
FOOTER STYLES
*****************************************************/
/* older style */
.footer {
	background-color: #fff;
	color: #3366CC;
	font-size: 8pt;
	text-decoration: none;
}

.footer a { color: #0000FF;}

/* end of old style */

#footerHolder
{
		/*clear: both;
		width: 950px;
		text-align: left;
		margin: 0px auto;
		margin-top: -20px !important;*/
		
		clear: both;
		width: 760px;
		text-align: left;
		margin : 0;
		padding : 0 0 10px 0;
		font-size : 10px;
		font-weight : bold;
		/*height : 50px;
		line-height : 50px;*/
		float : left;
		clear : both;
		/*margin-top: -20px; !important;*/
}


#footer_top
{
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding-top: 8px;
	padding-bottom: 5px;
	background: url(/images_v2/footer_bg.gif) repeat-x #0067AB;
	color: #3B85B4;

}

#footer_top a
{
	color: #ffffff;
	text-decoration: none;
	margin-left: 8px;
	margin-right: 8px;
}

#footer_mid
{
	clear: both;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding: 10px 5px 10px 5px;
	background: #00335D;
	color: #5590CC;
	height: 10px;
}

#footer_mid a
{
	color: #5590CC;
	margin-right: 3px;
	margin-left: 3px;
	text-decoration: none;
}

#footer_mid_lt
{
	float: left;
}

#footer_mid_rt
{
	float: right;
}


#footer_bttm 
{
	clear: both;
	font-size: 9px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	padding: 10px 5px 10px 5px;
	background: #00335D;
	color: #5590CC;
}

#footer_bttm a
{
	color: #5590CC;
	margin-right: 3px;
	margin-left: 3px;
	text-decoration: none;
}



/* END FOOTER STYLES */



 
