body {
	background-image: url(../images/body_bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #c1b9ac;
	margin-top: 19px;
	font-family: Arial, Helvetica, sans-serif;
}
p {
	font-size: 13px;
}

.top {
	height: 11px;
	width: 955px;
	background-image: url(../images/top2.png);
}
.container {
	background-image: url(../images/outer.png);
	background-repeat: repeat-y;
	background-position: left top;
	width: 955px;
}
.bottom {
	background-image: url(../images/bottom.png);
	height: 11px;
	width: 955px;
}
.header {
	height: 96px;
	margin-left: 15px;
	margin-right: 6px;
}
.header2 {
	height: 96px;
	margin-left: 15px;
	margin-right: 6px;
	background-image: url(../images/header_bg.jpg);
	background-repeat: no-repeat;
	background-position: right -1px;
}
.homeNav {
	background-color: #c3bcb0;
	height: 247px;
	background-image: url(../images/landscapeWelcome.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	margin-left: 11px;
	margin-right: 6px;
	padding-top: 15px;
}
.secondaryNav {
	width: 240px;
	margin-right: 6px;
	padding-top: 14px;
}
.homeLeft {
	width: 254px;
	background-color: #dfd8cd;
	padding-left: 12px;
	padding-top: 12px;
}
.homeContentWrap {
    width: 938px;
	background-color: #dfd8cd;
	margin-left: 11px;
	margin-right: 6px;
}
.homeContent {
	background-color: #dfd8cd;
	float: right;
	width: 660px;
	padding-top: 12px;
	
}
.secondaryContent {
	background-color: #dfd8cd;
	width: 938px;
	margin-left: 11px;
	margin-right: 6px;
}
.rightCol {
	float: right;
	width: 670px;
	margin-right: 12px;
	margin-bottom: 10px;
	padding-top: 12px;
	
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #7D0022;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #81001E;
}


.newsBox {
	float: right;
	width: 260px;
	margin-right: 6px;
	padding-top: 4px;
	padding-left: 9px;
}
.newsTop {
	background-image: url(../images/newsTitle.jpg);
	height: 54px;
	width: 260px;
}
.newsBottom {
	background-image: url(../images/newsBottom.jpg);
	background-repeat: no-repeat;
	height: 15px;
	width: 260px;
}
.newsContent {
	background-image: url(../images/newsBg.jpg);
	background-repeat: repeat-y;
	padding-left: 8px;
	padding-right: 4px;
	font-size: 11px;
	font-weight: normal;
}



.wrapper {
	width: 955px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #685F50;
	margin-right: 25px;
	margin-left: 25px;
	padding-bottom: 15px;
	padding-top: 6px;
}
ol {
	font-size: 13px;
}
ul {
	font-size: 13px;
}
a:link {
	color: #990000;
}
a:visited {
	color: #990000;
}
a:hover {
	color: #990000;
	text-decoration: none;
}
.leftCol {
	text-align: right;
}
table {
	font-size: 11px;
}

