@charset "UTF-8";
* {
	margin: 0px;
	padding: 0px;
}
body {
	background-color: #272727;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
html {
	min-height: 100%; 
	margin-bottom: 1px;

}
img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
	padding-bottom: 10px;
}
#wrapper_head {
	height: 213px;
	background-image: url(../images/header_shadow.jpg);
	background-position: center bottom;
	background-repeat: repeat-x;
	text-align: center;
	background-color: #FAF4CC;
}
#menu {
	height: 32px;
	background-image: url(../images/menu.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	text-align: center;
	padding-top: 9px;
}
#menu ul {
	list-style-type: none;
}
#menu li {
	display: inline;
}
#menu a:link, #menu a:visited, #menu a:hover {
	text-shadow: 0px 1px 1px #000;
	color: #FFFFFF;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 14px;
	padding-right: 7px;
	padding-left: 7px;
	list-style-type: none;
}
#content_wrapper {
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 20px;
	background-color: #FAF4CE;
}
#content_wrapper #centre_wrapper {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 980px;
}
#content_wrapper #right_boxout {
	width: 270px;
	float: right;
	padding-bottom: 20px;
	text-align: right;
}
#content_wrapper #text_content {
	float: left;
	width: 680px;
	margin-bottom: 25px;
}
#content_wrapper #centre_wrapper #text_content a:link, #content_wrapper #centre_wrapper #text_content a:visited, #content_wrapper #centre_wrapper #text_content a:hover {
	color: #003B00;
	font-weight: bold;
}
#centre_wrapper #text_content img {
	padding-right: 8px;
}
h1 {
	text-shadow: 0px 1px 1px #FFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #003308;
	font-weight: lighter;
}
h2 {
	text-shadow: 0px 1px 1px #FFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #013002;
	margin-bottom: 5px;
}
#content_wrapper  #footer_wrapper {
	background-image: url(../images/footer_bg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	height: 110px;
	clear: both;
	color: #FFFFFF;
	font-size: 12px;
}
#content_wrapper #footer_text {
	width: 980px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 20px;
	color: #FFFFFF;
}
#content_wrapper #footer_wrapper #footer_text img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-left: 8px;
	float: right;
}
#content_wrapper #footer_text a:link, #content_wrapper #footer_text a:visited, #content_wrapper #footer_text a:hover {
	color: #FFFFFF;
	font-weight: bold;
}
.iframe {
	border: 1px solid #999999;
}
#content_wrapper #centre_wrapper #text_content .tableWrapper {
	color: #4D7031;
}
#content_wrapper #centre_wrapper #text_content .tableWrapper table{
	border: 1px solid #CCCCCC;
}
#content_wrapper #centre_wrapper #text_content .tableWrapper th {
	color: #2C6600;
	background-color: #F5F8EE;
}
#content_wrapper #centre_wrapper #text_content .tableWrapper td {
	padding: 4px;
	text-align: left;
	color: #45781D;
	background-color: #E6EED5;
}
#content_wrapper #centre_wrapper #text_content .tableWrapper tr.altrow td {
	background-color: #CDDDAC;
}
.divider {
	height: 1px;
	background-color: #E7E1BF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	margin-top: 8px;
	margin-bottom: 8px;
}
#content_wrapper #centre_wrapper #text_content table ul     {
	list-style-position: outside;
	padding-left: 14px;
}
#content_wrapper #centre_wrapper #text_content table ul li {
	padding-bottom: 5px;
	font-weight: bold;
}

