﻿TD {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 8pt;border-spacing:0;}
INPUT {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 8pt;}
SELECT {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 8pt; color:#666666;}
OPTION {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 8pt; color:#666666;}
TEXTAREA {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 8pt;}
h1{font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt;color:#666666;}
h2 h3 h4{text-decoration:none;font-weight:bold;color:#666666;margin-top: 2px; margin-bottom: 4px;}

p { margin-top: 4px; margin-bottom: 4px; }
body{ border-collapse:collapse;border-spacing:0;padding:0;}
table{ border-collapse:collapse;border-spacing:0;padding:0;}

.values
{
font-size:12pt;	}


.headLink
{
	color:#000000;
 text-decoration:underline;
 font-weight:normal;	
}
	
.headLink:hover
{
 text-decoration:none;
 font-weight:normal;	
 color:#0FBDF3;
}	

#logoPicHolder
{ 
margin: 5px 5px 5px 5px;
}
	
.structureBgColor
{
background-color:#0FBDF3;
}

/*****the drop menu all here****/
.topmenuul{
	list-style-type:none;
	margin:0;
	padding:0;
}

.topmenuli, .topmenulion{
	list-style-type:none;
	float:left;
}

.topmenutitle{
	display:block;
	width:auto;
}

/***ids for top menu drop down positions***/

#submenuul1{ margin-top:19px; margin-left:-76px; /*alter to line up with upper menu*/ }
/*hack for other browsers ie ignores this */
html>body #submenuul1 { margin-left:0; margin-top:20px; }
/*ie 7 hack*/
*:first-child+html #submenuul1
{ margin-top:20px; margin-left:-76px;}
#submenuul2{ margin-top:19px; margin-left:-100px; }
/*hack for other browsers ie ignores this */
html>body #submenuul2 { margin-left:0; margin-top:20px; }
/*ie 7 hack*/
*:first-child+html #submenuul2
{ margin-top:20px; margin-left:-113px;}
#submenuul3{ margin-top:19px; margin-left:-80px; }
/*hack for other browsers ie ignores this */
html>body #submenuul3{ margin-left:0; margin-top:20px; }
/*ie 7 hack*/
*:first-child+html #submenuul3
{ margin-top:20px; margin-left:-139px;}
#submenuul4 { margin-top:19px; margin-left:-155px; }
/*hack for other browsers ie ignores this */
html>body #submenuul4 { margin-left:0; margin-top:20px;	}
/*ie 7 hack*/
*:first-child+html #submenuul4
{ margin-top:20px; margin-left:-155px;}
#submenuul5{ margin-top:19px; margin-left:-80px; }

/*hack for other browsers ie ignores this */
html>body #submenuul5 { margin-left:0; margin-top:20px;	}
/*ie 7 hack*/
*:first-child+html #submenuul5
{ margin-top:20px; margin-left:-80px;}
/***ids for top menu drop down positions***/

#submenuul6{margin-top:20px;margin-left:-56px;}
/*hack for other browsers ie ignores this */
html>body #submenuul6 { margin-left:0; margin-top:20px;	}
/*ie 7 hack*/
*:first-child+html #submenuul6
{ margin-top:20px; margin-left:-56px;}

#submenuul7{	margin-top:20px;	margin-left:-72px;}
/*hack for other browsers ie ignores this */
html>body #submenuul7 { margin-left:0; margin-top:20px;	}
/*ie 7 hack*/
*:first-child+html #submenuul7
{ margin-top:20px; margin-left:-72px;}
	
/***ids for top menu drop down positions***/
.submenuul
{
	list-style-type:none;
	position:absolute;
	padding:0px;
	display:none;
	width:100px;
	height:auto;
	background-color:#fff;
	border-bottom:1px solid #0FBDF3;/*puts bottom border on last item in table*/
	border-top:1px solid #0FBDF3;
	}
	/*hack for other browsers ie ignores this */
html>body .submenuli, html>body .submenuul
{	height:auto;
	border-bottom:0px;
	}
	
.submenuli
{	margin-top:-2px;
	width:100px;
	padding:0px;
	margin-right:-8px;/*removes right side overflow*/
	height:20px;
	background-color:#000000;
	border-width:0px;
	margin-bottom:-3px;/*removes gaps between a:link also removes bottom border. border add above to fix this.*/
	}
	
.submenuli a{
	width:100px;
	padding:0px;
	margin-right:-8px;/*removes right side overflow*/
	}

li:hover ul , li.over ul{ /* lists nested under hovered list items */
	display: block;
}

#dmenu li>ul { 
	top: auto;
	left: auto;
}

#content {
	clear: left;

}
#dmenu {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size:8pt;
	height: 20px;
	margin: 0;
	padding-left: 10px;
	background: url(images/tab_bottom.gif) repeat-x bottom;
}
/* menu design */

#dmenu {
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size:8pt;
}

