body{
	background: #005a99 url(images/bg.jpg) center repeat-y;
	font-family: Lucida Grande, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top: 20px;
	margin-bottom: 20px;
	}

#container{
	text-align: center;
	background-color: #a4c7e3;
	border: #FFFFFF thin solid;
	margin-left: auto;
	margin-right: auto;
	width: 750px;
	color: #084c93;
	}

#header{
	border-bottom: #FFFFFF thin solid;
	width: 750px;
	height: 230px;
	}
	
#page_main {
	width: 750px;
	clear: both;
	min-height: 500px;
	height: 100%;
	background-color: #a4c7e3;
	}

#pageleft{
	background-color: #a4c7e3;
	float: left;
	clear: left;
	width: 155px;
	height: 100%;
	min-height: 490px;
	text-align:left;
	padding-left: 35px;
	padding-top: 10px;
	padding-right: 20px;
	line-height: 18px;
	font-weight: bold;
	font-size: 11px;
	}

#page_body{
	width: 480px;
	min-height: 490px;
	float: right;
	background-color: #e7f4fd;
	padding-left: 25px;
	padding-right: 35px;
	padding-bottom: 10px;
	text-align: left;
	}

#footer{
	background-color: #5392bf;
	border-top: 1px #FFFFFF solid;
	width: 480px;
	clear: both;
	padding-left: 235px;
	padding-right: 35px;
	padding-top: 10px;
	padding-bottom: 10px;
	color:#FFFFFF;
	text-align: left;
	font-size: 9px;
	}
#footer a { text-decoration:none; color:#fff; }
#footer a:hover { text-decoration:underline;	}

.pagetitle { font-size: 18px; color: #6a9dc3; }
.subheader { font-size: 14px; color: #6a9dc3; margin-bottom: 0px; }

.form {	font-size: 12px; color: #000000; }

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