body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	background-color: #b8beda;
	margin: 0 auto;
	padding:28px;
	border: 0;
}
#wrapper {
  width:860px; margin:0 auto
}
#main {
 	width:860px;
	background-color: #FFFFFF;
	margin:auto;
}
#logo {
	width:860px;
	height:145px;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: center top;
	text-align: left;
}
#main_left {
	width: 450px;
	display:block;
	float:left;
	background-color: #FFFFFF;
	line-height:18px;
	border-right:1px solid #b8beda;
	padding-right : 10px;
	padding-left : 25px;
	font-size: 12px;
	text-align: left;
}

#main_right {
	width: 329px;
	display:block;
	float:right;
	background-color: #FFFFFF;
	padding-top:15px;
	padding-right:40px;
}

h1, h2, h3, h4, h5, h6 { margin: 15px 0; }
p, ul, ol { margin: 15px 25px; }

div#navbar {
	width: 760px;
	display:block;
	float:right;
	text-align:right;
	margin:0px 40px 0px 20px;
	padding-top:10px;
	border-bottom:1px solid #b8beda;
}
div#navbar ul {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	white-space: nowrap;
	font-weight: bold;
}
div#navbar li {
	list-style-type: none;
	display: inline;
}
div#navbar li a {
	text-decoration: none;
	padding: 0 3px 0 0;
	color: #3a4091;
	display:block;
	float:left;
	width:100px;
	height:22px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-image: url(../images/bg-button.gif);
	background-repeat: no-repeat;
	text-align:center;
	line-height:22px;
}
div#navbar li a:link {
	color: #3a4091;
}
div#navbar li a:visited {
	color: #3a4091;
}
div#navbar li a:hover {
	color: #000000;
	text-decoration:underline;
	
}
.clear {
	clear:both;
}

#footer {
	clear:both;
	font-size: 10px;
	color:#000000;
	text-align:center;
	padding:12px;
	line-height:18px;
}

.highlight {
	color:#164365;
	text-decoration:none;
	font-size:11px;
	font-weight:bold;
	text-align: center;
}
.pcenter {
text-align: center;
}

.highlight a, .highlight a:visited {
	color:#164365;
	text-decoration:none;
	text-indent:20px;
}
.highlight a:hover {
	color:#6F6F6F;
	text-decoration:underline;
	text-indent:20px;
}
a, a:visited {
	color:#164365;
	text-decoration:underline;
}
a:hover {
	color:#6F6F6F;
	text-decoration:none;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #000000;
	font-weight:bold;
}
.t1 {
text-align: left;
}
.t2 {
text-align: center;
}
.t3 {
text-align: right;
}


