/* Tag styles *************************************************/
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #090284;
	background-color: #090284;
	background-image: url(images/bg_a1.gif);
	background-repeat: repeat;
	background-position: 0px 0px;
	margin: 0px;
	padding: 0px;
}
h1 {
	font-size: 22px;
	font-weight: normal;
	color: #999999;
}
h2 {
	font-size: 18px;
	font-weight: lighter;
	color: #000099;
}
h3 {
	font-size: 13px;
	font-weight: bold;
	color: #000099;
	line-height: 18px;
}
h4 {
	font-size: 10px;
	color: #666666;
}
p {
	line-height: 16px;
	margin-top: -5px;
}
/* Link styles *************************************************/
a.redhot {
	color: #0066FF;
	text-decoration: none;
}
a:hover.redhot {
	color: #0066FF;
	text-decoration: underline;	
}
#foot a {
	color: #FFFFFF;
}
/* Layout styles *************************************************/
#mainholder {
	background-color: #FFFFFF;
	padding: 0px;
	width: 745px;
	border: 2px solid #FFFFFF;
	margin-right: auto;
	margin-left: auto;
}
#header {
	text-transform: uppercase;
	background-color: #000099;
	text-align: center;
	margin: 0px;
	padding: 0px;
	width: 745px;
}
#nav {
	border: 1px solid #FFFFFF;
	width: 745px;
}
#foot {
	background-color: #000099;
	text-align: center;
	padding: 10px;
	bottom: 0px;
}
#content {
	background-color: #F4F4F4;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	height: 100%;
}
.head {
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
	border-right-width: 309px;
	border-left-width: 309px;
	margin-bottom: 9px;
}
.rightcol {
	float: right;
	width: 300px;
	height: 100%;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
}
/* Misc styles *************************************************/

ul#navlist
{
	list-style-type: none;
	width: 744px;
	color: #fff;
	background-color: #000099;
	margin: 0;
	padding: 0;
	float: left;
}

ul#navlist li {
	display: inline;
}

ul#navlist li a
{
	color: #fff;
	background-color: #000099;
	text-decoration: none;
	border-right: 1px solid #fff;
	padding-right: 5px;
	padding-left: 5px;
}

ul#navlist li a:hover
{
background-color: #0000FF;
color: #fff;
}
.pad {
	width: 400px;
	padding: 10px;
}
.pad2 {
	padding-top: 5px;
	padding-left: 5px;
}
.pad10 {
 padding: 10px;
}
td {
	vertical-align: top;

}
/* Text styles *************************************************/
.textwhite {
	color: #FFFFFF;
}

.tablehead {
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	color: #FFFFFF;
	background: #0200C6;
	padding: 2px;
}
input {
	color: #000099;
}
select {
	color: #0200C6;
}
textarea {
	color: #0200C6;
}
