body {
	padding: 0px;
	margin:0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	background-color: #83965f;
	/*background-color: #d5e3c7;*/
}


/*b{font-size: 110%;}
em{color: red;}*/

#maincontainer{
	width: 820px; /*Width of main container*/
	margin: 0 auto; /*Center container on page*/
	background-image: url(images/background.jpg);
	background-repeat: repeat-y;
}
.mod { 	width: 160px;
	background-image: url(images/mods_02.gif);
	background-repeat: repeat-y;
}
.mod { 	width: 160px;
	background-image: url(images/mods_02.gif);
	background-repeat: repeat-y;
}
.modtop {
	background-image: url(images/mods_01.gif);
	background-repeat: no-repeat;
	width: 160px;
	height: 31px;
}
.modcontent {
	background-image: url(images/mods_02.gif);
	background-repeat: repeat-y;
	padding-right: 10px;
	padding-left: 10px;
}
.modcontent2 {
	background-image: url(images/mods_02.gif);
	background-repeat: repeat-y;
	padding-right: 5px;
	padding-left: 5px;
}
.modcontent a {
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	font-weight: bold;
	color: #0f3a2e;
	text-decoration: none;
	font-size: 1.2em;
}
.modcontent a:hover{
	color: #285f50;
	text-decoration: none;
	/*text-align: center;*/
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	/*width: 160px;*/
	font-size: 1.2em;
	font-style: italic;
}
.modbottom {
	background-image: url(images/mods_03.gif);
	background-repeat: no-repeat;
}
.modmaptop {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	padding: 9px 0px 0px 0px;
	font-size: 0.9em;
}
/*.whatsnew {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	width: 160px;
	font-size: 1.3em;
	font-style: italic;
	border: 1px solid #00FFFF; 
}

.whatsnew a{
	color: #0f3a2e;
	text-decoration: none;
}
.whatsnew a:hover{
	color: #285f50;
	text-decoration: none;
}
*/

#topsection{
	height: 139px; /*Height of top section*/
	background-color: #EAEAEA;
	background-image: url(images/header2.jpg);
	background-repeat: no-repeat;
}

#topsection h1{
margin: 0;
padding-top: 15px;
}

#search {
margin-left:180px;
padding-top:88px;
}

#contentwrapper{
float: right;
width: 100%;
border:1px red solid;
}

#contentcolumn{
	/*margin: 0 170px 0 180px; Margins for content column. Should be "0 RightColumnWidth 0 LeftColumnWidth*/
	/*margin: 0 0px 0 180px; Margins for content column. Should be "0 RightColumnWidth 0 LeftColumnWidth*/
	width:629px;
	width:639px;
	background-color:#f9f9f8;
	font-size:0.75em;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #c6d5c2;
	padding-right:10px;
	float:right;
}

#contentcolumn ul li {
	padding-top: 4px;
	padding-bottom: 4px;
}

#contentcolumn p {
	line-height: 12pt;
	color:#383226;
}
#contentcolumn a:link {
	color:#3b6236;
	text-decoration:none;
}
#contentcolumn a:visited {
	color:#669966;
	text-decoration:none;
}

#contentcolumn a:hover {
	color:#3b6236;
	text-decoration:underline;
}

#leftcolumn{
	float: left;
	width: 170px; /*Width of left column in pixel*/
	margin-left: -820px; /*Set margin to that of -(MainContainerWidth)*/
	/*background: #C8FC98;*/
}

#rightcolumn{
	float: left;
	width: 160px; /*Width of right column*/
	margin-left: -160px;
}

#footer{
	clear: both;
	width: 818px;
	background: #0f3a2e;
	color: #FFF;
	padding: 4px 0;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #c6d5c2;
	border-bottom-color: #c6d5c2;
	border-left-color: #c6d5c2;
	font-size:0.7em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#footer a{
color: #FFFFFF;
}

#footerleft{
	width: 300px;
	float:left;
	text-align: left;
	padding-left: 4px;
}

#footerright{
	width: 300px;
	float:right;
	text-align: right;
	padding-right: 4px;
}

