body {
	margin: 0;
	padding: 0;
	background: url("../images/body_page_bg.jpg") #fff repeat-y 50% 50%;
}

* html body {
	text-align: center;
}

a:link, a:active, a:visited {
	font-weight: bold;
	text-decoration: none;
	border-bottom: 1px solid #BED0A2;
	color: #86A555;
}

a:hover {
	border-color: #86A555;
}

UL,OL {
	margin-top: 0px;
	margin-bottom: 0px;
}

a img {
	border: 0;
}

br.clear {
	clear: both;
}

/*--- Edit.com Custom Text Styles ---*/

body, td, .NormalText {
	font-family: Arial, Verdana, sans-serif; 
	font-size: 12px;
	color: #000;
	font-weight: normal;
	text-decoration: none;
	font-style: normal;
}

div#content td {
	line-height: 2em;
}

.PageTitle {
	color: #86A555;
	font-size: 24px;
	font-weight: bold;
}

.SubTitle {
	font-size: 16px;
	font-weight: bold;
}

.CaptionText {
	color: #AEAEAE;
	font-size: 10px;
}

/*--- IMG Styles ---*/

img.Border {
	padding: 15px;
	border: 1px solid #AEAEAE;
}

/*--- TD Styles ---*/


/*--- Top Navigation ---*/

div#topNav {
	width: 740px;
	height: 48px;
	float: left;
	margin-top: 1px;
	background-color: #86A555;
}

div#topNav ul {
	list-style: none;
	padding: 0;
	margin-left: 0px;
}

div#topNav ul li {
	float: left;
}

div#topNav ul a {
	color: #fff;
	text-decoration: none;
	font-size: 11px;
	text-transform: uppercase;
	text-align: center;
	display: block;
	float: left;
	width: 80px;
	height: 30px;
	padding-top: 18px;
	border: 0;
}

div#topNav ul a:hover {
	color: #2169BD;
	background-color: #E7EDDD;
}

/* Fix IE. Hide from IE Mac \*/
* html div#leftNav ul li { float: left; height: 1%; }
* html div#leftNav ul li a { height: 1%; }
/* End */

/*--- Side Navigation ---*/

div#leftNav {
	width: 133px;
	float: left;
}

div#leftNav ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

div#leftNav ul a {
	text-decoration: none;
	display: block;
	border: 0;
	padding: 5px 0 5px 27px;
}

div#leftNav ul a:hover {
	color: #2169BD;
	background-color: #E7EDDD;
}

/* Fix IE. Hide from IE Mac \*/
* html div#leftNav ul li { float: left; height: 1%; }
* html div#leftNav ul li a { height: 1%; }
/* End */

/*--- Layout ---*/

div#frame {
	width: 740px;
	background-color: #fff;
	margin: 0 auto 0 auto;
}

* html div#frame {
	text-align: left;
}

div#header {
	float: left;
	width: 740px;
	height: 154px;
}

div#header h1 {
	font-size: 42px;
	text-align: center;
}

div#body {
	float: left;
	margin-top: 20px;
}

div#leftSide {
	width: 215px;
	float: left;
}

div#content {
	width: 553px;
	float: left;
	margin-left: 27px;
}

div#footer {
	width: 570px;
	color: #AEAEAE;
	font-size: 10px;
	line-height: 2em;
	float: left;
	margin-top: 40px;
	margin-left: 160px;
}

* html div#footer {
	margin-left: 80px;
}
