@charset "utf-8";
/* CSS Document */

html, body {
		margin:0;
		padding:0;
		border:0;			/* This removes the border around the viewport in old versions of IE */
		width:100%;
		height:100%;
		font-size:12px;
		background-color:#09212b;
		font-family:Arial, Helvetica, sans-serif;
}

a {
	color:#315668;
	font-weight:bold;
	text-decoration:none;
}

a:hover {
	color:#315668;
	font-weight:bold;
	text-decoration:underline;
}

#content {	

	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	width:850px;
	background:#ffffff;
	
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treated as min-height*/

	min-height:100%; /* real browsers */

}

.topmenu {
	font: Arial, Helvetica, sans-serif;
	background-color:#09212b;
	color:#ffffff;
	padding:10px;
	border-bottom:1px #09212b solid;
}

.topmenu a{
	font-family:Arial, Helvetica, sans-serif;
	color:#ffffff;
	text-decoration:none;
	font-size:12px;
}

.topmenu a:hover
{
	font-family:Arial, Helvetica, sans-serif;
	color:#ffffff;
	text-decoration:underline;
	font-size:12px;
}

.linkImage a {
	text-decoration:none;
}

.linkImage img {
	border:none;
}

.linkImage a:hover{
	text-decoration:none;
}

.newsDate 
{
	color:#09212b;
	margin-bottom:10px;
}

.newsFeedDate 
{
	color:#09212b;
}

.newsImageTN
{
	border: solid 1px #666666;
	padding:1px;
	margin-right:5px;
	margin-top:0px;
}

.newsImage
{
	border: solid 1px #666666;
	padding:1px;
	margin:0px 10px 10px 0px;
}

h1 {
	color:#09212b;
	border-bottom:1px solid #666666;
}

h1, h2, h3 {
	margin:.8em 0 .2em 0;
	padding:0;
}

p {
	padding:0;
}

img {
	margin:10px 0 5px;
}

.indented {
	margin-left:15px;
}

/* Header styles */
#header {
	border:none;
	margin:0px;
	padding:0px;
	height:150px;
}

/* common column settings */
.contentcontainer {
	width:820px;
	margin:auto auto;
	background:#ffffff;
}

.col-right {
	float:right;
	width:620px;
}

.col-left {
	float:left;
	width:180px;
}

/* Footer styles */
#footer {
	position:absolute;
	clear:both;
	float:left;
	width:100%;
	background-color:#ffffff;
	font-size:12px;
	padding-top:20px;
	bottom:0;
}

#footer p {
	padding:10px;
	margin:0;
}

#registrationForm {
	width:98%;
	background-color:#ffffff;
	padding:3px;
	border:solid 2px #666666;
}

#backcolor {
	background-color:#ffffff;
	padding: 10px;
	margin:0px;
}

#registrationForm td {
	text-align:right;
	padding-left:2px;
}

#registrationForm textarea {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
