<style type="text/css">
<!--
/*make Firefox work*/
.makemozwork{}

a {
	text-decoration: none;
}

body {
	background: #f4f4f4;
	color: #191748;
	margin: 20px 0;
	text-align: center;
	font: normal 0.6em sans-serif,Arial;
}

.main {
	background: white; 
	border: 3px double; 
	border-color: #191748;
	margin: 20px auto 4px auto; 
	text-align: left;
	width: 754px;
	filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4);
}

.container {
	margin: 10px;
}

.content {
	background: #f4f4f4;
	clear: both;
}

.content h1 {
	line-height: 170%;
	padding-left: 5px;
	border: 1px solid #191748;
	font-size: 120%;
	color: #191748;
	margin-bottom: 0.5%;
	padding-top: 0;
	margin-top: 0;
}

.content h2 {
	line-height: 170%;
	padding-left: 5px;
	border: 1px solid #191748;
	font-size: 110%;
	color: #191748;
	margin-bottom: 0.5%;
	padding-top: 0;
	margin-top: 0;
}

.content h3 {
	line-height: 170%;
	padding-left: 5px;
	font-size: 110%;
	color: #191748;
	margin-bottom: 0.5%;
	padding-top: 0;
	margin-top: 0;
}

.content p {
	margin: 3px 0 6px;
	color: #191748;
}

.item {
	background: #FCFCFC;
	padding: 10px;
}

.item td {
	padding-right: 3px;
	padding-left: 3px;
	padding-top: 3px;
	margin: 0px;
}

.text {
	background: #FCFCFC;
	padding: 10px;
	font: normal 1.2em sans-serif,Arial;
}

.text table {
	border-collapse: collapse;
}

.text td {
	padding-right: 3px;
	padding-left: 3px;
	padding-top: 3px;
	margin: 0px;
}

.front h3 {
	color: #191748;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 14px;
	font-weight: normal;
	line-height: 18px;
	padding: 12px;
}


.data table {
	border: 1px #6699CC solid;
	border-collapse: collapse;
	margin-top: 0px;
}

.data td {
	border: 1px solid #6699CC;
	color: #404040;
	text-align: left;
	padding-right: 3px;
	padding-left: 3px;
	margin: 0px;
}

.data th {
	border: 1px solid #6699CC;
	background-color: #f4f4f4;
	text-align: left;
	padding-right: 3px;
	padding-left: 3px;
}

.footer {
	padding: 5px;
	background: #191748;
	color: white;
} 

.footer a {
	color: white;
	text-decoration: none;
}

.menustyle{
font-weight: bold;
}

.menustyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.menustyle ul{
width: 100%;
background-color:#191748;
padding: 4px 0;
margin: 0;
text-align: center;
}

.menustyle ul li{
display: inline;
}

.menustyle ul li a{
color: white;
padding: 4px 7px;
margin: 0;
text-decoration: none;
}

.menustyle ul li a:hover{
background-color:#191748;
}

.menustyle ul li a[rel]:after{ /*HTML to indicate drop down link*/
/*content: " v";*/
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #191748;
border-bottom-width: 0;
line-height:18px;
z-index:100;
background-color: #191748;
width: 150px;
visibility: hidden;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
filter:alpha(opacity=90);
-moz-opacity:0.9;
-khtml-opacity: 0.9;
opacity: 0.9;
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #191748; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
font-weight: bold;
color: white;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{
background-color: #ffffcc;
color: #191748;
}

-->
</style>