body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

#container {
	margin: auto;
	width: 800px;
}

#header {
	height: 130px;
	background-color: #0042a5; 
	color: #fff;
	padding: 5px;
	font-size: 12px;
}

#header .left {
	float: left;
}

#header .right {
	float: right;
}

#header form {
	margin: 0 auto;
}

#header form input {
	font-size: 10px;
}
#header form input.buttom {
	font-size: 10px;
	background-color:#E0FFFF;
	margin-left: 8px;
}

#header a {
	color: #fff;
	text-decoration: none;
}

#header a:hover {
	text-decoration: underline;
}

#header #logo { 
	margin: 10px auto;
	width: 624px;
	height: 81px;
	background-image: url('/graphics/logo.gif');
}

#headnav {
	height: 25px;
	background-image: url('/graphics/navbar_bg.gif');
}

#headnav a {
	display: block; 
	float: left;
	padding: 0 5px 0 5px;
	height: 25px;
	line-height: 25px;
	background-image: url('/graphics/navbar_divider.gif');
	background-repeat: no-repeat;
	color: #0042a5;
	text-decoration: none;
}

#headnav a:hover {
		background-image: url('/graphics/navbar_bg_orange.gif');
		background-repeat: repeat-x;
}

#main {
	margin-top: 20px;
}

#rightbar { 
	width: 310px;
	float: right;
	padding-bottom: 20px;
}

#rightbar .emailSignup {
	border: 1px #0043a7 solid;
	padding: 5px 15px 5px 15px;
	margin: 0 0 20px 0;
}

#rightbar .emailSignup h1{
	color: #0043a7;
	font-size: 16px;
	margin: 0;
	padding: 0;
}
	
#rightbar .ads {
	height: 210px;
	color: #666;
}

#content {
	margin:  0 330px 0 0;
	padding: 0 0 20px 0;
}

#content h1 {
	height: 26px;
	background-image: url('/graphics/h1.gif');
	background-repeat: no-repeat;
	color: #0042a5;
	font-size: 14px;
	line-height: 25px;
	padding-left: 10px;
	font-weight: bold;
}

#content p{
	text-align: justify;
}

#footer { 
	clear: both;
	height: 90px;
	background-image: url('/graphics/footer.gif');
	background-repeat: no-repeat;
}

#footer div#{
	margin-top: 5px;
}

#footer div#col1 {
	width: 200px;
	float: left;
	margin-left: 3px;
	font-size:11px;
}

#footer div#col2 {
	width: 187px;
	float: left;
	margin-left: 7px;
	font-size:11px;
}

#footer div#col3 {
	width: 188px;
	float: left;
	margin-left: 7px;
	font-size:11px;
}

#footer div#col4 {
	width: 197px;
	float: left;
	margin-left: 7px;
	font-size:11px;
}
#footertext {font-size: 11px; text-align: center;}
#footertext a {text-decoration:none; color:black;}
#footertext a:hover {text-decoration:underline;}