﻿body {
	background: #FDE22B;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	margin: 0;
	color: #666666;
}
a { text-decoration: none; color: #306090; border-bottom: 1px dashed #306090; }
a:hover { border-bottom: 1px dashed #49515C; color: #49515C; }
hr { color:#404040; height:5px; }

#container {
	margin: 0 auto;
	width: 740px;
	background: #FFFFFF;
	border: 1px solid #DDDDDD;
	padding: 0 5px;
	}
#header {
	background: #46E901 url('header.jpg') no-repeat;
	background-position: 0 0;
	border-bottom: 4px solid #FFFFFF;
	border-top: 5px solid #FFFFFF;
	padding: 10px 10px 10px 180px;
	color: #000000;
	height: 80px;
	font-family: "Courier New", Courier, monospace;
	font-size: large;
}
#header h1 { 	
	margin: 0;
	font-size: 2.5em;
	font-weight: bold;
	}	
#header span {
	width: 400px;
}
#menu {
	background: #00B917;
	border-bottom: 4px solid #FFFFFF;
	margin: 0;
	padding: 0;
	height: 2.2em;
}
#menu li {
	list-style-type: none;
	display: inline;
	line-height: 20px;
	}		
#menu li a {
	text-decoration: none;
	color: #FFFF66;
	background-color: #00B917;
	border-right: 4px solid #fff;
	border-bottom: 0;
	padding: 3px 8px;
	font-size: 1em;
	float: left;
	font-weight: bold;
}
#menu li a:hover { background-color: #FDE22B; color: #000000; }
#menu li a.on { background-color: #46E901; color: #000000; }

#content {
	float: left;
	width: 500px;
	padding-top: 10px;
	margin-left: 10px;
	line-height: 18px;
	text-align: justify; 
	word-spacing: 2px;
	}	
#sidebar {
	float: right;
	width: 175px;
	line-height: 20px; 
	word-spacing: 2px;	
	}
#footer {
	background: #00B917 url("footer.jpg") no-repeat 100% 0;
	border-bottom: 5px solid #FFFFFF ;
	border-top: 10px solid #FFFFFF ;
	color: #fff;
	font-size: 0.8em;
	padding: 10px;
	line-height: 16px;
	clear: both;
	}
#footer a { text-decoration: none; color: #fff; border-bottom: 1px dashed #A2AFBE; }
#footer a:hover { border-bottom: 1px dashed #FFFFFF ; color: #FFFFFF ; }