.topmenuul {
	
}
.topmenuli a:link,.topmenuli a:visited
	{
		float: left;
		background: #CCEEF9;
		font-size: 8pt;
		line-height: 14px;
		text-decoration: none;
		padding: 2px 10px 2px 10px;
		margin-right: 4px;
		border: 1px solid #0FBDF3;
		color: #000000;
		display:block;
	}
.topmenuli a:hover
	{
		float: left;
		background: #e0e0e0;
		font-size: 8pt;
		line-height: 14px;
		text-decoration: none;
		padding: 2px 10px 2px 10px;
		margin-right: 4px;
		border: 1px solid #999999;
		border-bottom: 1px solid #0FBDF3;
		color: #000000;
		display:block;
	}
.topmenuli #current
{		float: left;
		background: #fff;
		font-size: 8pt;
		line-height: 14px;
		text-decoration: none;
		padding: 2px 10px 2px 10px;
		margin-right: 4px;
		border: 1px solid #0FBDF3;
		border-bottom:1px solid #fff;
		color: #000000;
		display:block;
	}

.topmenuli a:active
	{
		float: left;
		background: #fff;
		font-size: 8pt;
		line-height: 14px;
		text-decoration: none;
		padding: 2px 10px 2px 10px;
		margin-right: 4px;
		border: 1px solid #0FBDF3;
		border-bottom:1px solid #fff;
		color: #000000;
		display:block;
	}

.submenuli a:link {
	
	text-decoration:none;
	color: #000;
}

.submenuli a:hover
{
	
	text-decoration: none;
	background:#e0e0e0;
	border-color:#0FBDF3;
	color: #000;
}

.submenuli a:active
{
	
	text-decoration: none;
	background:#fff;
	color: #000;
}
.submenuli #current2
{
	
	text-decoration: none;
	background:#fff;
	color: #000;
}
/*****end the drop menu all here****/
/*##############**drop down**###########*/	



.smallTopLink{
text-decoration:none;
color:#0FBDF3;
}


.smalltopLink:hover{
text-decoration:underline;
color:#0FBDF3;
}

.menuLocation{
color:#0FBDF3;
text-decoration: none;
font-family: Verdana, Arial, Helvetica, sans-serif; 
font-size: 8pt;
}

.menuLocation:hover{
color:#0FBDF3;
text-decoration: underline;
font-family: Verdana, Arial, Helvetica, sans-serif; 
font-size: 8pt;
}
.blueBorder{ 
border:1px solid #e0e0e0;
padding:3px;
background-color: #fbfbfb;

}

.blueBGBorder{ 
border:1px solid #0FBDF3;
padding:3px;
background-color: #CCEEF9;

}

.smallBodyLink{
text-decoration:none;
color:#0FBDF3;
}
.smallBodyLink:hover, .smallPdfLink:hover{
text-decoration:underline;
color:#0FBDF3;
}
.smallRSSLink{
color:#000;
text-decoration:underline;
}
.smallRSSLink:hover{
text-decoration:none;
color:#000;
}

.smallHeaderLink{
text-decoration:none;
color:#666;
}

.smallHeaderLink:hover{
text-decoration:underline;
color:#666;
}


.smallHeader{
text-decoration:none;
font-weight:bold;
color:#666666;
margin-top: 2px; 
margin-bottom: 4px;
}

.smallBodyTxt{
text-decoration:none;
color:#666666;
}

.mainBodyTxt{
text-decoration:none;
color:#666666;
}

.bottomBar
{	padding:3px 3px 3px 3px;
	margin:0;
	}

/*left menu*/

#menu8 ul {
        list-style: none;
        margin: 0;
        padding: 0;
        }
        
.menu {
        width: 146px;
        margin-top: -1px;/**lines menu up with top of other divs**/
        background-color:Transparent;
        }
.menu ul 
{ border-top: 1px solid #999;
	}

.menu li
{
	 background-color:#fbfbfb;
	 border-bottom: 1px solid #999999;

	 
	}
	
.menu li a {
        text-decoration: none;
        voice-family: "\"}\"";
        voice-family: inherit;
        height: 28px;
        margin-left:0;
        text-indent:0;    
        }

.menu li a:link {
        color: #666;
        display: block;
        padding: 5px 0 0 5px;
        margin-left:0;
        text-indent:0;
        }
.menu li a:visited {
        color: #666;
        display: block;
        padding: 5px 0 0 5px;
        margin-left:0;
        text-indent:0;
        }

.menu li a:hover {
        color: #000;
        display: block;
        padding: 5px 0 0 5px;
        background-color:#f1f1f1;
        }
.menu li #now {
        color: #000;
        display: block;
        padding: 5px 0 0 5px;
        background-color:#f1f1f1;
        }
.menu li a:active {
        color: #000;
        display: block;
        padding: 5px 0 0 5px;
        background-color:#f1f1f1;
        }


/*left Menu*/
/*### end of the styling no2 ###*/