body 					{ background-color: #19417C; font-family: verdana, arial, helvetica, sans-serif; margin-top:40px; }

.content { 
color: #000000;
padding-top: 10px;
padding-right:10px;
padding-left:10px;
font-family:Arial, Helvetica, sans-serif;
font-size: 12px;
line-height: 20px;
}

.content a:link {text-decoration:none; color: #19417C;
}
.content a:visited {text-decoration:none; color: #19417C;
}
.content a:active {text-decoration:none; color: #19417C;
}
.content a:hover {text-decoration:underline; color: #19417C;
}

.footer {
	color: #CCCCCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.contentbig               { color: #000000; font-size: 11pt; text-decoration: none; font-weight: bold; }

.credit		              { color: #CCCCCC; font-size: 8pt; text-decoration: none; font-weight: bold; }
.credit:hover			  { color: #FF6633; font-size: 8pt; text-decoration: none; font-weight: bold; }
.subnav					  { color: #0066CC; font-size: 10pt; text-decoration: none; font-weight: bold; }
.subnav:hover			  { color: #3399FF; font-size: 10pt; text-decoration: none; font-weight: bold; }
.activesubnav			  { color: #FF6633; font-size: 10pt; text-decoration: none; font-weight: bold; }

 .navigationstyle{
width: 99%;
font-weight: bold;
}
.chromestyle{
width: 100%;
font-weight: bold;
line-height: 28px;
background: url(../img/spacer.gif) center center repeat-x;
font-size: 16px;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
border: 0px solid #BBB;
width: 100%;
padding: 0px 0;
margin: 0;
text-align: left; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: #000000;
padding: 4px 17px;
margin: 0;
text-decoration: none;

}



.chromestyle ul li a[rel]:after{ /*HTML to indicate drop down link*/
content: " v";
/*content: " " url(downimage.gif); /*uncomment this line to use an image instead*/
}


#dropmenudiv{
position:absolute;
border:1px solid #B72225;
border-bottom-width: 0;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
}

#dropmenudiv a{
color:#000000;
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid #B72225;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: #EF9F67;
}