body {
	background-color: #dad6d3;
	background-repeat: repeat-x;
	color: black;
	font-family: "Bookman Old Style", "Times New Roman", serif;
	font-size: 76%;
	padding: 0px;
}

p {
	margin-bottom: 0px;
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
	vertical-align: top;
}

a.regular:link {color: #0066cc; text-decoration: none; }
a.regular:visited {color: #000000; text-decoration: none; }
a.regular:hover {color: #0066cc; text-decoration: underline; }
a.regular:active {color: #ffffff; }  

a.news:link {color: #ffffff; text-decoration: underline; }
a.news:visited {color: #dad6d3; text-decoration: none; }
a.news:hover {color: #ffffff; text-decoration: underline; }
a.news:active {color: #ffffff; }


h1, h2 {
	color: #3d3631;
}

h1 {
	color: #3d3631;
	color: #3d3631;
	font-size: 1.5em;
	line-height: 1.2em;
	margin-bottom: 20px;
	text-transform: uppercase;
}

h2 {
	font-size: 1.2em;
	margin-bottom: 10px;
	text-transform: uppercase;
}

#header {
	background-image: url(images/logo.jpg);
	background-repeat: no-repeat;
	color: #797979;
	font-size: .9em;
	height: 129px;
	position: relative;
}



#address {
	background-color: inherit;
	clear: both;
	float: right;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
	margin-top: 25px;
	overflow: auto;
}

#addressLeft {
	background-color: inherit;
	border-left-color: #0066cc;
	border-left-style: solid;
	border-left-width: 2px;
	color: #dad6d3;
	float: right;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 5px;
	margin-top: 0;
	padding: 9px;
}

#addressRight {
	background-color: inherit;
	color: #dad6d3;
	float: right;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 5px;
	margin-top: 0;
	padding: 8px;
}

#footer {
	font-size: .8em;
	margin-bottom: 0;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	padding-top: 5px;
	text-align: right;
	width: 700px;
}

h3 {
	color: #ffffff;
	font-size: 1.2em;
	margin-left: 10px;
	margin-bottom: 0px;
}

#newstext {
	color: #ffffff;
	margin-left: 10px;
	margin-right: 10px;
}

#bodytext {
	margin-bottom: 15px;
	margin-left: 15px;
	margin-right: 15px;
	margin-top: 15px;
}