@charset "utf-8";
.mainbody {
	background-color:#FFF;
	margin:0px;
	padding:0px;
	text-align:left;
	background-image:url(imgs/page_back.png);
	background-position:top center;
	background-repeat:repeat-y;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
}
.page_top {
	background-image:url(imgs/page_top.png);
	background-position:center;
	width:1080px;
	height:250px;
}
.textbox {
	display:block;
	width:500px;
	margin-left:10px;
	padding-left:40px;
	margin-right:10px;
	background-image:url(imgs/exclamation.png);
	background-position:left;
	background-repeat:no-repeat;
}
.maxwidth550 {
	max-width:550px;
}
.navigation {
	display:block;
	width:960px;
	margin-left:60px;
	margin-right:60px;
	font-size:16px;
	font-family:Arial, Helvetica, sans-serif;
	height:40px;
	position:absolute;
	float:none;
	margin-top:150px;
	background-image:url(imgs/black50.png);
}
.nav_buttons {
	/*width:150px;*/
	padding-left:25px;
	padding-right:25px;
	display:block;
	float:left;
	line-height:20px;
	padding-top:10px;
	padding-bottom:10px;
	color:#999;
	text-decoration:none;
	font-weight:bold;
}
.nav_buttons:link, .nav_buttons:active, .nav_buttons:visited { color:#CCC; }
.nav_buttons:hover {
	/*background-color:#000;*/
	background-image:url(imgs/black50.png);
	color:#FFF;
	margin:-1px;
	border-color:#000;
	border-style:solid;
	border-width:1px;
	text-decoration:none;
}
.content_body {
	display:block;
	width:920px;
	padding-left:80px;
	padding-right:80px;
	margin-top:-55px;
	color:#CCC;
	text-align:left;
	float:none;
}
h1, h2, h3 {
	margin-top:5px;
	margin-bottom:5px;
	font-weight:100;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
.footertext {
	text-align:center;
	font-size:12px;
	margin-top:50px;
	margin-bottom:20px;
}
th {
	font-style:italic;
	text-align:right;
	border-bottom-color:#1c1c1c;
	border-bottom-style:solid;
	border-bottom-width:2px;
}
.notright th {
	font-style:italic;
	text-align:left;
	border-bottom-color:#1c1c1c;
	border-bottom-style:solid;
	border-bottom-width:2px;
}
.notright td {
	padding-top:4px;
}
.review_top {
	font-style:italic;
	border-bottom-color:#333;
	border-bottom-style:solid;
	border-bottom-width:2px;
	border-left-color:#333;
	border-left-style:solid;
	border-left-width:1px;
	padding-left:10px;
}
.review_body {
	display:block;
	margin-left:10px;
	margin-top:4px;
	margin-bottom:25px;
}
a:link, a:active, a:visited { color:#F2984C; text-decoration:none; }
a:hover { color:#F00; text-decoration:underline; }
a.footertext:link, a.footertext:active, a.footertext:visited { color:#CCC; text-decoration:none; }
a.footertext:hover { color:#FFF; text-decoration:underline; }
