@charset "UTF-8";
/* CSS Document */

body {
	background-color: #022713;
	background-image: url(../images/siteBckgrnd.jpg);
	background-repeat: repeat-x;
	margin: 0px;
}
.pageStyle {
	background-image: url(../images/pageBckgrnd.jpg);
	background-repeat: repeat-y;
	max-width:918px;
	width: 918px;
	margin-right: auto;
	margin-left: auto;
}
.banner {
	padding-top: 8px;
	padding-right: 17px;
	padding-left: 17px;
	vertical-align: top;
}

.header {
	margin-right: auto;
	margin-left: auto;
	max-height:135px;
	height:135px;
}

.content {
	background-color: #e3d8b9;
	padding-right: 0px;
	padding-left: 0px;
	vertical-align: top;
}
.contentPage {
	padding-right: 17px;
	padding-left: 17px;
	vertical-align: top;
	
}
li {
margin-left: 25px;
}

.newsBox {
	background-color: #e3d8b9;
	padding-top: 30px;
	padding-bottom: 10px;
	padding-right: 15px;
	padding-left: 15px;
	vertical-align: top;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #c4b99a;
	margin-top: 40px;
	margin-bottom: 40px;
}

/* New Edits */

#left_side {
	background: #FFFFFF;
	margin: 20px 20px 25px 20px;
	width: 225px;
	font: Arial, Helvetica, sans-serif;
	text-align: left;
	padding: 10px 0 5px 0;
}

#left_side p {
	font-size: 17px;
	color: #000000;
	margin: 0 0 0 10px;
}

#left_side li {
	list-style: none;
	font-size: 16px;
	margin: 0 0 0 -10px;
	line-height: 22px;
}

.left_side a:link, .left_side a:visited {
	color: #000000;
}

.left_side a:hover, .left_side a:active {
	color: #666666;
	text-decoration: underline;
}
