* {
	margin: 0;
	padding: 0;
}

.main a {color: #1E4F3C;}
.main a:hover {background-color: #C1D9C1;	color: #000000; text-decoration: underline;}

body {
	background: #EFF0E6;
	font-family: Verdana,Arial,Helvetica,sans-serif; 
	color: #333333; 
	font-size: 10px; 
	text-align: justify; 
	line-height: 160%;
}

p,ul {
	padding-bottom: 1em;}
ul {margin-left: 4.2em;}
/*li {list-style: none;}*/

/**/.main li {margin-left: 20px;}

h1 { font-size: 15px; padding-bottom: 4px; border-bottom: 1px solid #1E4F3C; font-weight: bold; color: #1E4F3C; margin-bottom: 12px; margin-top: 20px; }
h2, h3 { font-size: 13px; border-bottom: 1px dashed #1E4F3C; font-weight: bold; color: rgb(69, 90, 107); margin-top: 20px; margin-bottom: 10px; }


/* misc */
.clearer {clear: both;}
.main .padded {padding: 0 24px;}
#padded {text-align: justify;}

.meta {font-size: 0.8em; color: #666;}
.left {float: left;}
.right {float: right;}

/* structure */
.container {
	font-family: Verdana,Arial,Helvetica,sans-serif; 
	color: #333333; font-size: 11px; 
	text-align: justify; 
	line-height: 160%;	
	background: url(img/bgcontainer.gif) repeat-y;
	margin: 0 auto;
	width: 750px;
	border: 0px solid #222;
		background-color: white;


}

/* header */
.header {
	float: left;
	width: 750px;
	height: 160px;
	background: url(img/header3.jpg) no-repeat;
	font: normal 2.4em Verdana,sans-serif;
	line-height: 122px;
	text-align: center;	
}
.subheader {
	float: left;
	width: 750px;
	height: 20px;
	background-color: #666666;
	text-align: right;
	border-top: 1px white solid;
	border-bottom: 1px white solid;
	}
.header a {
	text-decoration: none;
}

/* structure */
.top {
	background: #222;
	color: #DDD;
	float: left;
	font: normal 1.4em Verdana;
	height: 50px;
	text-align: center;
	width: 639px;
}
.subnav {
	float: left;
	width: 160px;
	border: 0px orange solid;
	background-color: #DAD9C7;
}
.main {
	float: left;
	width: 580px;
					text-align: justify;


}
.main h1 {
	padding-top: 5px;
	padding-bottom: 5px;
}
.main_right {
	float: right;
	width: 0px;
}

/* sub-navigation */
.subnav h1 {
	background: #222;
	color: #FFE;
	font: bold 1.1em Verdana,sans-serif;
	line-height: 24px;
	padding-left: 0px;
}
.subnav ul {margin: 0; padding: 0;}
.subnav ul ul {margin-left: 0px; padding: 0px;}
.subnav .menu-current a{font-weight: bold; text-decoration: none;}

.subnav ul li {
	border-bottom: 1px solid white;
	list-style: none;
}
.subnav ul ul li {
	border-bottom: 0px white dotted;
	list-style: none;
}
.subnav ul ul ul li {
	border-bottom: 0px white dotted;
	list-style: none;
}



.subnav ul li a {
	background: #1E4F3C;	
	color: white;
	display: block;
	padding: 5px 0 5px 12px;
	width: 148px;
	text-decoration: none;
}

.subnav ul ul li a {
	background: #4C8F5D;	
	color: black;
	display: block;
	padding: 3px 0 3px 24px;
	width: 136px;
	text-decoration: none;
	margin-left: 0px;
	border: red 0px dashed;
	text-decoration: none;
}

.subnav ul ul ul li a {
	background: #67B486;	
	color: black;
	display: block;
	padding: 3px 0 3px 36px;
	width: 124px;
	text-decoration: none;
	margin-left: 0px;
}

.subnav li a:hover {
	background: #333333;
	color: #ffffff;
}
.subnav ul ul li a:hover {
	background: #333333;
	color: #ffffff;
}
.subnav ul ul ul li a:hover {
	background: #333333;
	color: #ffffff;
}

/* footer */
.footer {
	background: url(img/bgfooter.gif) repeat-x;
	color: #CCC;
	font-size: 0.9em;
	line-height: 39px;
	width: 100%;
	text-align: center;
}
.footer .left,.footer .right {padding: 0 16px;}
.footer a {color: #EEE;}
.footer a:hover {color: #FAFCB0;}
.bottomnav {
	color: #CCC;
	font-size: 0.9em;
	line-height: 39px;
	width: 100%;
	text-align: center;
	margin-left: 160px;
	border: 0px red solid;
	width: 590px;
}
.bottomnav a {
	text-decoration: none;
	color: #1E4F3C;
}
.bottomnav a:hover {
	text-decoration: none;
	color: #ffffff;
	background-color: #1E4F3C;
}

#belownav {
width: 100%;
text-align: center;
margin-top: 0px;
border-top: 1px white solid;
padding-top: 10px;
}
#belownav img {
margin-bottom: 5px;
}
.search { margin-left: 0px; border-bottom: white 0px solid; text-align: center;padding: 10px 0 5px 0;}
.box {width:75%; border:3px double;background-color: #C1D9C1; padding: 10px; margin:0 auto;	text-align: center; color:#000000}