.innertube{
margin: 0px 10px 10px 10px; /*Margins for inner DIV inside each column (to provide padding)*/
}

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.suckerdiv ul{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	width: 160px; /* Width of Menu Items */
/* 	border-bottom: 1px solid #ccc;*/
	text-align: right;
	
}
.suckerdiv {
	font-size: 0.75em;
	font-weight:bold;
}
.suckerdiv #suckertree1 a {
	padding-right: 15px;
}
	
.suckerdiv ul li{
position: relative;
background: #F1F1EA;
}
		
/*Sub level menu items */
.suckerdiv ul li ul{
position: absolute;
width: 170px; /*sub menu width*/
top: 0;
visibility: hidden;
 	border-top: 1px solid #ccc;
}

/* Sub level menu links style */
.suckerdiv ul li a{
display: block;
overflow: auto; /*force hasLayout in IE7 */
color: #336633;
text-decoration: none;
padding: 1px 5px;
border: 1px solid #C6D5C2;
border-right: 1px solid #64593A;
border-top: 0;
	background: #F1F1EA;
}

/*.suckerdiv ul li a:visited{
color: black;
}*/

.suckerdiv ul li a:hover{
color: black;
}

.suckerdiv .subfolderstyle{
background: url(images/arrow-list.gif) no-repeat center right;
}

.navbrownbg {
	background-color: #64593A;
	width: 160px;
}
.navtanbg {
	background-color: #B99535;
	width: 158px;
	border: 1px solid #64593A;
}
/*.navmonth {
	text-align: center;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	color: #FFFFFF;
	padding: 5px 0px;
	font-size: 1.3em;
}*/




.navbit {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #996600;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #996600;
	padding: 10px 0px;
	width: 160px;
}
.navbit p {
	font-size: 0.9em;
	padding: 0px 10px;
	font-weight: bold;
}
	
/* Holly Hack for IE \*/
* html .suckerdiv ul li { float: left; height: 1%; }
* html .suckerdiv ul li a { height: 1%; }
/* End */
#quicklinks {
	margin-left:7px;
}
#qlinks {
	font-size: 1.0em;
}
#pscroller1{
	width: 400px;
	height: 50px;
	padding: 0px;
	font-size:0.8em;
	font-family: Arial, Helvetica, sans-serif;
}


#pscroller1 a{
text-decoration: none;
color:#3b6236;
}
#pscroller1 a:hover{
text-decoration: underline;
color:#3b6236;
}
#breadcrumbs {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	text-align:right;
	border:1px #f9f9f8 solid;
	padding-top:6px;
}
#breadcrumbs a {
	color:#3b6236;
	text-decoration:none;
}
#breadcrumbs a:hover {
	color:#3b6236;
	text-decoration:underline;
}
.go_up {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	padding-right: 10px;
	text-decoration:none;
}
.go_up a {
	font-family: Arial, Helvetica, sans-serif;
	padding-right: 10px;
	color:#3b6236;
	text-decoration:none;
}
.go_up a:link {
	color:#3b6236;
	text-decoration:none;
}
.go_up a:hover {
	text-decoration:underline;
}
.new {
	color:#990000;
}
.pdf {
	color:#999999;
}

.green {

	color:#85AA63;
}
#news {
	height:100px;
	width: 135px;
	padding-top: 10px;
	padding-bottom: 10px;
}

#news2 {
	/*height:100px;*/
	width: 140px;
	padding-top: 5px;
	padding-bottom: 7px;
}

.innertube a {
	font-weight: bold;
}

.suckerdiv .mod .modcontent #news #twitter_update_list li {

}

#twitter_style {
border:1px #0f3a2e solid; padding:0px; margin:0px auto; background-color:#83965f; margin-left:7px; font-size:.9em; text-align:center; padding:5px;
}

#maincontainer .suckerdiv .mod .modcontent2 #news2 a {
	color: #0f3a2e;
	text-decoration:none;
}

#maincontainer .suckerdiv .mod .modcontent2 #news2 a:hover {
	color: #285f50;
	text-decoration:underline;
}
