html {
	text-align: center;
	margin: 0;
	padding: 0;
	}
	
body {
	width: 100%;
	text-align: center;
	margin: 0;
	padding: 0;
	}
	
a:hover {
	text-decoration: none;
	color: #0000ff;
	}
	
a {
	text-decoration: underline;
	color: #0000ff;
	}
	
a.anchor, a.anchor:link, a.anchor:hover, a.anchor:visited {
	text-decoration: none;
	color: #ffffff;
	}
	
div.bg {
	background: #6190e6;
	width: 100%;
	margin: 0;
	padding: 0;
	display: none;
	}
	
div.wrapper {
	width: 800px;
	background: #ffffff;
	margin: 0 auto;
	text-align: left;
	font:normal normal 13px Verdana, serif; 
	line-height: 1.5;
	color: #000000;
	}
	
div.spacer {
	clear: both;
	}
	
div.header {
	width: 800px;
	height: 143px;
	background: #ffffff url(../images/header.jpg) center no-repeat;
	margin: 0;
	}
	
div.content {
	float: left;
	width: 525px;
	padding: 30px;
	}
	
div.sidebar {
	float: left;
	width: 173px;
	padding: 50px;
	text-align: center;
	margin: 0;
	padding: 0;
	}
	
div.nav_box {
	width: 162px;
	padding: 5px;
	text-align: center;
	border: 1px solid #0000ff;
	background-color: #fffeb9;
	font: normal bold 10px Verdana, serif;
	}
	
div.image_right {
	float: right;
	margin: 10px 0px 10px 20px;
	}
	
h1 {
	margin: 30px 0px;
	font: normal bold 32px 'Lucida Grande', LucidaGrande, Verdana, sans-serif;
	text-align: center;
	}
	
p {
	text-indent: 20px;
	}
	
p.indented {
	text-indent: 0;
	margin-left: 20px;
	}
	
li.spaced {
	margin-bottom: 20px;
	}
	
.red_title {
	font-size: 36px;
	font-weight: bold;
	color: #cc0000;
	text-align: center;
	}
	
.bold {
	font-size: 13px;
	font-weight: bold;
	color: #000000;
	}
	
.bold_2 {
	font:normal bold 14px Arial, Verdana, Helvetica, sans-serif;	
	color: #000000;
	line-height: 1.3;
	}
	
.bold_3 {
	font:normal bold 17px Verdana, serif;
	text-decoration: underline;
	color: #000000;
	line-height: 1.3;
	}
	
.red_bold {
	font-size: 13px;
	font-weight: bold;
	color: #ff0513;
	}
	
.underline {
	text-decoration: underline;
	}
	
.small_text {
	font-size: 9px;
	}
	


