body {
	color: #000000;
	background: #ffffff url(../images/bodybg.jpg) repeat-x;
	margin: 0px;
	text-align: center;
}


#container
{
	width: 949px;
	margin: 0px auto; /* this is why we put 'text-align: center;' in body */
	text-align: left;
	background: #ffffff;
	border-left: 1px #00a2b9 solid;
	border-right: 1px #00a2b9 solid;
}

#header {
	width: 949px;
	height: 131px;
	margin: 0px auto;
	background: #62bbcb url(../images/toplogo.jpg);
	border-bottom: 1px #00a2b9 solid;
}

#undermenu {
	width: 949px;
	height: 128px;
	margin: 0px auto;
	background: #62bbcb url(../images/undermenu.jpg);
	border-bottom: 1px #00a2b9 solid;
}

#rightcol {
	background: #ffffff url(../images/rightcolbg.jpg) no-repeat top right;
	width: 218px;
	float: right;
	height: auto;
	padding-right: 25px;
	padding-top: 40px;
	padding-bottom: 40px;
	min-height: 350px;
	text-align: right;
	color: #00a2b9;
	font-weight: bold;
}

#rightcol h1 {
	font-family: Arial, Courier;
	font-size: 10pt;
	color: #00a2b9;
	font-weight: bold;
}

#rightcol p {
	font-family: Arial, Courier;
	font-size: 8pt;
}

#rightcol a {
	font-family: Arial, Courier;
	font-size: 9pt;
	color: #00a2b9;
	text-decoration: none;
}

#rightcol a:hover, a:link {
	color: #00a2b9;
	text-decoration: underline;
}


#menu {
width: 949px;
height: 25px;
background-color: #62bbcb;

}

#menu a {
	text-decoration: none;
}

#mainbody {
	width: 650px;
	margin-left: 40px;
	margin-right: 40px;
	margin-top: 40px;
}

#mainbody h1 {
	font-family: Arial, Courier;
	font-size: 12pt;
	font-weight: bold;
	color: #49aab8;
}

#mainbody h2 {
	font-family: Arial, Courier;
	font-size: 12pt;
	font-weight: bold;
	color: #FF0000;
}

#mainbody h3 {
	font-family: Arial, Courier;
	font-size: 10pt;
	font-weight: bold;
	color: #49aab8;
}


#mainbody p, p.mainstyle, li {
	font-family: Arial, Courier;
	font-size: 10pt;
}

td {
	font-family: Arial, Courier;
	font-size: 10pt;
}

#clearboth {
	clear: both;
}

#footer {
	border-top: 1px #00a2b9 solid;
	width: 949px;
	background-color: #49aab8;
	min-height: 60px;
	height: 60px;
	color: #fdfcfc;
}

#footer p {
	font-family: Arial, Courier;
	font-size: 10pt;
	padding-left: 24px;
	margin-top: 20px;
	padding-top: 15px;
	margin-bottom: 20px;
}

#footer a {
	font-family: Arial, Courier;
	font-size: 10pt;
	color: #fdfcfc;
	text-decoration : none;
}

table.footer td {
	color: #fdfcfc;
}

#footer a:hover, a:visited {
	text-decoration: underline;
}

td.formtitle {
	background:#337780;
	color: #FFFFFF;
	font: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
	
}

td.formbody {
	background:#49aab8;
	color: #ffffff;
	padding-left: 15px;
	padding-top: 5px;
}


td.spacer {
	background: #fffff;
	padding-top: 5px;
}