html {
  overflow-y: scroll;
}

body {
	text-align: center;
	margin:0;
	font-size:12px;
	color:#000;
	font-weight: normal;
	text-decoration:none;
	background: #ffffff;
}

#container {
	padding:0px;
	margin: 0px;
	min-height:99.7%; /* works only if parent container is assigned a height value */
	/*color:#333;*/
	border:0 none;
	margin: auto;
	text-align: left;
}

#topper{
	width:772px;
	height:132px;
	margin:auto;
}

#nav{
	width:772px;
	height:21px;
	background-image:url('../images/menu-bg.jpg');
	background-repeat:no-repeat;
	margin:auto;
	text-align:center;
}

#nav a{
	margin:0;
	padding:0;
	font-family: tahoma, arial, verdana;
	font-size:11px;
	color:#fff;
	font-weight: bold;
	text-decoration:none;
}

.menugap {
	border:0 none;
	margin: 0;
	padding: 0 7px 0 7px;
	vertical-align:top;
}

#nav a:hover{
	margin:0;
	padding:0;
	font-family: tahoma, arial, verdana;
	font-size:11px;
	color:#000;
	font-weight: bold;
	text-decoration:none;
}

#content-pane {
	width:772px;
	min-height:530px;
	background-color:#5e7158;
	background-image:url('../images/content-bg.jpg');
	background-repeat:no-repeat;
	margin:auto;
	text-align:left;
}

#left-column {
	width:204px;
	float:left;
	display:block;
	padding: 3px 0 0 5px;
}

#content {
	
}



#menu h1{
	margin:0;
	font-family: georgia, times new roman, tahoma, arial, verdana;
	font-size:18px;
	color:#394c34;
	font-weight: normal;
	text-decoration:none;
}

#menu h2{
	margin:0;
	font-family: georgia, times new roman,tahoma, arial, verdana;
	font-size:12px;
	color:#fff;
	font-weight: bold;
	text-decoration:none;
}

#menu h3{
	margin:0;
	font-family: arial, verdana;
	font-size:12px;
	color:#000;
	line-height:1.2em;
	font-weight: normal;
	text-decoration:none;
}


.body{
	margin:0;
	/*padding:0.15em;*/
	font-family: georgia, times new roman, tahoma, arial, verdana;
	font-size:12px;
	color:#000;
	line-height:1.5em;
	font-weight: normal;
	text-decoration:none;
}

.small{
	margin:0;
	/*padding:0.15em;*/
	font-family: georgia, times new roman, tahoma, arial, verdana;
	font-size:11px;
	color:#000;
	line-height:1.5em;
	font-weight: normal;
	text-decoration:none;
}

.small a{
	margin:0;
	/*padding:0.15em;*/
	font-family: tahoma, arial, verdana;
	font-size:12px;
	color:#fff;
	line-height:1.5em;
	font-weight: normal;
	text-decoration:underline;
}