body {
	background: #407040 url(../graphics/background.jpg) repeat center;
	font-family: Trebuchet MS, "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	margin: 0;
	padding: 0;
}

#Main {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	margin-top: 10px;
	background: #ffffff;
}

a {
	text-decoration: none;
	color: #663300;
}

.decor_image {
	border: solid 1px #afc9ae;
	background: #eeeeee;
	padding: 3px;
	margin: 3px;
}

.button {
	line-height:31px;
	width:165px;
	color:#cccccc;
	background:#325331 url("../graphics/greenbutton.jpg");
	text-align:center;
	float:right;
	margin-right:25px;
	margin-top:5px;
	margin-bottom:5px;
}

.button:hover {
	color:#ffffff;
	background:#325331 url("../graphics/greenbuttonhover.jpg");
}

/* @group Header */

#Header img {
	margin: 0px;
}

#Header h3 {
	color: #7b5f15;
	float: right;
	width: 60%;
	margin-top: 68px;
	margin-bottom: 0;
	font: 24px "Lucida Handwriting", "Lucida Grande", Lucida, Verdana, sans-serif;
	text-shadow: 2px 2px 2px #fff;
}

.topinfo {
	font-size: 13px;
	line-height: 14px;
	text-align: center;
	float: left;
	color: #336633;
	margin-top: 20px;
}



/* @end */

/* @group Nav */

#Nav {
	background-color: #663300;
	color: #eeeeee;
	text-align: center;
	background-image: url(../graphics/navback.jpg);
	clear: both;
	width: 796px;
	margin-left: 2px;
}

#Nav a {
	color: #eeeeee;
	text-decoration: none;
	font-size: 16px;
	margin-right: 2px;
	margin-left: 2px;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 8px;
	padding-bottom: 8px;
	line-height:35px;
}

#Nav a:hover {
	color: #ffffff;
	background-color: #663300;
}

#Nav a.selected {
	color: #ffffff;
	font-weight: bold;
}



/* @end */

/* @group Marketing */

#Marketing {
	background-color: #ffffff;
}

#Marketing img {
	border: 1px solid #afc9ae;
	margin: 8px;
	padding: 1px;
}



/* @end */

/* @group Content */

#Content {
	word-spacing: 1px;
	letter-spacing: 0px;
	font-family: Georgia;
	font-size: 13px;
	color: #336633;
}

#Content b {
	letter-spacing: 2px;
	color: #663300;
}

#Content a {
	border-bottom: dotted 1px;
}

#Content a:hover {
	border-bottom: solid;
}

#Content img {
	margin: 2px;
}

#Content p {
	margin-top: 3px;
	margin-bottom: 3px;
}

.contentleft {
	width: 68%;
	padding-left: 2%;
}

.contentleft h3 {
	color: #13481c;
	margin-top: 5px;
	margin-bottom: 0;
	font-size: 18px;
}

.contentleft p {
	color: #333333;
	font-size: 14px;
	text-indent: 20px;
	margin-top: 3px;
}

.contentright {
	
}

.rightbox {
	width: 248px;
	background: #ffffff url(../graphics/rightboxback.jpg) repeat-y;
	float: right;
	margin: 10px;
	text-align: center;
	font-size: 14px;
}
.rightbox h3 {
	background: #13481c url(../graphics/rightboxh3.jpg);
	color: #afc9ae;
	font-size: 14px;
	text-align: center;
	font-weight: normal;
	font-style: normal;
	line-height: 30px;
	margin: 0;
}

.rightbox a {
	color: #13481c;
	text-decoration: none;
	text-align: center;
	width: 100%;
	float: left;
}

.rightbox a:hover {
	text-decoration: underline;
}

a.decorlink {
	line-height: 40px;
	background-color: #eaeaea;
	float: left;
	margin: 4px 10px 5px;
	width: 226px;
	color: #333333;
	border: 1px outset #eeeeee;
}

a.decorlink:hover {
	text-decoration: none;
	color: #000000;
	background-color: #f5f5f5;
	border-color: #dddddd;
}

.decorlink img {
	float: left;
	margin: 2px;
	margin-left: 5px;
	padding: 2px;
	background-color: #ffffff;
	border: 1px solid #cccccc;
}



/* @end */

#Footer {
	text-align: center;
	font-size: 12px;
	line-height: 20px;
	color: #999999;
	width: 80%;
	min-width: 700px;
	margin-left: 10%;
	background: #faf8ee url(../graphics/footerback.jpg) repeat-x;
	height: 45px;
	border-bottom: solid 3px #663300;
	letter-spacing: 1px;
	clear: both;
	margin-top: 20px;
}

#Footer a {
	color: #999999;
	text-decoration: none;
	padding-left: 10px;
	padding-right:  10px;
}

#Footer a:hover {
	color: #666666;
}

