body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #232323;
}
body {
	background-color: #0b1f2f;
	background-image: url(../images/imperial.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	background-attachment: fixed;
}
h1 {
	font-family: Impact;
	font-style: normal;
	text-align: center;
	text-transform: capitalize;
	font-weight: lighter;
	font-size: 36px;
	color: #cc0000;
}
h2 {
	font-size: 24px;
	color: #000099;
	text-transform: capitalize;
}
h3 {
	font-size: 18px;
	color: #000000;
	text-transform: capitalize;
}
h4 {
	font-size: 16px;
	color: #CC0000;
	text-transform: capitalize;
}
input {
	background: #eeeeee;
	padding: 1px;
	font-weight: bold;
	color: #000;
	background-image: url(../images/input1.jpg);
}
.submit {
	border: 1px solid #000000;
	background-color: #FFFFFF;
	padding: 2px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	cursor: default;
}
#submitpad {
	padding: 3px;
	background-color: #cc0000;
	margin: 0px;
	border-width: 3px;
	border-color: #cc0000;
	border-spacing: 0;
}
.footbold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000;
}
.subHeader {
	font-family:"Lucida Sans Unicode"; 
	color:#cc0000; 
	font-size:16px; 
	text-transform: capitalize;
	letter-spacing:1px; 
	font-weight:bold; 
	margin:5px 0px 5px 0px; 
	border-bottom:1px solid #ccc;
}
a:link {
	color: #01618b;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #01618b;
}
a:hover {
	text-decoration: none;
	color: #86C600;
}
a:active {
	text-decoration: underline;
	color: #01618b;
}
/* styles for tabbed navigation */
#navcontainer {
	background: #ffffff;
	padding: 1px;
	margin-left: 5px;
	margin-right: 10px;
}
#navlist { 
padding: 3px 0; 
border-bottom: 1px solid #ccc; 
font: bold 12px "Trebuchet MS",helvetica,sans-serif; 
text-align:center; 
}
#navlist li { 
list-style: none; 
margin: 0; 
display: inline; 
}
#navlist li a { 
padding: 3px 0.5em; 
margin-left: 3px; 
border: 1px solid #ccc; 
border-bottom: none; 
background: #eee; 
text-decoration: none; 
background-image: url(../images/gradient2.png);
}
#navlist li a:link { 
color: #01618b; 
}
#navlist li a:visited { 
color: #01618b; 
}
#navlist li a:hover { 
color: #a9ff00; 
background: #01618b; 
border-color: #01618b; 
}
#navlist li a#current { 
background: white; 
border-bottom: 1px solid white; 
}
#navlist li a:hover#current { 
background: white; 
border-bottom: 1px solid white; 
color:#0066FF; 
}
/* end styles for tabbed navigation */
