
* {
	margin: 0;
	padding: 0;
}
a:link, a:visited {
	color: #598B13;
	font-weight: bold;
}
html, body { height: 100%; }
body {
	background: #ffffff;
	color: #3B3B3B;
	font-family: Arial, Tahoma, Helvetica, sans-serif;
	font-size: 12px;
}
h1 {
	color: #598B13;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	padding-bottom: 20px;
}
p {
	padding-top: 5px;
	padding-bottom: 5px;
}
.yui-g {
	padding: 6px;
}
.title {
	padding-bottom: 6px;
	color: #598B13;
	font-weight: bold;
}
.title img {
	padding-right: 4px;
	vertical-align: text-top;
}
.title a:link {
	font-size: 14px;
}
.block {
	line-height: 1.4em;
	padding: 6px;
	width: 95%;
}
.block ul {
	margin: 10px;
	margin-left: 29px;
}
.odd { background-color: #f2f2f2; }
.even { background-color: #fff; }
#hd {
	background-image: url('../images/bgMain.jpg');
	background-repeat: no-repeat;
	background-position: left;
	height: 150px;
	position: relative;
	border-top: 1px solid #000000;
}
#header-logo {
	margin-left: 30px;
}
#header-bottom {
	background-image: url('../images/bgMainBottom.gif');
	background-repeat: no-repeat;
	background-position: right;
	height: 30px;
	width: 100%;
	position: absolute;
	bottom: 0px;
	right: 0px;
}
#ft {
	margin-top: 8px;
	background-image: url('../images/bgFooter.gif');
	background-repeat: repeat-x;
}
#ft-content {
	padding: 10px;
	font-size: 10px;
	text-align: center;
}
.yui-u ul {
	margin: 10px;
	margin-left: 29px;
}
#nav-container { width: 100%; }
#nav-container ul {
	list-style-type: none;
	margin: 3px;
	margin-left: 6px;
}
#nav-container a {
	display: block;
	padding: 3px;
	width: 120px;
	background-color: #fff;
	font-size: 16px;
}
#nav-container a:link, #nav-list a:visited { 
	color: #4b4b4b; 
	font-weight: normal;
}

#nav-container a:hover {
	background-color: #c5d7ad;
	color: #000;
}