html { 
	margin:0px;
}
body
{
	margin: 0px;
	background-image:url(/images/bg.jpg);
	background-color:#0b3c5c;
	background-repeat:repeat-x;	
}

.wrapper
{
	margin: 0 auto;
	width:999px;
}

.header
{
	margin: 0px;
	height:381px;
	width:100%;
	background-image:url(/images/header_bg.png);
	background-repeat:no-repeat;
}

.logo
{
	float:left;
	margin-left:50px;
	margin-top:26px;
}

.newsletter
{
	float:left;
	margin-left:927px;
	margin-top:-80px;
}

.social_buttons {
	float:left;
	width:20px;
	height:50px;
        padding:0px;
	margin-top:-80px;
	margin-left:460px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size:12px;  
    text-align:left; 
    color:#969696;
}

.social_buttons ul { 
       margin:0px; 
       padding:0px; 
       height:50px;
       width:20px;  
}

.social_buttons ul li { 
       display:inline;
       float:left; 
       list-style-type:none; 
       text-align:center;
	   margin-top:6px;
	   margin-left:10px;    
}

.flash
{
	float:left;
	margin-top:-294px;
	margin-left:286px;
	height:316px;
	width:663px;
}

.mask
{
        float:left;
        margin-top:-318px;
        margin-left:286px;
        height:319px;
        width:663px;
}

.nav {  
       float:right;  
       margin-top:12px;
	   margin-right:48px;
       height:27px; 
       width:620px; 
}

ul.topnav {
	list-style: none;
	padding: 0 0px;	
	margin: 0;
	float: left;
    height:27px;
	text-align:center;  
}

ul.topnav li.topmenu {
    display:inline;
    height:27px;
	float: left;
    list-style-type:none; 
    text-align:center; 
	position: relative; /*--Declare X and Y axis base--*/
}

ul.topnav li.topmenu a{
	   color:#646464; 
       text-decoration:none; 
       font-family:Tahoma;
       font-size:15px;
	   font-weight:bold;
	   float:left;
	   text-align:center;
	   padding:4px 10px 6px 10px;
}

ul.topnav li.topmenu a:hover{
	color:#dcdcdc;
	background-color:#0b3c5c;
}

ul.topnav li.topmenu ul.subnav {
	list-style: none;
	position:absolute; /*--Important - Keeps subnav from affecting main navigation flow--*/
	left: 0; top: 28px;

	margin: 0 auto; padding: 0;
	display: none;
	float: left;
	width: 200px;
	border: 1px solid #646464;
}
ul.topnav li.topmenu ul.subnav li{
	margin: 0; padding: 0;
	clear: both;
	width: 200px;
        height: 18px;
	overflow:hidden;
        float:left;
        margin-top: 0px;
		padding-top:7px;

}
html ul.topnav li.topmenu ul.subnav li a {
	float: left;
	width: 200px;
	background: #9f1c1d url(dropdown_linkbg.gif)  no-repeat 10px  center;
	background-color:#0b3c5c;
	padding-left: 0px;
	padding-top:12px;
        color: #dcdcdc;
        height: 18px;
        margin-top:-15px;
        font-size:12px;
		font-family:Tahoma;

}
html ul.topnav li.topmenu ul.subnav li a:hover { /*--Hover effect for subnav links--*/
	    color:#646464;
	    background-color:#dcdcdc;
        height: 18px;
        z-index:99;
}

.content
{
	float:left;
	min-height:100px;
	width:100%;
}

.left_side {
	float:left;
	width:254px;
	margin-left:38px;
}

.left_side_top {
	width:100%;
	background-image:url(/images/left_side_top.png);
	background-repeat:no-repeat;
	height:8px;
}

.left_side_middle {
	width:237px;
	min-height:400px;
	background-image:url(/images/left_side_middle.png);
	background-repeat:repeat-y;
	padding:1px 22px 5px 5px;
        float:left;
}

.left_side_bottom {
	width:100%;
	height:14px;
	background-image:url(/images/left_side_bottom.png);
	background-repeat:no-repeat;
        float:left;
}

.words	{
	float:right;
   margin-right:36px;
   margin-top:10px;
   width:660px;
}

