@charset "utf-8";

* {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
body  {
	margin: 25px 0 0 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #666666;
	background-image: url(images/bg-wider-15p.png);
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#logo {
	height: 66px;
	padding: 4px 0 0 11px;
}
.form {
	background-color: #E9F4DC;
}
.formlabel {
	font-weight: bold;
	text-align: right;
	width: 135px;
	float: left;
	clear: both;
	vertical-align: middle;
	padding: 7px 0 0 0;
}
.formcontent {
	padding: 5px 0 0 150px;

}



#maintable {
	margin: 0;
	width: 765px;
	padding: 0;
	border: 0;
}



.thrColFixHdr #container { 
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.thrColFixHdr #header {
	padding: 0;
	width: 780px;
	background-image: url(images/bg-col.png);
} 
.thrColFixHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.thrColFixHdr #sidebar1 {
	width: 150px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #FFFFFF; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0 10px 15px 0px;
}
.thrColFixHdr #sidebar2 {
	width: 137px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #FFFFFF; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0 10px 15px 10px; /* padding keeps the content of the div away from the edges */
	height: 100percent;
}
.thrColFixHdr #mainContent {
	width: 420px;
	margin: 0 40px 20px 10px;
	height: 100percent;


} 
.thrColFixHdr #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
} 
.thrColFixHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 10px;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#menu {
	padding: 0 0 0 2px;
	width: 145px;
	margin: 0 0 20px 0;
}

#joinbox {
	width: 65px;
	margin-right: 10px;
}
#wikibox {
	width: 166px;
	margin-right: 20px;
}

.toptab {
	background-color: #E9F4DC;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #949494;
	border-right-color: #949494;
	border-bottom-color: #949494;
	border-left-color: #949494;
	text-align: center;
	color: #666666;
	height: 17px;
	font-size: 12px;
	font-weight: bold;
	float: right;
	clear: none;
}
.toptab a {
	display:block;
	width:100%;
	height:100%;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #666666;
}
.toptab a:hover {
	display:block;
	width:100%;
	height:100%;
	background-color: #CDE7B1;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #333333;
}
.rightpanel {
	background-color: #F7F7F7;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #949494;
	font-size: 12px;
	font-weight: bold;
	float: right;
	clear: none;
	width: 157px;
}
#toprightpanel {
	height: 100%;
	z-index: 2;
}
#bottomrightpanel {
	height: 20px;
}
#middlerightpanel {
	height: 100%;
}
#topgraphic {
	height: 10px;
	background-image: url(images/green-gray.gif);
	line-height: 0px;
	padding: 0;
	margin: 0;
	/* background-color: #84c440; */
}

#centerbox {
	font-size: 11px;
	overflow: hidden;
	background-image: url(images/bg-col.png);
	padding: 10px 10px 0 0;
}
.pagefont {
	font-size: 12px;
	font-style: normal;
}
.pagefont a {
	font-size: 12px;
	font-style: normal;
	text-decoration: underline;
	color: #84ac00;
}
.header {
	font-size: 20px;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DDDDDD;
	width: 420px;
}
.quote {
	font-size: 10px;
	font-style: italic;
	color: #84ac00;
}
.bullets {
	font-size: 12px;
	padding-left: 30px;
}
}
.bullets a {
	font-size: 12px;
	font-style: normal;
	text-decoration: underline;
	color: #84ac00;
}
.menutab {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #84c440;
	font-family: Arial, Helvetica, sans-serif;
	padding: 3px 5px;
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	border-top-width: 0px;
	border-top-style: solid;
	border-top-color: #666666;
	width: 120px;
}
.menucontent {
	font-size: 11px;
	color: #000000;
	background-color: #EDEDED;
	line-height: 15px;
}
.menucontent a {
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	display: block;
	width: 125px;
	height: 17px;
	padding: 1px 0 0 5px;
}
.menucontent a:hover {
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	display: block;
	width: 125px;
	height: 17px;
	background-color: #DDDDDD;
}
#menuwrapper {
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666666;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	margin: 5px 0 0 18px;
	width: 130px;
}
.formhover {
	background-color: white;
}
.newstitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	height: 25px;
	width: 420px;
	color: #84c440;
	border-bottom-width: thin;
	border-bottom-style: dashed;
	border-bottom-color: #84c440;
	padding: 2px 0 0px 5px;
	margin: 5px 0 0 0;
	background-color: #E9F4DC;
}
.newscontent {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	width: 415px;
	padding: 2px 0 0 8px;
	color: #666666;
}
#panelholder {
	margin: 0px;
	padding: 0px;
	width: 435px;
	border: 0;
}
