body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: #fff url('images/bg.png') top left repeat-x;
	padding: 0;
	margin: 0 50px 0 20px;
}

a:link {
  text-decoration: none;
  color: #699669;	
}
a:visited {
  text-decoration: none;
  color: #699669;	
}
a:hover, a:active {
  color: #999900;
  text-decoration: underline;
}

#header {
	width: 100%;
	background: url('images/logo.jpg') top left no-repeat;
	height: 122px;
}

#header .site-name {
	margin: 0;
	position: absolute;
	top: 55px;
	left: 230px;
	font-size: 2.3em;
	color: #006633;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
}

#header #secondary-links {
	position: absolute;
	top: 0px;
	left: 230px;
	border-bottom: 1px solid #999999;
	padding: 15px 10px 10px 0px;
	z-index: 5;
}

#header #secondary-links a {
	text-decoration: none;
}


#sidebar {
	float: left;
	width: 180px;
	padding: 60px 5px 0 10px;
}

#sidebar a {
	display: block;
	padding: 5px;
	border-bottom: 1px solid #CCCCCC;
	margin: 1px 0 1px 0;
	text-align: right;
	font-weight: bold;
}

#sidebar a:hover, #sidebar a.active {
	background: #A3AD81;
	color: #fff;
	font-weight: bold;
}

.sub-menu {
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	background: #ffffff;
	margin: 0 5px 20px 10px;
}

#sidebar .sub-menu a {
	border: none;
	font-weight: normal;
}

#content {
	padding: 30px 20px;
	margin: 0 0 0 210px;
	border-left: 1px solid #006633;
	line-height: 1.5em;
}

#content h2.title {
	color: #333333;
	padding: 0 0 15px 0;
	border-bottom: 1px dashed #000;
	margin: 0 0 20px 0;
}

#breadcrumb {
	font-weight: bold;
	float: left;
	padding: 0 10px 0 0;
}

#breadcrumb a {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #006633;
}

#footer {
	text-align: right;
	border-top: 1px solid #eee;
	color: #999999;
	font-size: 0.85em;
	margin: 50px 0 0 0;
	float: right;
}

tr td{
	border-bottom: 1px solid #E9E9E9;
}