.words_top
{
	float:left;
	width:100%;
	height:6px;
	background-image:url(/images/words_top.png);
	background-repeat:no-repeat;
}

.words_middle
{
	float:left;
	width:610px;
	min-height:300px;
	padding:1px 30px 20px 20px; 
	background-image:url(/images/words_middle.png);
	background-repeat:repeat-y;
}

.words_bottom
{
	float:left;
	width:100%;
	height:8px;
	background-image:url(/images/words_bottom.png);
	background-repeat:no-repeat;
}

.content h1
{
font-size: 24px;
color: #20608b;
font-family:Tahoma;
font-weight: 200;
}

.content h2
{
font-size: 20px;
color: #666666;
font-family:Tahoma;
font-weight: 200;
}

.content h3
{
font-size: 14px;
color: #666666;
font-family:Tahoma;
font-weight: bold;
}

.content h4
{
font-style:italic;
font-size: 14px;
color: #666666;
font-family:Tahoma;
font-weight: bold;
}

.content p
{
color: #646464;
font-size: 13px;
font-family:Tahoma;
}

.content a
{
color: #36a2c6;
font-size: 13px;
font-family:Tahoma;
text-decoration:none;
}

.content a:hover
{
color: #36a2c6;
font-size: 13px;
font-family:Tahoma;
text-decoration:underline;
}

.content ul li
{
color: #646464;
font-size: 13px;
font-family:Tahoma;
}

.content ol li
{
color: #646464;
font-size: 13px;
font-family:Tahoma;
}

.footer {  
        height:120px;
        width:120%; 
        margin-left:-20px;
		font-family:Arial, Helvetica, sans-serif;
        float:left;
}

.footer ul { 
		padding:0px;
        margin-left:340px;
		margin-top:15px; 
        width:460px; 
        float:left;
}

.footer ul li { 
        display:inline; 
        list-style-type:none; 
        color:#969696;
		font-size:12px; 
}

.footer ul li a { 
        color:#969696; 
        text-decoration:none; 
        font-size:12px;
		font-weight:500;
		font-family:Tahoma;
        padding:0px 4px 0px 4px;
}

.footer ul li a:hover { 
		text-decoration:underline; 
}

.melcher {
	    height:12px;  
        float:left;
		margin-left:320px;
		margin-top:5px;
		font-family:Tahoma;
        font-size:12px;  
        text-align:center; 
        color:#969696;
}

.melcher a { 
        text-decoration:none; 
        color:#969696; 
}

.melcher a:hover { 
        text-decoration:underline; 
}

.melcher_copyright {
	    height:12px;  
        float:left;
		margin-left:488px;
		margin-top:-30px;
		font-family:Tahoma;
        font-size:12px;  
        text-align:center; 
        color:#969696;
}

.melcher_copyright a { 
        text-decoration:none; 
        color:#969696; 
}

.melcher_copyright a:hover { 
        text-decoration:underline; 
}

address.first {
    margin-top: -5px;
    padding-top: 10px;
    border-top: thin dotted 
}

address.second {
    float:left;
    width:100%;
    margin-top: 3px;
    padding-top: 10px;
    border-top: thin dotted 
}

.news {
    width:236px;
    min-height:100px;
    float:left;
}

.newsdate {
    background-image:url(/images/date_bg.png);
    background-repeat:no-repeat;
    text-align:center; 
    height:48px;
    width:44px;
    color:#ffffff;
    font-size:18px;
    font-family:Tahoma;
    float:left;
}

.newsdate {
    width:44px;
    color:#ffffff;
    font-size:18px;
    font-family:Tahoma;
}

.newscontent {
    width:180px;
    float:left;
    margin-left:10px;
    margin-top:0px;
}

a.special{
    float:left;
    margin-left:110px;
}

a.special2{
    float:left;
    margin-left:176px;
}

.news_words {
    width:600px;
    min-height:100px;
    float:left;
}

.newscontent_words {
    width:550px;
    float:left;
    margin-left:50px;
    margin-top:-50px;
}

#secure_logout {
    float:left;
    margin-top:-27px;
    margin-left:80px;
}

