@charset "utf-8";
/* CSS Document */

body {
	background-color: #d9dadc;
	margin-left: 20px;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
	color: #134217;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a{
	color:#134217;
	text-decoration: underline;
}
a:hover{
	color:#3071af;
	text-decoration: underline;
}
p{
	margin-top:0px;
	margin-bottom:20px;
}
.small-para-margin{
	margin-bottom:5px;
}
.non-bold{
	font-weight: normal;
}
.blue-para{
	font-weight: bold;
	color: #3071af;
	font-size:14px;
}
.job-head{
	font-weight: bold;
	color: #.3071af;
	font-size:14px;
	margin-bottom:25px;
	font-size:16px;
	background-color: #F0F0F0;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #768E6D;
	line-height: 25px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	color: #284995;
}
.green-light{
	color:#134217;
	font-weight:normal;
}
h1{
	font-size:16px;
	margin-bottom:5px;
	margin-top:15px;
	color: #3071af;
}
h2{
	margin-bottom:0px;
	margin-top:0px;
	font-size:12px;
	font-weight:bold;
}
h3{
	margin-bottom:0px;
	margin-top:5px;
	font-size:12px;
	font-weight:bold;
}
#head-2{
	padding-bottom:31px;
}
#page{
	margin-left:auto;
	margin-right:auto;
	width:834px;
	background-color:#FFFFFF;
	background-image: url(image/page-bottom.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;	
}
#nav{
	background-color: #f0f0f0;
	width:225px;
	float:left;
	margin-left:19px;
	display: inline;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#nav ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#nav li {
	margin: 0px;
	display:inline;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
}
#nav a {
	font-size:12px;
	display: block;
	color: #4e7151;
	text-decoration: none;
	font-weight:bold;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;	
}
#nav a:hover{
	color: #0052a2;
	text-decoration: none;
}
#nav a#current{
	color: #0052a2;
	text-decoration: none;
}
#nav a#subcurrent{
	color: #0052a2;
	text-decoration: none;
}
#nav ul ul li {
}
#nav ul ul a {
	font-size:12px;
	display: block;
	width: 146px;
	color: #4e7151;
	text-decoration: none;
	font-weight:normal;
	margin:0px;
	padding-top: 3px;
	padding-right: 2px;
	padding-bottom: 3px;
	padding-left: 40px;	
}
#nav ul ul a:hover {
	color: #0052a2;
	text-decoration: none;
}
#content{
	margin-left:300px;
	line-height: 20px;
	padding-right:16px;
	padding-bottom:10px;
	margin-top: 0px;
	padding-top: 0px;
}
#content ol{
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 22px;
	padding: 0px;
}
#footer{
	margin-left:auto;
	margin-right:auto;
	width:829px;
	padding:3px;
	font-size:9px;
}
.menuspace{
	height:0px;
	margin-top:3px;
	margin-bottom:3px;
	font-size:0px;
	border-top-width: 1px;
	border-top-style: dashed;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #B6B6B6;
}