
a {
	color: #EEE8AA;
	text-decoration: none;
}

a:visited {
	color: #EEE8AA;
	text-decoration: none;
}

a:hover {
	color: #FFA500;
	text-decoration: none;
}


h1 {
	font-size: 11pt;
	font-family:  Arial, Helvetica, sans-serif;
	font-weight: 700;
	color: #6495ED;
}

body {
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-color: Black;
	margin-top: 0px;
}


h2 {
	font-size: 14pt;
	font-family:  Arial, Helvetica, sans-serif;
	font-weight: bold;
}

h3 {
	font-size: 14pt;
	font-family:  Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #708090; 
}

h4 {
	font-size: 25pt;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	color: #003300;
}
h5 {
	font-size: 16pt;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	color: #666600;
}
.sm {
	font-size: 9pt;
	color: #333333;
	font-weight: bold;
}

.footer {
	font-size: 8pt;
	color: #333333;
	text-decoration: none;
}


p {
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

.quote {
	font-size: 9pt;
	color: #333333;
	font-weight: lighter;
	font-style: italic;
}

td {
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 14pt;
	line-height: 150%;
	color: White;
}

td.header { background-image: url(images/header.jpg); }

table.tag {
	color: #F5F5F5;  
	background: #142948;  
	padding-bottom: 10px;  padding-left: 10px;  padding-right: 10px;  padding-top: 10px;      }

/* remove the bullets, padding and margins from the lists */
.menu ul{
list-style-type:none;
padding:0;
margin:0;
}
/* make the top level links horizontal and position relative so that we can position the sub level */
.menu li{
float: left;
position:relative;
z-index:100;
}

/* use the table to position the dropdown list */
.menu table{
position:absolute;
border-collapse:collapse;
z-index:80;
left:-1px;
top:25px;
}

/* style all the links */
.menu a, .menu :visited {
display:block;
font-size:12px;
width:150px;
padding:7px 0;
color:White;
 background-image: url(images/dropdownbg.png);
text-decoration:none;
margin-right: 0px;
text-align:center;

}
/* style the links hover */
.menu :hover{
color:#DEB887;

}

/* hide the sub level links */
.menu ul ul {
visibility:hidden;
position:absolute;
width:149px;
height:0;
margin-right: 4px;
}
/* make the sub level visible on hover list or link */
.menu ul :hover ul{
visibility:visible;

}
