* {
	padding: 0px;
	margin: 0px;
}

divt {
	border:1px solid #990000;
}

body {
	font: 80% Verdana, Arial, sans-serif;
	margin: 0px;
	padding: 0px;
	color: #333;
	text-align: left;
	background: url(images/header8.gif) repeat-x #e9e9e9;
}

a { color: #006e98; text-decoration: underline; border: none; }

a:hover { color: #0095cd; text-decoration: underline; }

a:active { color: #cd6416; }

a:visited { color: #919191; }


h1 {
	font-size: 1.8em;
	color: #3B793D;
	padding-bottom: 25px;
	margin: 10px 3px;
	background: url(images/h1-bg.gif) repeat-x;
}

h2 {
	color: #666666;
	font-size: 1.3em;
	margin: 2px;
	padding-left:10px;
}

h3 {
	color: #99CC33;
	font-size: 1.2em;
	margin: 20px 10px 15px 0px;
}

p {
	margin: 5px;
}

img {
	border-style: none;
}

#page {
	width: 875px;
	margin: 0px auto;
}

#header {
	height: 99px;
	text-align:center;
	margin:0;
}

#contentwrapper {
	width:875px;
	background: url(/images/content-middle.gif) repeat-y #ffffff;
	margin: 25px 0px 0px 0px;
	padding: 0px;
}

#contentwrapper2 {
	width:875px;
	background: url(/images/content-top.gif) no-repeat;
	padding: 20px 0px 0px 0px;
	margin:0;
}

#content {
	width:835px;
	margin:0px auto;
	
}

#contentbottom {
	width:875px;
	background: url(/images/content-bottom.gif) no-repeat #e9e9e9;
	padding: 30px 0px;
	text-align:center;
	margin:0;
}


/*
menu formatting
*/

#menu {
	font-family: Helvetica, Verdana, Tahoma, Arial, sans-serif;
	font-size: 11px;
	text-transform: uppercase;
	color: white;
	margin: 0px;
	}

#menu ul {
	margin: 0px 0px 0px 13px;
	padding: 5px 0 4px 0;
	}

#menu ul li {
	display: inline;
	margin-left: 0px;
	}

#menu ul li a {
	padding: 5px 10px 5px 10px;
	text-decoration: none;
	color: white;
	margin:1px;
	}

#menu ul li a:hover {
	color: #000;
	background-image: url(/images/tab.gif);
	background-position: right;
	background-repeat: no-repeat;
	background-color:#fff;
	}

#active ul li a:link {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size:11px;
	text-transform: uppercase;
	color: #000;
	background-image: url(/images/tab.gif);
	background-position: right;
	background-repeat: no-repeat;
	background-color:#fff;
	}

#menu ul li a#current {
	background-image: url(/images/tab-active.gif);
	background-position: right;
	background-repeat: no-repeat;
	color: #000;
	}

/*
side bar
*/

#sidewrapper {
	width:200px;
	float:right;
	background: url(/images/side-middle.gif) repeat-y #ffffff;
	margin-top: 5px;
	margin-right:20px;
	margin-left: 10px;
}

#side {
	width:200px;
	padding-top:10px;
	background: url(/images/side-top.gif) no-repeat top;
}

#side span.head {
	color: #3B793D;
	padding-bottom: 8px;
	margin: 0px 10px 4px 10px;
	display : block;
	background: url(/images/side-h4-bg.gif) repeat-x bottom;
}

#side ul {
	margin: 0px 15px;
}

#side li {
	margin:0;
	padding: 2px 0px;
	list-style:none;
}

#side a {
	margin:0;
	padding:0;
}

#sidebottom {
	width:200px;
	height:20px;
	background: url(/images/side-bottom.gif) no-repeat #ffffff;
}


/*
content formatting
*/

.section {
	background: url(/images/line.gif) repeat-x bottom;
	padding: 0px 10px 30px 10px;
}
.section img {
	clear: both;
}

#content p, #content ul, #content ol {
	color: #666666;
	font: 90% Verdana, Arial, sans-serif;
	line-height: 20px;
	padding: 0px 10px;
	margin: 10px 0px;
}
#content ul, #content ol {
	padding-left: 30px;
}

#content img {
	border: #ddd 1px solid;
	float: right;
	display: inline;
	margin: 5px 10px 15px 10px;
}

#content div.tags {
	background-color: #ECFFFF;
	border: 1px dashed #0F807F;
	padding: 10px;
	margin: 20px 20px 30px 20px;
}
#content div.tags p {
	color: #0F807F;
}

#content div.view {
	background-color: #FFFEEC;
	border: 1px dashed #FFC938;
	padding: 10px;
	margin: 20px 20px 30px 20px;
}
#content div.view p {
	color: #6D6216;
}
#content div.view h1,#content div.view h2,#content div.view h3 {
	color: #6D6216;
	background: none;
}
#content div.view h1 {
	padding-bottom: 5px;
}
#content div.view h2,#content div.view h3 {
	padding-left: 5px;
	padding-top: 10px;
}

#contactform p {
	padding: 4px 0px;
}

#contactform input {
	width: 200px;
}
#contactform textarea {
	width: 400px;
	height: 200px;
}
#contactform .message {
	color: #990000;
}


.clear {
	display: block;
	clear: both;
	width: 80%;
	height: 1px;
	margin: 0 0 -1px;
	font-size: 1px;
	line-height: 1px;
}