body,html {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #4a4434;
	height: 100%;
	margin: 0;
	padding: 0;
}

a {
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

img {
	border: 0;
}

/* PAGE STYLES */

div#root {
	width: 100%;
	min-height: 100%;
	position: relative;
	background-color: #a4cc73;
	background-image: url('../images/bg_center.gif');
	background-repeat: repeat-y;
	background-position: center;
}

div#topContainer {
	width: 100%;
	height: 160px;
	background-image: url('../images/bg_top.gif');
	background-repeat: repeat-x;
}

div#topContainer div#topContent {
	width: 940px;
	margin: 0px auto;
	border-left: 1px solid white;
	border-right: 1px solid white;
	height: 138px;
	padding: 22px 0px 0px 0px;
	background-image: url('../images/bg_top_content.gif');
	background-repeat: repeat-x;
}

div#menuContent {
	width: 940px;
	height: 39px;
	margin: 0px auto;
	background-image: url('../images/bg_menu.gif');
	background-repeat: repeat-x;
	border-left: 1px solid white;
	border-right: 1px solid white;
}

div#menuContent div#buttons{
	width: 415px;
	height: 39px;
	padding-left: 55px;
	margin: 0px auto;
	background-image: url('../images/bg_buttons.gif');
	background-repeat: no-repeat;
}

div#centerContent {
	width: 290px;
	margin: 0px auto;
	padding: 10px 640px 70px 10px;
	min-height: 515px;
	background-color: white;
	border-left: 1px solid white;
	border-right: 1px solid white;
	/*background-image: url('../images/image_center.gif'); */
	background-image: url('../images/image_center.jpg');
	background-repeat: no-repeat;
	background-position: right;
}

div#bottomContainer {
	width: 100%;
	height: 59px;
	background-image: url('../images/bg_bottom.gif');
	background-repeat: repeat-x;
	position: absolute;
	bottom: 0;
}

div#bottomContainer div#bottomContent{
	width: 940px;
	margin: 0px auto;
	height: 59px;
	border-left: 1px solid white;
	border-right: 1px solid white;
	background-image: url('../images/bg_bottom_content.gif');
	background-repeat: repeat-x;
}

div#bottomContainer div#bottomContent div#links{
	width: 350px;
	margin: 0px auto;
	padding-top: 20px;
	color: white;
	text-align: center;
}

div#bottomContainer div#bottomContent div#links a{
	color: white;
}

/* UNIVERSAL CLASSES */

.floatLeft {
	float: left;
	width: 550px;
	height: 137px;
}

.floatRight {
	float: right;
	width: 385px;
	height: 137px;
}

/*.floatRight embed { 
	vertical-align: bottom; 
	display: block;

} */

.clearBoth {
	clear: both;
	margin: 0;
	padding: 0;
	font-size: 1px;
}

/* STYLES ADDED - ANDREW */

h1 {
	font-size: 16px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #3B7346;
	padding: 0px;
	margin: 8px 0px 20px 0px;
}

h2 {
	font-size: 13px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #629D41;
	padding: 0px;
	margin: 8px 0px 20px 0px;
}

h3 {
	font-size: 13px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	padding: 0px;
	margin: 8px 0px 16px 0px;
}

div#centerContent2 {
	width: 720px;
	margin: 0px auto;
	padding: 10px 10px 70px 10px;
	min-height: 515px;
	background-color: white;
	border-left: 1px solid white;
	border-right: 1px solid white;
}

div#centerContentFMan {
	width: 820px;
	margin: 0px auto;
	padding: 10px 10px 70px 10px;
	min-height: 515px;
	background-color: white;
	border-left: 1px solid white;
	border-right: 1px solid white;
}

img.link{
	margin: 4px 0px;
	border: 4px solid #c2e984;
}

td {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

th {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}
