body {
	background: #DEDEDE url(../images/bg2.jpg) 100% 0% repeat-x;
	margin: 0px 0px 0px 0px;
	scrollbar-face-color: #DEE3E7;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-shadow-color: #DEE3E7;
	scrollbar-3dlight-color: #D1D7DC;
	scrollbar-arrow-color:  #006699;
	scrollbar-track-color: #EFEFEF;
	scrollbar-darkshadow-color: #98AAB1;
}

a {
	text-decoration: underline;
	color: #EF570E;
}

a:hover {
	text-decoration: underline;
	color: #005400;
}

.pageWidth {
	width: 880px;
	margin: 0 auto;
	
}

#footerPic {
	background: url(../images/footer.png) no-repeat bottom left;
}

#footer {
	position: relative;
	bottom: -19px;
	z-index: 5;
}

#headerMain {
	position: relative;
	top: -19px;
}

#headerSub {
	position: relative;
	top: -19px;
}

.mainImage {
	position: relative;
	float: right;
	margin-top: -350px;
	padding-right: 40px;
}


/*
********************************************
	Columns
********************************************
*/

.columnLeft {
	position: relative;
	float: left;
	width: 212px;
	padding-left: 19px;
}

.columnRight {
	float: right;
	width: 505px;
	padding-right: 26px;
}

.shadow {
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='images/shadow_main.html');
	width: 798px;
	padding: 0px 41px 0px 41px;
}

*html .shadow {
	height: 100%;
	h\eight: auto;
}

.shadow[class] {
	float: left;
	background: url(../images/shadow_main.png) top left repeat-y;
}



/*
********************************************
	Navigation Links
********************************************	
*/

#navBar {
	width: 212px;
	height: 253px;
	background: url(../images/navbar.png);
	margin: 0px;
	padding: 0px;
	position: relative;
}

#navBar li {
	margin: 0px;
	padding: 0px;
	list-style: none;
	position: absolute;
	top: -6px;
	height: 39px;
}

#navBar li, #navBar a {
	width: 172px;
	left: 24px;
	display: block;
}

#navLink a {
	height: 36px;
}

.subLink a {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
	color: #005400;
}

.subLink a:hover, .subLink-sel a {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
	color: #EF570E;
}

.subLinkSpace {
	margin-left: 5px;
	margin-right: 5px;
}

.subLinkDivider {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
	color: #005400;
}


/*
********************************************
	Content
********************************************	
*/

.content {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: none;
	line-height: 18px;
	color: #464646;
	min-height: auto; height: auto !important;
}

.header {
	font-size: 18px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	line-height: 24px;
	color: #003333;
}


/*
********************************************
	Table
********************************************	
*/

table.contentInfo {
	border-width: 0px;
	border-spacing: 0px;
	border-style: none;
	border-color: #005825;
	border-collapse: collapse;
}

table.contentInfo td {
	border-width: 1px;
	padding: 5px;
	border-style: inset;
	border-color: #005825;
	-moz-border-radius: 0px;
}


/*
********************************************
	Background colors
********************************************	
*/

.whiteBG {
	background-color: #FFFFFF;
}

.greenBG {
	background-color: #A8D728;
}

.lightGreenBG {
	background-color: #E7ECD5;
}

.grayBG {
	background-color: #CCCCCC;
}

.blackBorder {
	border: 1px solid #005825;
}

.orangeFont {
	color: #EF570E;
}


/*
********************************************
	Spaces
********************************************	
*/

.vSpace10 {
	height: 10px;
}

.vSpace20 {
	height: 20px;
}

.vSpace50 {
	height: 50px;
}
