body {
	background-color: #c0a277;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	
}
.mainTitle {
	font-family: Trebuchet MS, Verdana, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #64612c;
}
.subTitle {
	font-family: Trebuchet MS, Verdana, sans-serif;
	font-size: 13px;
	font-weight: bold;
	line-height: 18px;
	color: #5b480e;
}
.subTitleWhite {
	font-family: Trebuchet MS, Verdana, sans-serif;
	font-size: 13px;
	font-weight: bold;
	line-height: 18px;
	color: #FFFFFF;
}
.body {
	font-family: Trebuchet MS, Verdana, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
	color: #755431;
}
.bodyitalic {
	font-family: Trebuchet MS, Verdana, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
	color: #755431;
	font-style: italic;
}
.nav {
	font-family: Trebuchet MS, Verdana, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #c1c062;
	font-style: normal;
	text-transform: uppercase;
}
.bodyBold {
	font-family: Trebuchet MS, Verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	color: #755431;
}
.bodyBoldColor {
	font-family: Trebuchet MS, Verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #5b480e;
}
.footer {
	font-family: Trebuchet MS, Verdana, sans-serif;
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
	color: #64612c;
}

.boxLink {
	font-family: Trebuchet MS, Verdana, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #6f1400;
	padding: 5px;
	height: auto;
	width: auto;
	background-color: #f9b761;
}

.boxText {
	font-family: Trebuchet MS, Verdana, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #ffffff;
	padding: 5px;
	background-color: #5b480e;
	text-transform: uppercase;
}

a:link    { color : #64612c; text-decoration: none; }
a:visited { color : #64612c; text-decoration: none; }
a:hover   { color : #ffffff; text-decoration: underline; }
a:active  { color : #64612c; text-decoration: none; }

a.nav:link    { color : #c1c062; text-decoration: none; }
a.nav:visited { color : #c1c062; text-decoration: none; }
a.nav:hover   { color : #ffffff; text-decoration: none; }
a.nav:active  { color : #c1c062; text-decoration: none; }

a.box:link    { color : #ffffff; text-decoration: none; }
a.box:visited { color : #ffffff; text-decoration: none; }
a.box:hover   { color : #000000; text-decoration: none; }
a.box:active  { color : #ffffff; text-decoration: none; }

.backgroundleftedge {
	background-image: url(images/left_edge.jpg); 
	background-position: top; 
	background-repeat: repeat-y;
}	

