/* ---------- Globals ---------- */
html, body {
	text-align: center;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #EEEEEE;
	color: #666666;
}
a {
	color: #669966;
	background-color: transparent;
	text-decoration: none;
	
}
a:hover {
	color: #66cc66;
	text-decoration: underline;
	background-color: transparent;
}
div.center {
	text-align: center;
}
div.justify {
	text-align:justify
}
/* ---------- Layout ---------- */
div.container {
    position: relative;
    margin: 0 auto;
    width: 850px;
	text-align: left;
}
.header_area {
	background-image: url(../images/header_area.png);
	background-repeat: no-repeat;
	width:850px;
	height:165px;
}
.header_area .homebutton {
    display: block;
    position: absolute;
    top: 22px;
    left: 25px;
    height: 80px;
    width: 80px;
}
.sitename, .sitename a, .sitename a:hover {
	text-align: right;
	width:815px;
	color: #666666;
	font-size: 22px;
	padding-top: 18px;
	text-decoration: none;
	font-weight: bold;
}
.pagetitle {
	text-align:center;
	padding-left:30px;
	margin-top:15px;
	width:800px;
	color: #99CC99;
	font-weight: bold;
	font-size: 24px;
}
.nav_area {
	color: #FFFFFF;
	text-align: right;
	padding-right: 35px;
	padding-top:20px;
}
.content_area {
	background-image: url(../images/content_area.png);
	background-repeat: repeat-y;
	width:850px;
	height:100%;
}
.content {
	padding:10px;
	margin-left:30px;
	margin-right:35px;
	margin-top:-5px;
}
.footer_area {
	background-image: url(../images/footer_area.png);
	background-repeat: no-repeat;
	width:850px;
	height:90px;
}
.footnote {
	text-align: center;
	vertical-align: middle;
	padding-top: 30px;
	color: #CCCCCC;
}
/* ---------- Menu ---------- */
.navigation ul {
	margin:2px;
	padding:0;
}
.navigation ul li {
	display:inline;
	margin:1px;
	padding:0;
	font-size:11px; 
	letter-spacing : 1px;
}
.navigation ul .active {
}
.navigation ul a {
	margin:0;
	padding:2px 11px;
	border-bottom:1px solid #AAA;
	border-top:1px solid #EEE;
	border-left:1px solid #AAA;
	text-decoration:none;
	letter-spacing : 1px;
	background-color: #CCCCCC;
	color: #669966;
}
.navigation ul .active a {
	border:1px solid #AAA;
	border-bottom:1px solid #AAA;
	border-top:1px solid #EEE;
	border-left:1px solid #AAA;
	text-decoration:none;
	background-color: #669966;
	color: #CCCCCC;
}
.navigation ul a:hover {
	color:#FFFFFF;
	background-color: #66CC66;
}
.navigation ul .active a:hover {
	color: #66CC66;
	background-color: #669966;
}
