body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 125%;
	color: #462804;
	text-align: center;
	background-color: #c6e3d5;
	background-image: url(/images/bg_wheel.gif);
}
td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 125%;
	color: #462804;
}
#container {
	width: 720px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	text-align: left;
}
#header {
	padding: 10px;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #462804;
	border-right-color: #462804;
	border-bottom-color: #462804;
	border-left-color: #462804;
	background-color: #FFFFFF;
}
#main {
	padding: 10px 20px 10px 30px;
	border-top: 2px #462804;
	border-right: 2px solid #462804;
	border-bottom: 2px solid #462804;
	border-left: 2px solid #462804;
	background-color: #FFFFFF;
}
#footer {
	padding: 10px;
	width: 720px;
	font-size: x-small;
}
h1 {
	font-size: 26px;
	font-weight: normal;
	line-height: normal;
}
h2 {
	font-size: 20px;
	font-weight: normal;
	line-height: normal;
}
h3 {
	font-size: 14px;
	font-weight: bold;
	line-height: normal;
}
a:link {
	color: #462804;
}
a:visited {
	color: #462804;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
a.footerlink {
	color: #462804;
	text-decoration: none;
	font-size: 11px;
	padding: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
a.footerlink:visited {
	color: #462804;
	}
a.footerlink:hover {
	color: #FFFFFF;
	
}
.credits {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #97CCB3;
	text-align: right;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
}
.img {
	border: 1px solid C6E3D5;
}
.copyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #462804;
}
.def {
	background-color: #C6E3D5;
	padding: 15px;
	width: 400px;
	border: 1px solid #462804;
	font-size: 16px;
	font-weight: bold;
	color: #462804;
}
.photo {
	border: medium solid #C6E3D5;
	margin: 10px;
}
.press {
	font-size: 11px;
	font-weight: normal;
	color: #472903;
	font-style: normal;
}
/* Common Classes */
.clear { clear: both; }
.floatLeft { float: left; }
.floatRight { float: right; }
.textLeft { text-align: left; }
.textRight { text-align: right; }
.textCenter { text-align: center; }
.textJustify { text-align: justify; }
.blockCenter { display: block; margin-left: auto; margin-right: auto; } /* remember to set width */
.bold { font-weight: bold; }
.italic { font-style: italic; }
.underline { text-decoration: underline; }
.noindent { margin-left: 0; padding-left: 0; }
.nomargin { margin: 0; }
.nopadding { padding: 0; }
.nobullet { list-style: none; list-style-image: none; }