@charset "utf-8";
/* CSS Document */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
body {
	background-color: #336699;
}
h1 {
	font-size: 18px;
	color: #336699;
	font-weight:normal;
}
h2 {
	font-size: 16px;
	color: #336699;
}
h3 {
	font-size: 14px;
	color: #336699;
}
h4 {
	font-size: 12px;
	color: #336699;
}
a:link {
	color: #336699;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #666666;
}
a:hover {
	text-decoration: underline;
	color: #336699;
}
a:active {
	text-decoration: none;
	color: #666666;
}
.content {
	position: absolute;
	top:2px;
	left: 0;
	background-color:#FFFFFF;
	width:800px;
}
.header {
	border-bottom: 1px solid #336699;
	margin-top: 25px;
	background-color:#e5e5e5;
}
.navcontainer {
	border-bottom:1px solid #336699;
	height: 34px;
	background: url(images/nav-bg.jpg) repeat-x;
}
.navigation {
	float: left;
	padding-top: 10px;
	padding-left: 0px;
	margin:0;
	height: 24px;
}
.navigation a:link {
	color: #333333;
}
.navigation ul {
	display: inline;
	margin: 0;
	list-style-position:outside;
	
}
.navigation li {
	display: inline;
	padding-left: 10px;
	padding-right: 10px;
	border-right: 1px solid #336699;
}
.navigation li.last {
	display: inline;
	padding-left: 10px;
	padding-right: 10px;
	border-right: none;
}
.featureheader {
	background: url(images/feature-bg.jpg) repeat-x;
	text-align:center;
	color:#FFFFFF;
	text-transform:uppercase;
	font-weight:bold;
	height:24px;
	width:221px;
	float:right;
	padding-top:10px;	
	border-left: 1px solid #336699;
}
.leftcolumn {
	width: 530px;
	float:left;
	padding: 10px;
}
.rightcolumn {
	background: #e5e5e5;
	text-align:left;
	color:#333333;
	width:200px;
	float:right;
	padding:10px;
	border-left: 2px solid #e5e5e5;
}
.rightlinks {
	font-size: 10px;
	font-style:italic;
	border-bottom: 1px solid #333333;
	width: 100%;
	margin-bottom: 5px;
	padding-bottom: 5px;
}
.footer {
	background-color:#FFFFFF;
	text-align:center;
	clear:both;
	margin-top: 25px;
	padding: 10px;
	font-size:10px;
}
.logo {
	padding: 2px;
	border: 1px solid #cccccc;
	margin-bottom: 5px;
}
.title {
	font-size: 16px;
	color: #336699;
}

