body{
	background: #fcfbf8;
	text-align: center;
	margin-top: 2em;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	font-size: 12px;
	color: #474134;
	margin: 0;
}
a {
	color: #3a1200;
}
a:visited{
	color: #3a1200;
}
a:hover{
	
}
a:active{
	
}
div.header,
div.mcontent,
div.main_struct,
div.subfooter,
div.loggedin,
div.footer{
	width: 816px;
	margin: auto;
	text-align: left;
}
div.loggedin{
	height: 1em;
	text-align:right;
	padding-right: 13px;
	margin-top: .4em;
}
div.header{
	margin-bottom: 0;
	padding-bottom: 0;
	height: 155px;
	background: url(/images/header.png) no-repeat;
}
img#header_img{
	
}
div.main_struct{
	background: url(/images/middle.png) repeat-y;
	min-height: 600px;
	height: auto !important;
	height: 600px;
}
div.top{
	background: url(/images/top-piece.png) no-repeat;
}
div.subfooter{
	background: url(/images/footer.png) no-repeat bottom;
	height: 40px;
}
div.mcontent{
	overflow: hidden;
}
div.menu{
	width: 185px;
	float: left;
	margin-left: 20px;
	margin-top: 45px;
}
div.menu > div.menu_inner > ul{
	list-style: none;
	list-style-type: none;
	padding: 0;
}
div.menu > div.menu_inner > ul > li{
	list-style: none;
	list-style-type: none;
}
div.menu > div.menu_inner > ul > li > a{
	display: block;
	/* background: #f9f8f3; */
	color: #474134;
	margin: .3em 0;
	line-height: 1.3em;
	padding: .4em;
	text-decoration: none;
}
div.menu > div.menu_inner > ul > li > a:hover,
a.menu_sel{
	text-decoration: underline;
	background: #3a1200;
	color: #fff !important;
}
div.innercontent{
	width: 580px;
	float:right;
	padding: 5px;
	padding-right: 13px;
}
div.innercontent h1 {
	padding: 0;
	margin: 0;
}
div.error{
	padding: 1em;
	margin: .4em 0;
	color: red;
	border: 1px solid red;	
	background: lightred;
}
div.notice{
	padding: 1em;
	margin: .4em 0;
	color: #1d130b;
	background: #fcf1a4;
	border: 1px solid #1d130b;	
}
div.message{
	padding: 1em;
	margin: .4em 0;
	color: green;
	background: #b3fe98;
	border: 1px solid green;
}
div.fieldWithErrors{
	display: inline;
}
div.errorExplanation{
	padding: .5em;
	margin: .4em 0;
	color: #a44848;
}
div.errorExplanation > h2{
	padding: 0;
	margin: 0;
	color: red;
	font-size: 16px;
	font-weight: normal;
}
table{
	border-spacing: 0;
}
td{
	padding: 4px;
}
.treven{

}
.trodd{

}
.tro{
	background: #f8f1e4;
}
.tre{
	
}
.discussion{
	margin: .8em 0;
	font-size: 10px;
	padding: 1em;
}
.discussion h4{
	font-size: 16px;
	margin: 0;
	margin-bottom: .5em;
}
.comment{
	font-size: 10px;
	width: 520px;
	padding: 1em;
	overflow: hidden;
	margin: .8em 0;
}
.comment_e{
	background: #ede2cc;
}
.comment_o{
	background: #f7f1e5;
}
p.reg{
	font-weight: bold;
	margin-bottom: .2em;
}
div.errorExplanation > ul{
	list-style: none;
	list-style-type: circle;
}
div.padding {
	padding: 2em;
}
input[type=text],
input[type=password],
textarea,
select{
	border: 1px solid #d3c29a;
}
textarea{
	width: 400px;
	height: 12em;
}
input[type=text],
input[type=password]{
	width: 140px;
	line-height: 1.8em;
}
td{
	vertical-align: top;
}
div.footer{
	padding-left: 2em;
	margin-bottom: 1em;
	font-size: smaller;
}