body {
	background: #e7dbb3 url(pageBG.jpg) repeat-y top center;
	text-align: center;
	margin: 0px;
	padding: 0px;
	color: #523513;
	font-size: 10px;
	font-family: verdana, arial, sans-serif;
}

a:link, a:active, a:visited {
	color: #003d79;
	text-decoration: underline;
}
a:hover {
	color: #000000;
	text-decoration: underline;
}

ul {
	list-style-image: url(bullet.gif);
}
ul ul {
	list-style-image: none;
	list-style-type: disc;
}
ul.square {
	list-style-image: none;
	list-style-type: square;
	color: #502917;
	padding: 0 1.5em;
	font-weight: bold;
}

#logo {
	position: absolute;
	top: 0px;
	left: 40px;
}

#texture {
	background: url(texture.jpg) repeat-x top center;
	height: 190px;
	width: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 5;
}

#wrapper {
	width: 798px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	z-index: 10;
	text-align: left;
}

#banner {
	background: url(banner.jpg) no-repeat;
	width: 798px;
	height: 201px;
	position: relative;
	top: 0px;
	left: 0px;
}

#nav {
	position: absolute;
	top: 151px;
	left: 243px;
	padding: 0px 7px;
}

#nav a img {
	border: 0px;
}

#nav ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#nav li {
	display: inline;
	margin: 0px 10px 0px 0px;
}

#content {
	padding-left: 40px;
	text-align: left;
}

#leftCol {
	width: 262px;
	float: left;
	font-style: italic;
	margin: 0px 0px 19px 0px;
}

#leftCol img {
	border: 0px;
}

#leftCol a:link, #leftCol a:active, #leftCol a:visited {
	color: #4e2614;
	text-decoration: underline;
}
#leftCol a:hover {
	color: #000000;
	text-decoration: underline;
}

#leftCol .news {
	background: #e8dcb4 url(newsTop.jpg) repeat-x;
	padding: 10px 12px 12px 12px;
	margin: 0px 0px 7px 0px;
	color: #523513;
	font-size: 10px;
	font-family: verdana, arial, sans-serif;
	font-style: normal;
}

#leftCol .news .header {
	display: block;
	margin: 0px 0px 9px 0px;
}

#leftCol .news a:link, #leftCol .news a:active, #leftCol .news a:visited {
	color: #003d79;
	text-decoration: underline;
}
#leftCol .news a:hover {
	color: #000000;
	text-decoration: underline;
}

#rightCol {
	width: 432px;/*432*/
	float: left;
	padding: 0px 0px 0px 32px;
	margin: 0px 0px 19px 0px;
	color: #4e2614;
	font-size: 10px;
	font-family: verdana, arial, sans-serif;
}

#rightCol #text {
	 width: 414px;
}

#footer {
	background: url(footerTop.jpg) repeat-x;
	text-align: center;
	width: 718px;
	padding: 15px 0px;
	color: #523513;
	font-size: 10px;
	font-family: verdana, arial, sans-serif;
}

#footer a:link, #footer a:active, #footer a:visited {
	color: #003d79;
	text-decoration: underline;
}
#footer a:hover {
	color: #000000;
	text-decoration: underline;
}

.clear {
	clear: both;
}

.input {
	position: relative;
	top: 0px;
	left: 0px;
	margin: 0px 0px 15px 0px;
}
		
.input input {
	position: absolute;
	top: -3px;
	left: 90px;
	width: 285px;
	border: 0px;
	color: #523513;
	font-size: 10px;
	font-family: verdana, arial, sans-serif;
	padding: 2px;
}

.input textarea {
	position: absolute;
	top: -3px;
	left: 90px;
	width: 285px;
	border: 0px;
	color: #523513;
	font-size: 10px;
	font-family: verdana, arial, sans-serif;
	padding: 2px;
}

table {
	border: 1px solid #9E6F4F;
}