html, body {margin:0; padding:0; border:0; font-size:100.01%; height:100%; }
html { overflow-y: scroll; }

/**for IE only**/
* body {font-size:76%; Zoom: 1.0 /**normalizes zoom in IE7 to 100%**/}

body {
	text-align:center;
	margin:0 auto; /**centers page**/
	padding:0;
	width:900px;
	background: white;
        font-family: Verdana, Arial, Helvetica, sans-serif;
        color: #333333;
}

#wrapper {
	background: white;
	text-align:left;
	border-width: 1px;
	overflow: hidden;
	.border-right-style:solid;
	.border-left-style:solid;
}

#header {
	background: white;
	padding:3px;
	text-align: center;
	font-size: 24px;
	color: #006600;
}

#header img {
	padding-left: 60px;	
}

#header h2 {
	padding-top: 20px;
	font-size: 30px;
}

#topbar {
	background:#72a376;
	width: 900px;
	float: left;
}

#topbar_left {
	padding: 10px;
	width: 20px;
	background:#b0ccb0;
}


/**floated left column**/
#menu{ float:left; width: 160px; margin:10px; margin-left: 40px; padding:5px; background: #b0ccb0; height: auto; left: 0px; top: auto; border:1px solid #ffffff; outline:1px solid #72a376;} 

/** Middle column container **/
#Middle { padding:10px; width: auto; margin:0px 0px 0px 210px; line-height: 135%; font-size: 14px; }

#footer { clear: both; color:black; margin:0; padding:2px; height:auto; background: #EEFFEE; text-align: right; font-size: 9px; border-width: 1px; border-top-style:solid; border-bottom-style:solid; }

/**linked images**/
a img{border:none;}
img a:hover {border:none}

/**Misc classes**/
.left {text-align:left}
.center {text-align:center}
.right {text-align:right}

/**Floats**/
.floatRight {float:right; width:30%}
.floatR {float:right; }
.floatLeft {float:left; width:30%}
.floatL {float:left; }
.clearing {clear:both; height:1px; width:100%; visibility:hidden;}

h2 { font-size: 18px; color: #006600; }
h3 { font-size: 16px; color: #006600; }
hr { color: #3468b2; }

a, a:visited, a:active { color: #339933; text-decoration: underline; }
a:hover { text-decoration: underline; color: #505050; }

.menuhead {
	font-weight: bold;
	font-variant: small-caps;
	font-size: 13px;
	line-height: 120%
}

.menuitem a {
	font-family: Verdana, Arial;
	font-size: 15px;
	width: 120px;
	overflow: hidden;
	white-space: nowrap;
	text-decoration: none;
	font-weight: bold;
	line-height: 200%;
	color: #FFFFFF;
}

.menuitem a:hover {
	text-decoration: underline;
	color: 
}

#selected {
	color: #006600;
}

.small {
	font-size: 9px;
	font-style: normal;
	line-height: 100%;
	padding-top: 10px;
}

.small a {
	text-decoration: none;
}

.thumb {
	border:1px solid black;
	padding: 2px;
	margin: 5px;
}

.zoover {
	font-size: 10px;
	font-style: normal;
	line-height: 100%;
}

#eXTReMe {
	visibility: hidden;
}
