/*****************************/
/*** Core html setup stuff ***/
/*****************************/

html {
  height: 100%;
  margin-bottom: 1px;
}

body {
	font-family: Verdana;
	line-height: 1.2em;
	margin: 0px 0px 0px 0px;
	font-size: 10pt;
	width:100%;
	background:url('../images/bg.jpg') repeat;
	color: #3A6008;
}

a:link       { text-decoration: none; color: #3A6008 }
a:visited    { text-decoration: none; color: #3A6008 }
a:hover      { text-decoration: underline; color: #F99D31 }
a:active     { text-decoration: none; color: #3A6008 }
p            { margin-top: 10; margin-bottom: 10; text-align:justify }
td           { font-size: 10pt; }
h1, .componentheading  { font-size: 18pt; color: #F99D31; font-weight: bold; line-height: 1.5em; }
h2, .contentheading  { font-size: 14pt; color: #F99D31; font-weight: bold; line-height: 1.5em; }
h3 { font-size: 12pt; color: #F99D31; font-weight: bold; line-height: 1.5em; }
ul    { text-align: left }
img { border: 0 none; }

#tinymce {
	background:#fff;
}

/*****************************************/
/*** Template specific layout elements ***/
/*****************************************/

#all {
	width: 900px;
	margin: 0 auto 10px;
	background: #fff;
}

#topheader {
	width: 900px;
	margin:0;
	padding:0;
}

#header .moduletable {
padding-bottom: 1px;
background: #57900b;
}

#left {
	float: left;
	width: 235px;
	padding-right: 21px;
}

#maincolumn_half {
	width: 618px;
	float: right;
	padding-right: 26px;
}

.clr {
	width: 100%;
	height: 1px;
	clear: both;
}

#left ul {
list-style: none;
margin: 0;
padding: 0;
background: #6cbd45;
border: #f99d31 1px solid;
}

#left ul li {
border: 1px solid #f99d31;
}

#left ul a {
display: block;
margin: 5px 5px;
padding: 2px 2px 2px 5px;
font-weight: bold;
color: #fff;
font-size: 13px;
}

#left ul a {
}

#left ul a:hover {
background: #f99d31;
text-decoration: none;
}

.module_pics{margin-left: 10px;}