body {
	text-align: center;
	background-color: #fdfdfd;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

#hp {
	width:790px;
	height: 590px;
	text-align: left;
	margin: auto; 
	background-image: url(../images/bg.gif);
	background-repeat: repeat-y;

}

#body {
	margin: 0px;
	padding: 0px;
}

#menu_left {
	width: 163px;
	margin: 0px;
	float: left;
	background-color: #9EB2D5;
}
#content {
	text-align:left;
	width: 600px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;	
	margin-left:163px;
	padding:10px;
	background: #f2f2f2;
	
}

td, table, tr {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

#header {
	width: 790px;
	height: 80px;
	background: #E5E5E5;
	background-image: url(../images/logo.gif);
	background-repeat: no-repeat;
	background-position: center;
}


#nav1 {
	height: 30px;
	border-top: 1px solid #f8f8f8;
	border-bottom: 1px solid #f8f8f8;
	background: #D4D4D4;
	text-align: right;
	margin: 0px;
	padding: 0px;
	font-size: 0px;
}

#nav1 img {
	border-left: 1px solid #f8f8f8;
}
#nav2 {
	margin:0; 
	float:left; 
	width:163px;

}

#nav2_1{
	height: 22px;
	padding-left: 9px;
	background-color: #6FA36D;
	border-bottom: solid 1px #ffffff;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

#nav2_2{
}


.navLvl0 {
	background: #CFE7CE;
}

div.navLvl1 {
	color: #ffffff;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	text-decoration: none;
	padding-top: 3px;
}


div.navLvl2 {
	color: #ffffff;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	height: 22px;
	text-decoration: none;
	padding-left: 10px;
	padding-top: 3px;
}

div.navLvl2 {
	background: #8EBB8B;
	height: 22px;
	border-bottom: solid 1px #ffffff;
}

a.navLvl2, a.navLvl2:link, a.navLvl1:active {
	color: #ffffff;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	text-decoration: none;
	border-top: 0;
	padding-top: 5px;
	vertical-align: middle;
	
}
a.navLvl2:hover {
	color: #ffffff;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	text-decoration: underline;
	vertical-align: middle;
}

div.navLvl3 {
	border-bottom: solid 1px #ffffff;
	height: 22px;
	background: #CFE7CE;
	padding-top: 3px;
}

.navLvl3 {
	color: #666666;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	padding-left: 15px;
}

a.navLvl3, a.navLvl3:link, a.navLvl1:active, a.navLvl1:visited {
	color: #666666;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	text-decoration: none;
	vertical-align: middle;
}
a.navLvl3:hover {
	color: #666666;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	text-decoration: underline;
	vertical-align: middle;
}


.nav_lvl1 {
	color: #ffffff;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	text-decoration: none;
}

a.nav_lvl1:link, a.nav_lvl1:active, a.nav_lvl1:visited {
	color: #ffffff;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	text-decoration: none;
}

.nav_lvl2 {
	color: #ffffff;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	text-decoration: none;
}

a.nav_lvl2:link, a.nav_lvl2:active, a.nav_lvl2:visited {
	color: #ffffff;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	text-decoration: none;
}

.nav_lvl3 {
	color: #ffffff;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	text-decoration: none;
}

a.nav_lvl3:link, a.nav_lvl3:active, a.nav_lvl3:visited {
	color: #ffffff;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	text-decoration: none;
}

#content h1 {
	font-size: 18px;
	color: #4F8A4D;
	font-weight: normal;
	margin-top: 10px;
	margin-bottom: 15px;
}
#content h2 {
	font-size: 14px;
	font-weight: bold;
	color: #666666;
	margin-bottom: 5px;
}
#content h3 {
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
	color: #4F8A4D;
	margin-bottom: 5px;
	padding-top: 4px;
	padding-bottom: 2px;
	padding-left: 10px;
}
#content ul {
	color: #333333;
	list-style-position: outside;
	padding-left: 4px;
	margin-left: 14px;
	margin-top: 5px;
	list-style-image:url(../img/arrow_li.gif);
}
#content ul li {
    list-style-image:url(../img/arrow_li.gif);
}

#content a, a:link, a:active {
	color: #4F8A4D;
	text-decoration: none;

}
#content a:hover {
	color: #4F8A4D;
	text-decoration: underline;
}

select, input, textarea {
	background-color: #F3F3F3;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
 }

#footer {
	padding: 5px;
} 
 
#footer a, a:link, a:active {
	color: #666666;
	text-decoration: none;

}
#footer a:hover {
	color: #666666;
	text-decoration: underline;
}