@charset "utf-8";
/* CSS Document */

body,td,th {
	font-family: Century Gothic, Arial, Helvetica;
	font-size: 14px;
	color: #000000;
}
body {
	background-color: #FFFFFF;
	background: url(../images/bkgd.jpg) no-repeat top center;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #57752B;
}
a:visited {
	color: #57752B;
}
a:hover {
	color: #7CA63C;
}
a:active {
	color: #57752B;
}
h1 {
	font-size: 20px;
	color: #000000;
}
h2 {
	font-size: 20px;
	color: #7CA63C;
	margin-top: 0px;
}

h3 {
	font-size: 16px;
	
}

hr {
	border-top: 2px dotted #7CA63C;
	border-bottom: none;
	border-left: none;
	border-right: none;
	width: 85%;
	margin-top: 20px;
	margin-bottom: 20px;
}

/* Layout */

#PageWrapper {
	width: 1000px;
	margin: 0 auto;
	}
	
#HeaderWrapper {
	height: 85px;
	padding-bottom: 20px;
	}
	
#Logo {
	position:absolute;
	float:left;
	width: 232px;
	height:64px;
	margin-top: 20px;
	margin-left: 15px;
	}
	
#Demo {
	position:absolute;
	width: 172px;
	height: 41px;
	margin-top: 10px;
	margin-left: 820px;
	}
	
#Slogan {
	position:absolute;
	margin-top: 28px;
	margin-left: 260px;
	font-weight: bold;
	}
	
#Nav {
	position:absolute;
	height: 19px;
	width: 775px;
	margin-left: 240px;
	margin-top: 68px;
	}
	
#ContentWrapper {
	min-height: 350px;
	}
	
#TwoColumnLayout {
	width: 440px;
	float: left;
	padding-right: 25px;
	}
	
#Content {
	padding-left: 30px;
	padding-right: 30px;
	}
	
#ColumnRight {
	width: 250px;
	float: right;
	margin-left: 25px;
	margin-bottom: 15px;
	padding: 10px;
	background-color: #D9E9C0;
	}
	
#FooterWrapper {
	height: 116px;
	background: url(../images/footer.jpg) no-repeat;
	margin-bottom: 15px;
	}

#Footer {
	padding-left: 35px;
	padding-top: 15px;
	font-size: 10px;
	line-height: 1.2em;
	}
	
#Footer a:link {
	color: #000000;
}
#Footer a:visited {
	color: #000000;
}
#Footer a:hover {
	color: #ffffff;
}
#Footer a:active {
	color: #000000;
}

#FooterIcons {
	float: right;
	width: 250px;
	padding-top: 0px;
	padding-right: 35px;
	padding-bottom: 0px;
	padding-left: 35px;
}

