/* CSS Document */



	a {color:#39c;}
	a:link {color:#39c;}
	a:visited {color:#39c;}
	a:hover {color:#000;background-color:#eee;}
	
	a.nav {color:#FFFFFF;text-decoration: none;}
	a:link.nav {color:#FFFFFF;text-decoration: none;}
	a:visited.nav {color:#FFFFFF;text-decoration: none;}
	a:hover.nav {color:#FFFFFF;text-decoration: none;background-color:#4995B5;}

	a.footernav-On {color:#000;text-decoration: underline;}
	a:link.footernav-On {color:#000;text-decoration: underline;}
	a:visited.footernav-On {color:#000;text-decoration: underline;}
	a:hover.footernav-On {color:#000;text-decoration: underline;}
	
	a.footernav-Off {color:#39c;text-decoration: underline;}
	a:link.footernav-Off {color:#39c;text-decoration: underline;}
	a:visited.footernav-Off {color:#39c;text-decoration: underline;}
	a:hover.footernav-Off {color:#000;text-decoration: underline;background-color:#eee;}
	
	.nohoverBG a:hover { background-color: transparent !important; }
.navOff {	
	font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	background-color:#000000;
	text-decoration: none;
}
.navOver {
	font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	background-color:#4995B5;
	text-decoration: none;
	cursor: hand;
}
.h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
}

.h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FF0000;
}
.dotted-underline {
	color: #CCCCCC;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: thin;
	border-left-width: 0px;
	border-top-style: dashed;
	border-right-style: dashed;
	border-bottom-style: dashed;
	border-left-style: dashed;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
.dotted-underline-lite {
	color: #CCCCCC;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: dashed;
	border-right-style: dashed;
	border-bottom-style: dashed;
	border-left-style: dashed;
	border-top-color: #eeeeee;
	border-right-color: #eeeeee;
	border-bottom-color: #eeeeee;
	border-left-color: #eeeeee;
}
.border-left {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
.bodytext {
	font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
	font-size: 14px;
	color: #000000;
}
.bodytext-red {
	font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
	font-size: 14px;
	color: #FF0000;
}

.details {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
}
.details-red {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FF0000;
}

.bodytext-sm {
	font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #000000;
}

.panel-border {
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #4995B5;
	border-right-color: #4995B5;
	border-bottom-color: #4995B5;
	border-left-color: #4995B5;
}

.h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FF0000;
	line-height: normal;

}
p {
	margin: 0;
	margin-bottom: 1em;

}
.divider {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #CCCCCC;
}
.dotted-overline {

	color: #CCCCCC;
	border-top-width: thin;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: dashed;
	border-right-style: dashed;
	border-bottom-style: dashed;
	border-left-style: dashed;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
.dotted-overline-light {


	color: #CCCCCC;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: dashed;
	border-right-style: dashed;
	border-bottom-style: dashed;
	border-left-style: dashed;
	border-top-color: #eeeeee;
	border-right-color: #eeeeee;
	border-bottom-color: #eeeeee;
	border-left-color: #eeeeee;
}
.dropshadow {
 	filter : progid:DXImageTransform.Microsoft.DropShadow(color='#eeeeee', offX=2, offY=2);
}.selectAll{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.border-small {
	border: 1px #eeeeee solid;
}
.attn { 
	font-size: 10px; 
	font-family: verdana; 
	border: 1px solid #4995B5; 
	padding: 10px; color: #000000; 
	border-left-width: 0px;
	border-right-width: 0px;
}
.float-right { 
	float: right;
	width: 40%;
	border-left: 3px dotted #CCCC99; padding-left: 10px; margin-left: 5px;
}
.float-left {
	float: left;
	width: 55%;
}




#nav-linkbar {
	border-left: 1px solid white; 
}
#nav-linkbar a, #nav-linkbar a:hover, #nav-linkbar a:visited, #nav-linkbar a:link { 
	color:#fff; 
	font-family: trebuchet ms, Verdana, Arial, Helvetica, sans-serif; 
	font-weight: bold; font-size: 12px; background-color:#000000;
	display:block; 
	padding: 0 10px 0 10px; 
	line-height: 25px;
	border-right: 1px solid #fff; text-decoration: none
}
#nav-linkbar a:hover, #nav-linkbar .navBar-on a, #nav-linkbar #nav-linkbar .navBar-on a:hover, #nav-linkbar .navBar-on a:visited, #nav-linkbar .navBar-on a:link { background-color: #4995B5 !important; }

.left-align-photo { float: left; margin: 9px 20px 10px 0; }
.left-align-photo .photo-caption { background-color:#eee; font-size: 10px; font-family: Verdana, Arial, Helvetica, sans-serif; margin-top: 2px }
.left-align-photo .photo-caption div { padding: 3px;}

a.nohighlight, a:hover.nohighlight, a:visited.nohighlight, a:link.nohighlight { background-color: #8DB5D3 !important; text-decoration:none; color: #fff; }
a:hover.nohighlight { color: #00CCFF; }









