html {
	height: 101%;
	margin-bottom: 1px;
}
body, input, select, textarea, td, th, p {
	font: 12px verdana, arial, Helvetica, tahoma, sans-serif;
	line-height: 16px;
}

body {
	background-color: #ffffff;
	margin: 0px 0px 0px 0px;
	color: #333366;
}
button {
behavior: url('iefixes.htc');
}
input, select, textarea {
background-color:#fff;
}
h1,h2 {
font-weight:bold;
text-decoration:inherit;
display: inline;
}
h1 {
font-size:14px;
color:#5c8ab8;
}
a {
color: #0000cc;
text-decoration:underline;
}
a:hover, a:active {
color: #cc9933;
text-decoration:underline;
}

ol, ol li {
list-style: decimal inside;
text-align:left;
}
#container {
width: 900px;
height: 760px;
left: 50%;
position: absolute;
margin-top: 20px;
margin-left: -450px;
padding-bottom:20px;
}
#whitebgwithborder {
width: 900px;

}
	#header {
	position:relative;
	width:900px;
	height:200px;
	background-color:#fff;
	text-align:center;
	}
#contentbody {
margin:10px 52px 20px 52px;
}	
	#footer {
	width:850px;
	height:170px;
	background-color:#fff;
	color: #333366;
	padding-left:50px;
	text-align:center;
	}
	.footertext {
	padding-top:10px;
	line-height:20px;
	
	font-size: 9px;
	display:inline;
	}
	#footer a {
	color: #0000cc;
	text-decoration:none;
	}
	#footer a:hover, #footer a:active {
	color: #cc9933;
	text-decoration:underline;
	}
.red {
color:#cc0033;
}
.ltblue {
color: #6699cc;
}
