/* -----------------------------------------------
	Text Styles
	---------------------------------------------- */

body {
	font-family: Arial, Helvetica, sans-serif; color: #39371C; line-height: 18px; font-size: 11px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

td,th {
	font-family: Arial, Helvetica, sans-serif; color: #39371C; line-height: 18px; font-size: 11px;
}

/* -----------------------------------------------
	Layout Styles
	---------------------------------------------- */

a { color: #0A0903; font-family: Arial, Helvetica, sans-serif; font-size: 11px; text-decoration: underline; }
a:hover { text-decoration: none; }
	
.LeftBG {
	background-position: top right;
	background-color: #8CC63F;
	background-repeat: no-repeat;
}
.RightBG {
	background-position: top left;
	background-repeat: no-repeat;
	background-color: #8CC63F;
}
.MainTableBG { background-image: url(images/i-maintablebg.gif); background-position: center; background-repeat: repeat-y; }

.height5 { height: 5px; }
.width5 { width: 5px; }

.orangeBG {
	background-color: #BACD36;
}

.Content {
	background-color: #FEFFFF;
	padding: 10px;
	background-image: url(images/i-toprightcontentbg.gif);
	background-position: center;
	background-repeat: no-repeat;
}
.Content2 {
	background-color: #FEFFFF;
	padding: 50px;
	padding-top: 0px;
	padding-bottom: 0px;
	left: auto;
}
.ContactArea {
	background-color: #FEFFFF;
	padding: 12px 25px 12px 25px;
	color: #80775A;
	font-size: 10px;
}
.ContactDetails {
	color: #39371C;
	font-size: 10px;
}
.ContactDetails a {
	color: #393647;
	text-decoration: none;
}

.Navigation div a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #8CC721;
	text-transform: uppercase;
	text-decoration: none;
}

.TableLeftBG {
	background-image: url(images/lefttablebg.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
}

.Navigation {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #009900;
	text-transform: uppercase;
}

.Navigation div a:hover {
	color: #999999;
}

/* -----------------------------------------------
	Formatting Styles
	---------------------------------------------- */

.IntroText {
	color: #333300;
	font-weight: bold;
	font-size: 12px;
	background-position: center;
	padding: 50px;
	padding-top: -80px;
	padding-bottom: -80px;
}

