html {
	behavior: url(csshover.htc);
	height:100%;
}

body {
	height:100%;
	background:#A6CD38 url('images/body_bg.jpg') repeat-x;
	padding:0;
	margin:0;
}

#content {
	font-family: Verdana; Arial;
	font-size:8pt;
	line-height:20px;
	color: #005E9D;
	text-align:left;
	float:right;
	display:inline;
	background:#FFFFFF url('images/copy_bullet.gif') no-repeat top left;
	padding:33px 50px 0 30px;
	width:570px;
}

#content a {
	color:#015792;
}

#content a:hover {
	color:#748F28;
}	
	

#footer {
	background:#FFFFFF url('images/footer_bg.gif') no-repeat top left;
	width:630px;
	height:19px;
	padding:62px 0 0 270px;	
	font-family: Verdana; Arial;
	font-size:8pt;
	color:#015792;
	text-align:left;
}

#footer a {
	color:#015792;
}

#footer a:hover {
	color:#748F28;
}


.formbox {
	font-family:Arial;
	color:#666666;
	border:1px solid #015792;
	padding:2px;
	margin:1px;
	font-size:10pt;
}

hr {
	color:#748F28;
	border:0px;
	background-color: #748F28;
	height:1px;
	
}

img {
	border:0;
}

#rightbox {
	border-right:2px solid #4086B6;
	border-left:2px solid #005E9D;
	padding:10px;
}

#subtitle {
	font-weight:bold;
	font-size:10pt;
	color: #005E9D;
}

