@charset "utf-8";
/* CSS Document */

body {
	background-color:#C9C8A8;
	font-family:Geneva, Arial, Helvetica, sans-serif;
}

h1, h2, h3, h4, h5 {
	padding: 0px;
	margin: 0px;
	color:#31849b;
}

p {
	text-align:justify;
}

img {
	border-style: none;
}
.reg {
	cursor: pointer;
	background-color: transparent;
}
.hlight {
	cursor: pointer;
	background-color: #6C6C94;
}
div#box {
	width:900px;
	margin: 0 auto;
	padding:10px 10px 10px 10px;
	text-align:left;
	background:#82a364;
}
div#title_pane {
	width:100%;
	padding:10px 0px 0px 0px;
	background: #FFFFFF;
}
div#content_pane {
	float: right;
	width:728px;
	padding:0px 0px 0px 0px;
	background: url('../img/background_gradient.gif') #FFFFFF repeat-x top;
}
.title_capital {
	font-size: 140%;
}
.title_text {
	font-size: 2em;
	font-weight:bold;
	color:#5a4e3d;
}

.staff_title {
	font-weight: bold;
}
div#menu{
	float:left;
	width: 100%;
}
ul#nav,ul#nav li{
	list-style-type:none;
	margin:0;
	padding:0;
}
ul#nav{
	margin-top: 28px;
}
ul#nav li{
	float:right;
	margin-bottom: 3px;
	text-align: right;
}
ul#nav a{
	float:right;
	width:140px;
	padding: 12px 8px 12px 10px;
	background: #eed8ae;
	text-decoration:none;
	color: #666666;
	font-size:110%;
}
ul#nav a:hover{
	background: #756957;
	color: #FFF;
}
ul#nav li.activelink a,ul#nav li.activelink a:hover{
	background: #ffefc2;
	color: #003;
}




