@charset "utf-8";
/* CSS Document */

body  {
	margin: 0em;
	padding:0em;
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#000;
	background-color:#003;
	}
h2	{
	text-align:center;
	font-size:14px;
	color:#000;
	}

#base {
	width:100%;
	z-index:1;
	left: 0;
	top: 0;
	text-align:center;
}
#container {
	width:760px;
	z-index:1;
	margin-left:auto;
	margin-right:auto;
	margin-top:10px;
	background-color:#FFF;
}

#top {
	top:0px;
	margin:0px;
	padding:0px;
	width:760px;
	height:199px;
	z-index:1;
	background-color:#FFF;
}
#logo {
	clear:both;
	margin-top:50px;
	width:760px;
	z-index:2;
	margin-top:0px;
	margin-left:0px;
	float:left;
	height:175px;
	}
/*#right-top {
	width:200px;
	float:right;
	margin-top:24px;
	margin-right:16px;
	height:96px;
	} */
#menu {
	clear:both;
	background-color:#9db741;
	width:760px;
	height:24px;
	border-bottom-width:1px;
	border-bottom-style:solid;
	border-bottom-color:#036;
	}
#content {
	float:left;
	width:760px;
	z-index:2;
}
#text {
	padding-top:15px;
	padding-left:15px;
	padding-right:15px;
	float:left;
	width:723px;
	z-index:2;
	text-align:left;  

}
#footer {
	clear:both;
	width:760px;
	height:47px;
	font-family:Georgia, "Times New Roman", Times, serif;
	background-color:#FFF;
	}

#text p {
	margin-left:15px;
	text-align: left;
	}
#top ul {
		padding:0px;
		}
li.main {
		padding:0px;
		margin-top:2px;
		margin-bottom:2px;
		list-style:none;
		line-height:24px;
		text-align:left;
		font-family:Arial, Helvetica, sans-serif;
		font-size:12px;
		width:185px;
		background:#000066;
		}
li.main a {
		margin-left:0px;
		display:block;
		text-decoration:none;
		color:#000000;
		background:#6699cc;
		text-align:center;
		font-weight:bold;
		}
li.main a:hover {
		margin-left:0px;
		display:block;
		line-height:24px;
		text-decoration:none;
		color:#000000;
		font-weight:bold;

		text-align:center;
		background:#9966CC;
		}
h1		{
		font-family:Arial, Helvetica, sans-serif;
		font-size:18px;
		text-align:left;
		color:#000;
		}
#content img		{
		border-width:1px;
		border-style:solid;
		border-color:#000;
		}
