/* CSS Document */
div#content {
	text-align: left;
	margin-top: 15px;
	margin-bottom: 0px;
	padding-top: 234px; 
	margin-left: 25px;
	margin-right:25px; 
	}
div#leftside {
clear: left;
float: left;
	background-color: #C4DCE3;
	text-align: center;
	width: 420px;
	color: #2C698D;
	padding: 10px;
	font-size: 0.9em;
	font-weight: bold;
}
#leftside h2{
	color: #000099;
	margin-top: 0px;
	margin-bottom: 0px;
}
#leftside h4{
	margin-top: 0px;
	margin-bottom: 0px;
}
#leftside h4 a:link, #leftside h4 a:link {
	color: #2C698D;
}
#rightside{
float: right;
width: 30%;
text-align: center;
color: #FFFFFF;
font-weight: bold;
font-size: 0.9em;
}
/* IE Hack */
div#rightside {
/	margin: 75px 0px 0px 0px;
}
	
#rightside a:link, #rightside a:visited {
	color: #C4DCE3;
	text-decoration: none;
}
#rightside a:hover {
} 
