*{
	margin:0px;
	padding:0px;
}

body {
	font-family: Verdana, Arial;
	font-size:65%;
	background-color:#FFF7E6;
	color:#001B59;
	background:url(/images/woodbg.jpg);
}

body, a {
	color:#100;
	font-weight:normal;
}

a:hover {
	text-decoration:underline;
}

div.clear{
	clear:both;
	height:1px;
}

div#pageTitle, div#mainOuter {
	margin:auto;
	/*width:940px;*/
	width:80%;
	min-width:760px;
}

div#mainOuter{
	border-width:0;/* 1px 1px 1px;*/
	border-style:solid;
	border-color:#363371;
	/*background-color:#583B00;*/
	overlflow:hidden;
	height:1%;
}


div#mainOuter, div#content, div#subcol, div#xcol{
	height:500px;
}

html>body div#mainOuter, div#content, div#subcol, div#xcol{
	height:auto;
	min-height:500px;
}

div#contentWrap{
	/*width:810px;*/
	width:90%;
	float:right;
	background-color:#C69534
}

div#content{
	background-color:#FFFFFF;
	/*width:630px;*/
	width:80%;
	float:left;
}

div#xcol{
	/*width:180px;*/
	width:20%;
	float:right;
	overflow:auto;
}

div#subcol{
	float:left;
	/*width:130px;*/
	width:10%;
}

div#contentInner, div#subcolInner{
	padding:18px;
}

div#xcolInner{
	padding:8px;
}

div#header {
	height: 30px;
	padding:12px;
}

div#headerContent, div#mainOuterInner {
	position:relative;
	overflow-y:hidden;
}

div#headerBg, div#mainOuterBg {
	position:absolute;
	top:0;
	left:0;
	z-index:-1;
	background-color: #583B00;
	opacity:0.8;
	-moz-opacity:0.8;
	filter:alpha(opacity=80);
}

div#headerBg {
	height:54px;
	width:100%;
}

div#mainOuterBg {
	/*width:940px;*/
	width:100%;
	height:2500px;
}

div#header a, div#subcol a {
	color:#FFF7E6;
}

div#pageTitle a{
	font-family:Arial;
	text-decoration:none;
	font-size:250%;
	font-weight:lighter;
}

h1,h2,h3{
	font-weight:normal;
	letter-spacing:2px;
}

h1.pageHeader {
	font-size:180%;
	padding-bottom:12px;
}

ul.mainNav {
	list-style:none;
}

ul.mainNav a {
	display:block;
	font-size:120%;
	text-decoration:none;
	padding-bottom:2px;
}

ul.mainNav a:hover, ul.mainNav a.active {
	text-decoration:underline;
}

p {
	padding-bottom:12px;
}

div.formLabel {
	width:100px;
	float:left;
}

div.formField {
	width:600px;
	display:inline;
	clear:both;
}

div.message {
	border:1px solid #9E9DAE;
	margin-bottom:12px;
}

div.list-article {
 padding-bottom:12px;
}

p.article-categories {
	font-weight:bold;
}

input[type="text"], input[type="button"], input[type="submit"], textarea {
	width:400px;
}

.article-form textarea {
	height:50px
}

span.category-link a {
	text-decoration:none;
	font-weight:bold;
}

span.category-link a:hover {
	text-decoration:underline;
}

pre{
	font-size:1.3em;
	border:1px solid #BBBBBB;
	padding:3px;
	margin-bottom:6px;
}