/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Aria;
	font-size: 95%;
	color: #666666;
	background-image: url(img/background.gif);
	background-repeat: repeat-y;
	background-position: center;
}
#margin {
	width: 780px;
}
#content {
	text-align: left;
	padding-right: 15px;
}
h1 {
	font-size: 110%;
	color: #006BB2;
	font-weight: bold;
}
h2 {
	font-size: 110%;
	color: #006BB2;
	font-weight: bold;
}
#bottom {
	background-image: url(img/bottom.gif);
	background-repeat: no-repeat;
	margin-top: 25px;
	margin-bottom: 10px;
	padding-top: 35px;
	text-align: center;
	clear: both;
}
#bottom a { 
	color: #006BB2;
}
#bottom a:hover {
	color: #666666;
	text-decoration: none;
}
#main_content {
	padding-left: 244px;
}
#right {
	float: left;
	width: 225px;
	margin-right: 8px;
	background-image: url(img/rightbox.gif);
	background-repeat: no-repeat;
	font-size: 95%;
	color: #FFFFFF;
	height: 350px;
	clear: both;
	padding-top: 12px;
	padding-right: 7px;
	padding-bottom: 7px;
	padding-left: 7px;
}
.floatright {
	float: right;
}
