p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
}
body {
	background-image: url(images/structure/bkgd.gif);
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14pt;
	font-weight: bolder;
	color: #005488;
	font-style: italic;
}

#newsletters {
	clear: both;
	margin-bottom: 0px;
}

.newslettersleft {
	float: left;
	margin-bottom: 50px;
}

.newslettersright {
	float: right;
	margin-bottom: 50px;
}

#forms {
	clear: both;
	margin: 0;
}

.formsleft {
	float: left;
	margin-bottom: 10px;
}

.formsleft1 {
	float: left;
	clear: both;
	margin-bottom: 10px;
}

.formsright {
	float: right;
	margin-bottom: 10px;
	padding-right: 50px;
}

.formsright2 {
	float: right;
	margin-bottom: 10px;
	padding-right: 65px;
}

img.forms {
	margin-top: 3px;
}

img.newsletters {
	margin-top: 7px;
}

.small {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	color: #005488;
}
.smallbalck {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #000000;
}
.largeserif {
	font-family: "Times New Roman", Times, serif;
	font-size: 35px;
}
.med-serif-blu {
	font-family: "Times New Roman", Times, serif;
	font-size: 28px;
	font-style: italic;
	font-weight: bold;
	color: #005488;
}

.medserif {
	font-family: "Times New Roman", Times, serif;
	font-size: 22px;
	color: #000000;
}



h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-weight: bold;
	color: #9E442E;
}
a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #005488;
	text-decoration: none;
	font-weight: bold;

}
a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	color: #005488;
	text-decoration: none;

}
a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	color: 9e442e;
	text-decoration: none;

}
a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	color: #CC3300;
	text-decoration: none;
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: 3471a0;
}
.highlight {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11pt;
	font-weight: bold;
	color: #005488;
	font-style: italic;
}
.smallserif {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	color: #000000;
}
.sm-blu-serif {
	font-family: "Times New Roman", Times, serif;
	font-size: 21px;
	font-style: italic;
	font-weight: bold;
	color: #005488;
}

.blue {
	color: #005488;
}

.xlgserif {
	font-family: "Times New Roman", Times, serif;
	font-size: 50px;
	font-weight: normal;
	color: #000000;
}
.red {
	font-style: italic;
	font-weight: bold;
	color: #9e442e;
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
}

a#nav {
	behavior: url(csshover.htc);
	font-size:9px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#648cb8;
	text-decoration:none;
	}
p a:hover{	text-decoration: none!important;
}
ul#nav {
	list-style: none;
	padding: 0;
	margin: auto;
	z-index: 2000;
	}
ul#nav li a {
	display: block;
	height: 27px;
	background: url(images/structure/main-button.gif) no-repeat;
	/*padding-left: 12px;*/
	margin: auto;
	letter-spacing: -0.1em;
	line-height: 2.5;
}
ul#nav li a:hover{
	background: url(images/structure/main-buttonOver.gif) no-repeat;
	color:#000066;
	}	
ul#nav li {
	float: left;
	position: relative;
	width: 159px;
	text-align: left;
	list-style: none;
	font-weight: bold;
	}

ul#nav li.current a:hover{
	background: url(images/structure/main-buttonOver-tile.gif);
	}
li ul {
	display: none;
	position: absolute;
	width:100px;
	top: 0;
	left: 0;
	font-weight: normal;
	padding: 0px 0 0px 0;
}
/*ul#nav li ul.sub li
{
}
*/

ul#nav li ul.sub li
 {
     top:27;
 }
    
html>ul#nav li ul.sub li
 {
     } 


}
ul#nav li ul.sub li a
{


}
li>ul {
	top: auto;
	left: auto;
}
li:hover ul, li.over ul {
	display: block;
}
