@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: treaded 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;
}

.line {
	padding-top:10px;
	padding-bottom:10px;
	border-bottom:1px #666666 solid;
}

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;
}

/* column container */
.colmask {
	position:relative;	/* This fixes the IE7 overflow hidden bug */
	clear:both;
	float:left;
	width:100%;			/* width of whole page */
	overflow:hidden;		/* This chops off any overhanging divs */
}

/* common column settings */
.colright,
.colmid,
.colleft {
	float:left;
	width:100%;
	position:relative;
}

.col1,
.col2,
.col3 {
	float:left;
	position:relative;
	padding:0 0 0 0;
	overflow:hidden;
}

/* 2 Column (left menu) settings */
.leftmenu {
	background:#fff;		/* right column background colour */
}

.leftmenu .colleft {
	right:75%;			/* right column width */
	background:#ffffff;	/* left column background colour */
}

.leftmenu .col1 {
	width:71%;			/* right column content width */
	left:102%;			/* 100% plus left column left padding */
}

.leftmenu .col2 {
	width:21%;			/* left column content width (column width minus left and right padding) */
	left:6%;			/* (right column left and right padding) plus (left column left padding) */
	min-height:500px;
}

/* 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;
}

#emailForm {
	width:98%;
	background-color:#ffffff;
	padding:3px;
	border:solid 2px #000058;
}

#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;
}