/*******************************************************
TITLE: Fixed One-Column #2 Layout (Basic) V1.0 (Beta)
DATE: 20070807
AUTHOR: The CSS Tinderbox - http://www.csstinderbox.com
*******************************************************/

body {
margin:0;
padding:0;
height:100%;
background-color:#3474b4;
color:#fff;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
}

a {
color:#fff;
text-decoration:underline;
}

a:hover {
color:#cccccc;
text-decoration:none;
}

ul {
list-style-type:disc;
}

li {
margin:4px 0 7px 0px;
}

form, fieldset{
	border:0;
	margin:0;
	padding:0;
}

label {
	width:400px;
	display:block;
}

.error{
	color:red;
}

.home {
color:#fff;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
}

#container { 	
margin:0 auto;
padding:0;
width:1024px;
text-align:left;
vertical-align: middle;	
background-color:#003366;
background-image:url(images/linebackground.jpg);
background-repeat:repeat-y;
}

#headerLeft {
float:left;
margin:0;
padding:0;
height:199px;
width:228px;
background-image:url(images/header_topleft.jpg);
background-color:#002448;
}


#header {
float:left;
margin:0;
padding:0;
width:796px;
height:199px;
background-image:url(images/header.jpg);
background-color:#002448;
}

#header h1 {
margin:0;
padding:20px 0 0 20px;
font-size:1.8em;
letter-spacing:.1em;
color:#ffffff;
font-weight:lighter;
}

#header h2 {
margin:0;
padding:0 0 0 20px;
font-size:.9em;
font-weight:lighter;
letter-spacing:.1em;
color:#eeeeee;
}

#leftColumn {
float:left;
width:227px;
height:615px;
border-right:1px solid #fff;
}

#centerColumn {
background-color:#013068;
width:790px;
float:left;
}

#mainTxt {
width:539px;
float:left;
margin: 18px 0px 50px 18px;
background-repeat:no-repeat;
background-position:top right;
}

#circles {
float:left;
width:228px;
height:560px;
background-repeat:no-repeat;
}

#footer {
bottom:0px;
padding:0;
height:70px;
width:796px;
text-align:center;
color:#3366cc;
font-size:9px;
}

#footer a {
color:#3366cc;
text-decoration:none;
}

#footer a:hover {
color:#fff;
}
