body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
	margin:0;
	background:#dee5b8 url("images/background.jpg") top center no-repeat;
	width:100%;
}
#PageContainerDiv {
	margin-left:auto;
	margin-right:auto;
	width:830px;
}

/* Navigation Divs */
#NavigationDiv {
	position:relative;
	height:27px;
}
#NavigationDiv div {
	position:absolute;
}
#navigation-01_ {
	left:0px;
	top:0px;
	width:113px;
	height:27px;
}
#navigation-02_ {
	left:113px;
	top:0px;
	width:106px;
	height:27px;
}
#navigation-03_ {
	left:219px;
	top:0px;
	width:107px;
	height:27px;
}
#navigation-04_ {
	left:326px;
	top:0px;
	width:97px;
	height:27px;
}
#navigation-05_ {
	left:423px;
	top:0px;
	width:96px;
	height:27px;
}
#navigation-06_ {
	left:519px;
	top:0px;
	width:116px;
	height:27px;
}
#navigation-07_ {
	left:635px;
	top:0px;
	width:195px;
	height:27px;
}
/* End of Navigation */

#ContentDiv {
	height:594px;
	background-color:#fff;
	background-image:url(images/content_bg.jpg);
	background-repeat:no-repeat;
}
#ContentLeftDiv {
	width:644px;
	height:502px;
	position:relative;
	float:left;
}
#ContentRightNavDiv {
	width:175px;
	height:502px;
	float:right;
	text-align:left;
	overflow:hidden;
}
/* Right side navigation 
#ContentRightNavDiv ul {
	border-top: 2px solid #e5e9c4;
	margin: 175px 0px 0px 0px;
	padding:0px;
	list-style-type:none;
}

#ContentRightNavDiv ul li {
	border-bottom: 2px solid #e5e9c4;
	margin:0px;
	padding-left:15px;
	padding-right:15px;
	padding-top:5px;
	padding-bottom:5px;
	font-family:"Trebuchet MS", Arial, Verdana, Helvetica, sans-serif;
	font-size: 14px;
	font-weight:bold;
}

#ContentRightNavDiv ul li a, #ContentRightNavDiv ul li a:visited{
	color:#624099;
	text-decoration:none;
}

#ContentRightNavDiv ul li a:hover{
	color:#954201;
	text-decoration:none;
}*/

/* Font Styles */
.DarkGreen { color:#1d4c1d; }
.LighterGreen { color:#7d8828; }
.LighterGreen a:link, .LighterGreen a:visited { color:#8d992d; }
.LighterGreen a:hover { color:#677021; }
.BurntOrange { color:#925d01; }

.BigBoldText {
	font-size:14px;
	font-weight:bold;
}
.BigText {
	font-size:15px;
}
.NormalText {
	font-size:13px;
	line-height:20px;
}

#FooterDiv {
	height:131px;
		background:url("images/footer-bg.jpg") top center no-repeat;
}
#FooterDiv span {
	font-size:10px;
	padding-left:5px;
	padding-top:10px;
	display:block;
}

/*
#scrollDiv {
	width:630px; 
	height:520px; 
	text-align:left; 
	overflow:auto;
	margin:0;
	padding:10px;
}
* html body #scrollDiv {
	width:630px;
	height:520px;
	text-align:left;
	overflow:auto;
	margin:0;
	padding:10px;
	scrollbar-face-color: #f8f9e7;
	scrollbar-shadow-color: #c0cc82;
	scrollbar-highlight-color: #cfdc8c;
	scrollbar-3dlight-color: #cfdc8c;
	scrollbar-darkshadow-color: #c0cc82;
	scrollbar-track-color: #f8f9e7;
	scrollbar-arrow-color: #c0cc82;
}*/