/* top elements */
body {
	font-family: arial,sans-serif;
	color: #000;
	margin:10px 20px 10px 10px;
	background-color:#fff;
}


/* headers */

h1{
	font-size: 16pt;
	font-weight: normal;
	color: #009900;
	margin-left:5px;
	margin-top:10px; 
	margin-bottom:0px; 
	border-bottom:1px solid #ccc;
}
	
h2 {
	font-size: 14pt;
	font-weight: normal;
	color: #393939;
	margin-left:5px;
	margin-top:1px;
	border-bottom:1px solid #ccc;
}

h3 {font-size: 28px;
	font-weight: normal;
	color: #fff;
	margin-left: 10px;
	margin-top:10px;
	margin-bottom:10px;}

h4 {
	font-size: 14pt;
	font-weight: normal;
	color: #393939;
	margin-left:5px;
	margin-top:10px;
	border-bottom:1px solid #ccc;
}
h5 {
	font-size: 14pt;
	font-weight: normal;
	color: #393939;
	margin-left:5px;
	margin-top:0px;
	margin-bottom:0px;
}
h6 {
	font-size: 12px;
	font-weight: normal;
	color: #333;
	margin-left:5px;
	margin-top:0px;
	margin-bottom:0px;
}


p{
	font-size: 12px;
	line-height: normal;
	margin-left: 5px;
	margin-right: 5px;
	font-weight: normal;
}

/* images */
img{
	display: block;
	border: 0px;
}

/***********************
	  LAYOUT
************************/
#wrap {
	width: 840px;
	height: 100%;
	margin: 0 auto;
	text-align: left;
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	
}

/* header */
#header {
	position: relative;
	height: 160px;
	background: #000 url(headerlogo.jpg)  0% 100%;
	margin-top: 0px;
}
#header h1#logo {
	position: absolute;
	margin: 0;
	padding: 0;
	font: bolder 4.1em 'Trebuchet MS', Arial, Sans-serif;
	letter-spacing: 0px;
	text-transform: none;
	top: 85px;
	left: 1px;
	height: 101px;
	width: 165px;
	border-color: #FFFFFF
	
}
#header h2#slogan {
	position: absolute;
	top:3px;
	left: 436px;
	color: #666666;
	text-indent: 0px;
	font: bold 30px Tahoma, 'trebuchet MS', Sans-serif;
	text-transform: none;
	width: 386px;
	height: 33px;
}
#header form.searchform {
	position: absolute;
	top: 50px;
	right: 2px;
	width: 167px;
	height: 27px;
}

/* main */
#main {
	float: left;
	width: 617px;
	background-image: url(nonamelogo.gif);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	border-right-color: #000000;
	background-position: top;
	height: 659px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-right-style: dashed;
}


/* sidebar */
#sidebar {
	float: left;
	width: 203px;
	display: inline;
	margin-top:10px;
	margin-left: 10px;
	background-color: #32735B;
	height: 650px;
	margin-bottom: 10px;	
}
#sidebar ul.sidemenu {
	list-style:none;
	margin:10px 0px 10px 0px;
	padding:0px;
	background-color:#32735B;
	margin-right: 0px;}
	
#sidebar ul.sidemenu li {margin-bottom: 1px;
	background-color: #AABFB4;}
	
#sidebar ul.sidemenu dt {display:block;
	margin-bottom: 1px;
	background-color: #8BA999;
	margin-left: 6px;
	margin-top: 1px;	
	margin-right: 6px;}
	
#sidebar ul.sidemenu a {display:block;
	font-weight:bold;
	color: #333333;
	text-decoration:none;
	padding:2px 5px 2px 10px;
	height: 18px;}


* html body #sidebar ul.sidemenu a { height: 18px; }

#sidebar ul.sidemenu a:hover {
	padding:2px 5px 2px 10px;
	background-color: #f2f2f2;
	color: #32735B;
}
* html body #sidebar dt.sidemenu a { height: 18px; }

#sidebar dt.sidemenu a:hover {
	padding:2px 5px 2px 10px;
	background-color: #f2f2f2;
	color: #32735B;
}

/* Footer */
#footer {
	clear: both;
	color: #000000;
	border-top: 5px solid #333;
	padding: 0;
	height: 50px;
	font-size: 95%;
	border-bottom: 5px solid #333;
	margin-left: 10px;
	margin-right: 10px;
	background-color: #FFFFFF;
	margin-bottom: 10px;
}
#footer a {
	text-decoration: none;
	font-weight: bold;
	color: #000000;
}
#footer .footer-left{
	float: left;
	width: 65%;
}
#footer .footer-right{
	float: right;
	width: 30%;
	color: #000000;
}

/* menu tabs */
#header ul {
	z-index: 999999;
	position: absolute;
	margin:0;
	padding: 0;
	list-style:none;
	right: 3px;
	bottom: 6px !important;
	font: bold 13px  Arial, 'Trebuchet MS', Tahoma, verdana,  sans-serif;
	margin-right: 10px;
	width: 369px;
}
#header li {
   display:inline;
   margin:0; padding:0;
}
#header a {
	float:left;
	background: url(tableft.gif) no-repeat left top;
	margin:0;
	padding:0 0 0 4px;
	text-decoration:none;
}
#header a span {
   float:left;
   display:block;
   background: url(tabright.gif) no-repeat right top;
   padding:6px 15px 3px 8px;
   color: #FFF;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#header a span {float:none;}
/* End IE5-Mac hack */
#header a:hover span {
	color:#fff;
}
#header a:hover {
   background-position:0% -42px;
}
#header a:hover span {
   background-position:100% -42px;
}
#header #current a {
   background-position:0% -42px;
	color: #FFF;
}
#header #current a span {
	background-position:100% -42px;
	color: #333333;
}
/* end menu tabs */

/* alignment classes */
.float-left  { float: left; }
.float-right {	float: right; }
.align-left  {
	text-align: left;
	border-bottom: 0px dashed #000;
	font-size: 12px;
}
.align-right {	text-align: right; }

/* additional classes */
.clear { clear: both; }
.green {	color: #9EC630; }
.gray  {	color: #BFBFBF; }

#wrap #content-wrap #main table {
	margin-left: 10px;
	margin-top: 10px;
}

#wrap #content-wrap #main a:hover {

	background-color: #f2f2f2;
	}

#wrap #content-wrap #main iframe {
	margin-left: 0px;

}
#wrap #content-wrap #main div {
	padding-top: 0px;
}

