body {
  padding:0; 
  margin:0 auto;
  color: black;
  font-family: arial;
  font-size: 10pt;
}

a {
  color: #009933;
  text-decoration: underline;
}

a:hover {
	color: #00b83d;
	text-decoration: none;
}

img {
	border:0;
}

h2 {
	font-family: Georgia, arial;
	font-weight: bold;
	font-style: italic;
	font-size: 18px;
}

#header {
	background: url('../images/header_bg.png') repeat-x;
	width: 100%;
	height: 132px;
}

#header_right {
	background: url('../images/header_right.jpg') no-repeat;
	width: 393px;
	height: 132px;
	float: right;
}

#logo {
	background: url('../images/logo.jpg') no-repeat;
	width: 482px;
	height: 132px;
	float: left;
	cursor: pointer;
}

#content_bg {
	background: url('../images/content_bg.jpg') no-repeat right bottom;
}

#content {
	
	padding: 40px;
}

#bottom {
	background: #e5e5e5;
	width: 100%;
	height: 43px;
	margin-bottom: 20px;
}

#bottom_right {
	background: url('../images/bottom_right.jpg') no-repeat right bottom;
	width: 499px;
	height: 43px;
	float: right;
	text-align: right;
	padding-right: 70px;
}

#bottom_left {
	text-align: left;
	margin-left: 40px;
	color: #666;
	font-size: 11px;
	position: absolute;
	margin-top: 14px;
}

.clear {
	clear: both;
}

#leftside {
	float: left;
	width: 26%;
}

#rightside {
	float: right;
	width: 70%;
}

.module_menu {
	font-family: Georgia, arial;
	font-style: italic;
	font-size: 18px;
	margin-bottom: 60px;
}

.module {
	margin-bottom: 40px;
	color: #333;
}

.module h3 {
	font-family: Georgia, arial;
	font-weight: normal;
	font-style: italic;
	font-size: 18px;
}

.module_menu ul {
	list-style: none;
	padding:0;
	margin:0;
}

.module_menu li {
	background: url('../images/menu_bg.png') no-repeat left bottom;
	border-bottom: 1px solid #ccc;
	padding: 4px 0 4px 24px;
}

.module_menu #current {
	background: url('../images/menu_bg_hover.png') no-repeat left bottom;
}

.module_menu li:hover {
	background: url('../images/menu_bg_hover.png') no-repeat left bottom;
}

.module_menu li a {
	color: #333;
	text-decoration: none;
}

.module_menu li a:hover {
	color: #006633;
	text-decoration: underline;
}

.contentheading {
	font-family: Georgia, arial;
	font-weight: bold;
	font-style: italic;
	font-size: 24px;
}

#pathway {
	margin-bottom: 10px;
	color: #666;
}

#pathway a {
	color: #333;
}
