@charset "UTF-8";

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #edd7ae;
	font-family:Tahoma, Arial, Helvetica;
	font-size:76%;
	color:#121212;
}
a{
	color:#092d6a;
}
a:hover{
	color:#121212;
}
h1{
	color:#cf4c01;
	margin-bottom:5px;
	margin-top:5px;
}
h2{
	font-size:1.4em;
	margin-bottom:15px;
	margin-top:15px;
}
h2 a{
	color:#3f830c;
}
h2.cat{
	border-bottom:2px solid #3f830c;
	width:784px;
	font-weight:normal;
	font-size:1.5em;
}
h2.cat a{
	text-decoration:none;
}
#container{
	width:986px;
	background-color:#94b1e5;
	border-left:2px solid #ffcc14;
	border-right:2px solid #ffcc14;
	border-bottom:2px solid #ffcc14;
}
#header{
	text-align:left;
	position:relative;
	border-bottom:2px solid #ffcc14;
}
#header .banner{
	float:right;
	width:400px;
	color:#cccccc;
	font-size:18px;
	text-align:center;
	padding-top:24px;
}
#header .banner a{
	color:#71fe71;
	font-size:12px;
}
#header #logo{
	height:160px;
	width:986x;
	background-image:url(../images/header_logo.gif);
	background-repeat:no-repeat;
}
#header #logo a{
	display:block;
	height:160px;
	width:555px;
}

#content{
	background-image:url(../images/content_bg.gif);
	background-position:top;
	background-repeat:repeat-x;
}
#contentMain{
	float:right;
	width:805px;
	padding-left:5px;
	padding-right:5px;
	padding-top:0px;
	padding-bottom:0px;
	text-align:left;
	font-size:1.2em;
/*	border:1px dashed #00FF00; */
}
#contentMain .wysiwyg{
	padding-right:10px;	
}
.hidden{
	display:none;
}

/* forms */

form p{
	padding:0px;
	margin:5px;
}

.inputForm .title{
	padding-top:2px;
	padding-bottom:2px;
	padding-left:5px;
	margin-bottom:10px;
	background-color:#94e594; 
	color:#1d0e02;
	font-weight:bold;
	font-size:1.2em;
}
.inputForm .formline{
	padding:2px;
	clear:both;
}
.inputForm label{
	float:left;
	width:120px;
}

.inputForm .textInput{
	width:200px;
}
.inputForm input.short{
	width:70px;
	text-align:right;
}
.inputForm textarea{
	width:210px;
	height:45px;
}
.subcat{
	margin-left:15px;
}

/* control list */

table.controlList{
	
}
table.controlList th{
	padding:8px;
	background-color:#cccccc; 
	color:#121212;
}
table.controlList th a{
	color:#195119;
}
table.controlList td{
	padding:8px;
	border:1px solid #cccccc;
	background-color:#FFFFFF;
}

#footerBG{
	background-image:url(../images/footer_bg.png);
	background-position:top;
	background-repeat:no-repeat;
	height:100px;
}
#footer{
	background-image:url(../images/footer_bg.png);
	background-position:top;
	background-repeat:no-repeat;
	position:relative;
	color:#453a1f;
	padding-top:2px;
	padding-bottom:20px;
}
#footer a{
	color:#453a1f;
}
#footer p{
	padding:0px;
	margin:5px;
}
#footerLeft{
	float:left;
}
#footerRight{
	float:right;
}
.formNode{
	background-color:#cccccc; 
	padding:5px;
}
.indent{
	margin-left:10px;
}
.clear{
	clear:both;
}
