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

body {
	background-image: url(../images/background.jpg);
	background-repeat: repeat-x;
	background-color: #bdaa82;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

#divWrapper {
	margin: 0 auto;
	width: 950px;
	background-image: url(../images/template_WrapperBackground.jpg);
	background-repeat: repeat;
}

#divBody #divBodyLeft {
	background-image: url(../images/template_NavigationBackground.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 453px;
	width: 238px;
}
#divBody #divBodyRight #divBodyContent ul {
	list-style-position: outside;
	list-style-image: url(../images/BlueBullet.gif);
}
#divBody #divBodyLeft #divspry {
	padding-top: 5px;
	padding-left: 30px;
}

#divBody #divBodyRight {
	background-image: url(../images/template_ContentBackground.jpg);
	background-repeat: no-repeat;
	float: left;
	width: 712px;
}
#divBody #divBodyRight #divBodyContent {
	font-family: "Myriad Pro", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 140%;
	color: #222222;
	padding-top: 30px;
	padding-right: 60px;
	padding-bottom: 10px;
	padding-left: 40px;
}
#divWrapper #divFooter {
	background-image: url(../images/template_FooterBackground.jpg);
	background-repeat: no-repeat;
	clear: both;
	height: 52px;
	width: 950px;
}
#divFooter #divFooterText {
	font-family: "Myriad Pro", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #312e1d;
	text-align: right;
	padding-top: 20px;
	padding-right: 50px;
}
h1, h2, h4 {
	color: #54452f;
	line-height: 130%;
}
h3 {
	color: #005596;
}


a:link {
	color: #03233b;
	text-decoration: none;
	font-weight: bold;
}

a:active {
	color: #03233b;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #03233b;
	text-decoration: underline;
	font-weight: bold;
}

a:visited {
	color: #03233b;
	text-decoration: none;
	font-weight: bold;
}
#divCallout {
	float: right;
	width: 250px;
	background-color: #9b8e77;
	padding: 5px;
	border: thin groove #005596;
}
