*{
	font-family: "Arial", Helvetica, sans-serif; 
	color: #000000; 
	font-size: 12px; 
}
a, a:hover{  
	color: #FFFFFF; 
	text-decoration: none; 
}
a:hover {  
	color: #D1FF63; 
}
html{
height: 100%;
}
body {
	margin: 0px;
	padding: 0px;
  _height:100%;
	min-height:100%;
	text-align:center;
	background-color: #7BA800;
	background-image:url(img/background.gif);
	background-repeat: repeat-x;
}

#main {
	width: 765px;
	height:100%;
	min-height:100%;
	margin: auto;
	padding: 0px 0px 0px 0px;
	text-align: left;
	background-image:url(img/back.gif);
	background-repeat: repeat-y;
	position: relative;
}

.clearer {
	clear:both;
	height:1px;
	overflow:hidden;
	margin-top:-1px; 
}

h1.header{
  text-align:left;
	font-weight: bold;
	font-size: 18px; 
	color: #4D6700;
	margin: 0px;
	margin-bottom: 3px;
	padding: 20px 19px 20px 20px;
	background-color: #FFFFFF;
}


ul {
	list-style-image: url(img/bullet.gif);
	margin-top: 0px;
}

li{
	padding-left: 0px;
	margin-left: -20px;
}

#leftCol{
	float: left;
	width: 170px;
}
#rightCol{
	float: left;
	width: 595px;
	margin: 0px;
}

#menuContainer{
	background-image:url(img/navi_back.gif);
	background-repeat: no-repeat;
	width: 595px;
	height: 29px;
	margin: 0px;
	padding: 0px;
	background-color: #000000;
	float: left;
}

#menuContainer a, #menuContainer a:hover{
	color: #ffffff;
	font-family: Arial, Helvetica;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	display: block;
	float: left;
	padding: 7px 9px 8px 9px;
}
#menuContainer a:hover{
	color: #9DDD00;
	background-image:url(img/menu_sel.gif);
	background-repeat: no-repeat;
	background-position: bottom center;
}

#menuContainer a.selected{
	color: #9DDD00;
	background-image:url(img/menu_sel.gif);
	background-repeat: no-repeat;
	background-position: bottom center;
}

#contentContainer{
	width: 595px;
	1background-image:url(img/content_back.gif);
	1background-repeat: repeat-y;
	padding-bottom:45px;
}

#content{
	padding: 5px 20px 20px 20px;
	line-height: 16px;
}

#content *{
	line-height: 16px;
}

p{
margin: 10px 0px 10px 0px;
}

.subMenu{
	border: 0px;
	width:80px;
	text-align: center;
	visibility: hidden;
	position: absolute;
	left: 10px;
	top: 60px;
}
.subMenu a, .subMenu a:hover{
	display: block;
	height: 19px;
	width: 80px;
	color: #ffffff;
	background-color: #000000;
	font-weight: normal;
	font-size: 11px;
	text-decoration: none;
	padding-top: 5px;
	filter:alpha(opacity=65);   /* Internet Explorer       */
	-moz-opacity:0.65;           /* Mozilla 1.6 and below   */
	opacity: 0.65;               /* newer Mozilla and CSS-3 */
}
.subMenu a:hover{
	color: #9DDD00;
}

.submenuSep{
	height: 1px;
	font-size: 1px;
	background-image: url(img/pix.gif);
	overflow: hidden;
}
img.logo{
 display:inline;
 border:none;
}
img.logo_right{
 float:right;
 display:inline;
 border:none;
}
img.logo.pmbg{
 margin-left:70px;
 margin-right:70px;
}
.foot{
 _position:absolute;
 bottom:0;
}
.formfld input,.formfld textarea{
 width:400px;
 padding:0;
 margin:0;
 border:1px solid black;
}