
body {
	margin					: 5px;
	font-family				: Tahoma,Arial;
	font-size				: 12px;
}

.body {
	width					: 760px;
	margin-left				: auto;
	margin-right			: auto;
	border					: 0px solid;
}

.top {
	margin					: 0px 0px 5px 0px;
	width					: 760px;
	height					: 136px;
}

.top a {
	text-decoration			: none;
	color					: #000000;
}

.top a:hover {
	color					: #000000;
	text-decoration			: underline;
}

.top_left {
	margin					: 5px 0px 2px 3px;
	float					: left;
	width					: 560px;
}

.top_center {
	margin					: 0px 0px 0px 0px;
	float					: left;
	width					: 10px;
}

.top_center li { 
	padding					: 1px 0px 1px 5px;
	float					: right; 
	list-style				: none;
}

.top_right {
	margin					: 0px 10px 0px 0px;
	width					: 180px;
	float					: right; 
}

.top_right li { 
	margin					: 0px 0px 0px 5px;
	padding					: 1px 5px 1px 5px;
	float					: right; 
	font-family				: Tahoma,Arial;
	font-size				: 12px;
	list-style				: none;
}

.menu {
	width: 760px;
	height: 40px;
	margin: 0 auto;
	background-color:#00614D;
}

.menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.menu li {
	display: inline;
	font-family: Tahoma,Arial;
}

.menu a {
	display: block;
	float: left;
	margin: 8px 4px 8px 4px;
	padding: 5px 10px 5px 10px;
	text-decoration: none;
	font-size: 12px;
	font-weight:bold;
	color: #FFFFFF;
}

.menu a:hover {
	background: #E57819;
}

.menu .current_page_item {
}

.menu .current_page_item a {
	background: #E57819;
	border-right: 2px solid #B24100;
	border-bottom: 1px solid #B24100;
}

.main {
	margin:10px 10px 0px 0px;
	font-size				: 12px;
	color					: #333333;
	text-align:justify;
}


.bottom {
	margin					: 10px 0px 0px 0px;
	text-align				: left;
	font-size				: 12px;
	color					: silver;
	border-top				: 1px solid silver;
	padding					: 5px 5px 5px 5px;
}