body{
	font-size:10px;
	font-family:Arial, sans-serif;
	background-color:#ffffff;
	color:#000000;
	margin:10px;
}

#maincontainer{
	width:750px;
	text-align:left;
	border:1px solid #91927c;
	margin:0 auto;
}

#top{
	width:750px;
	left:0px;
	top:0px;
	height:80px;
	border-bottom:1px solid #91927c;
	background-image:url(topback.jpg);
	background-position:top right;
	background-repeat:no-repeat;
}

#contents{
	position:relative;
	width:544px;
	left:205px;
	top:59px;
	height:20px;
	border-top:1px solid #91927c;
	border-left:1px solid #91927c;
	background-color:#e8f3d1;
	text-align:center;
}

.contentslink{
	padding-left:5px;
	padding-right:5px;
	font-weight:bold;
	vertical-align:middle;
	line-height:20px;
}

#side{
	float:left;
	width:185px;
	top:81px;
	padding-left:10px;
	padding-right:10px;
	padding-top:20px;
	padding-bottom:20px;
	text-align:center;
}

#maincontents{
	background-image:url(grad1.jpg);
	background-repeat:repeat-x;
	background-position:top left;
	float:right;
	border-left:1px solid #91927c;
	min-height:400px;
}

img{
	border:none;
}

#maincontentstext{
	width:504px;
	padding-left:20px;
	padding-right:20px;
	padding-bottom:20px;
	padding-top:30px;
}

#subcontents{
	float:right;
	font-weight:bold;
	padding-right:30px;
	margin-top:-20px;
}

#scaffold{
	clear:both;
}

#footer{
	width:740px;
	background-color:#f3f3f1;
	border-bottom:10px solid #91927c;
	border-left:1px solid #91927c;
	border-right:1px solid #91927c;
	border-top:0px solid #91927c;
	text-align:right;
	padding:5px;
}

.oddbox{
	background-image:url(oddback.jpg);
	background-repeat:no-repeat;
	background-position:top right;
	border:1px solid #91927c;
	padding-top:10px;
	padding-bottom:10px;
	text-align:left;
	padding:4px;
}

.regulartable{
	text-align:left;
}

.h1{
	font-size:22px;
	font-family:Century, serif;
	font-weight:bold;
	color:#6a685c;
}

.h2{
	font-size:18px;
	font-family:Century, serif;
	font-weight:bold;
	color:#6a685c;
}

.h3{
	font-size:16px;
	font-family:Arial Sans-Serif;
	font-weight:bold;
	color:#6a685c;
}

input, textarea{
	background-color:#f3f3f1;
	border:1px solid #91927c;
	font-size:11px;
}

a:link, a:visited{
	color:#91927c;
	text-decoration:underline;
}

a:hover{
	color:#e8f3d1;
	text-decoration:none;
}

a:active{
	color:#ff0000;
	text-decoration:none;
}

.contentslink a:link, .contentslink a:visited, #subcontents a:link, #subcontents a:visited{
	color:#000000;
	text-decoration:none;
}

.contentslink a:hover, #subcontents a:hover{
	color:#91927c;
	text-decoration:none;
}

.contentslink a:active, #subcontents a:active{
	color:#ff0000;
	text-decoration:none;
}

.item2{
	padding:10px;
	border:1px solid #91927c;
	background-color:#f3f3f1;
}

.item1{
	padding:10px;
	border:1px solid #fff;
	background-color:#fff;
}

.unimportant{
	color:#999999;
	font-family: Century, serif;
}