body {
	background-image: url(images/bg.jpg);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #666666;
	font-weight: normal;
	text-decoration: none;
}
#header {
	background-image: url(images/bg_header.jpg);
	width: 800px;
	border-top-width: 8px;
	border-right-width: 8px;
	border-left-width: 8px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
	height: 120px;
}
#content {
	background-color: #FFFFFF;
	width: 800px;
	border-right-width: 8px;
	border-left-width: 8px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
	border-bottom-width: 8px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
.title {
	font-size: 34pt;
	font-weight: bold;
	color: #FFFF9F;
}
.largebluefont {
	font-size: 18pt;
	color: #0066CC;
	font-weight: bold;
}
.smallerlargebluefont {
	font-size: 14pt;
	color: #666666;
}

.subtitle {
	font-size: 18pt;
	color: #000000;
	font-weight: bold;
}


#footer {
	width: 800px;
	margin-top: 8px;
	font-size: 8pt;
	color: #666666;
}
#content .contenttitle {
	color: #0066CC;
	font-family: "Century Gothic";
	font-size: 36pt;
	font-weight: normal;
}
.borderright {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
}
.topnav {
	color: #FFFFFF;
	text-align: right;
	margin-right: 10px;
	margin-top: 10px;
}
.topnav a:link {
	color: #FFFFFF;
	text-align: right;
	margin-right: 10px;
	margin-top: 10px;
	font-weight: bold;
	text-decoration: none;
}
.topnav a:hover {
	color: #FFFFFF;
	text-align: right;
	margin-right: 10px;
	margin-top: 10px;
}
.topnav a:visited {
	color: #FFFFFF;
	text-align: right;
	margin-right: 10px;
	margin-top: 10px;
	font-weight: bold;
	text-decoration: none;
}
