@charset "UTF-8";
/* CSS Document */

body {
	background-image: url(../images/concept2_altrepeat.jpg);
	background-repeat: repeat-x;
	background-color: #b2c395;
}
#divWrapper {
	margin: 0 auto;
	width: 877px;
	background-color: #fefefe;
}

#divHeaderNavLogo #divNavigation {
	background-image: url(../images/template_navgationbackground.jpg);
	float: left;
	height: 155px;
	width: 234px;
}
#divHeaderNavLogo #divLogo {
	background-image: url(../images/template_logobackground.jpg);
	float: left;
	height: 155px;
	width: 643px;
}
#divHeaderNavLogo #divNavigation #divspry {
	padding-top: 11px;
	padding-left: 60px;
}
#divHeaderNavLogo #divLogo #divLogoLinks {
	font-family: Myriad Pro, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #963f47;
	text-align: right;
	padding-top: 10px;
	padding-right: 30px;
}

#divLogoLinks a:link {
	color: #a13601;
	text-decoration: none;
}

#divLogoLinks a:active {
	color: #a13601;
	text-decoration: none;
}

#divLogoLinks a:hover {
	color: #a13601;
	text-decoration: underline;
}

#divLogoLinks a:visited {
	color: #a13601;
	text-decoration: none;
}

#divWrapper #divBody {
	font-family: "Myriad Pro", Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 140%;
	color: #666666;
}


#divBody #BodyLeft {
	float: left;
	width: 293px;
}
#divBody #BodyMiddle {
	float: left;
	width: 292px;
}

#divBody #BodyRight {
	float: right;
	width: 292px;
}
#divBody #BodyLeft #BodyLeftContent {
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
}
#divBody #BodyMiddle #BodyMiddleContent {
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
}
#divBody #BodyRight #BodyRightContent {
	padding-top: 25px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
}
#divFooter {
	background-image: url(../images/template_footerbackground.jpg);
	clear: both;
	height: 95px;
	width: 877px;
}
#divFooter #FooterLeft {
	width: 641px;
	float: left;
}
#divFooter #FooterRight {
	float: left;
	width: 232px;
}
#divFooter #FooterLeft a:link {
	color: #c3c1c1;
	text-decoration: none;
}
#divFooter #FooterLeft a:active {
	color: #c3c1c1;
	text-decoration: none;
}
#divFooter #FooterLeft a:hover {
	color: #a9bc89;
	text-decoration: none;
}
#divFooter #FooterLeft a:visited {
	color: #c3c1c1;
	text-decoration: none;
}

#FooterRight #FooterRightContent {
	text-align: right;
}

#FooterLeft #FooterLeftContent {
	font-family: Myriad Pro, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-top: 10px;
	padding-left: 10px;
	color: #b7cbe1;
}

h1, h2, h3, h4 {
	color: #963f47;
}
#BodyRight #BodyRightContent {
	list-style-position: outside;
	list-style-image: url(../images/ulbullet.jpg);
	list-style-type: none;
}
a:link {
	color: #95202C;
	text-decoration: none;
}

a:active {
	color: #95202C;
	text-decoration: none;
}

a:hover {
	color: #95202C;
	text-decoration: underline;
}
a:visited {
	color: #95202C;
	text-decoration: none;
}


