body {
	background-image: url(../images/layout/page_bg.png);
	background-color: #E1D6BB;
	background-repeat: repeat;
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}
p {
	margin: 0px;
}
h1 {
	background-color: #006666;
	border: 2px solid black;
	color: white;
	font-size: x-large;
	font-variant: small-caps;
	text-align: center;
	font-weight: bold;
	margin: 0px auto 10px auto;
	width: 95%;
}
h2 {
	font-size: large;
	/*font-variant: small-caps;*/
	text-align: center;
	font-weight: bold;
	margin: 0px;
}
h4 {
	font-size: small;
	font-weight: bold;
	border-bottom: 1px solid #996600;
	margin: 0px 0px 5px 0px;
}
td {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
}
th {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
}
a {
	color: #996600;
	font-weight: bold;
	text-decoration: underline;
}
a:hover {
	color: #AA9900;
}
ul {
	margin: 0px 0px 0px 35px;
	padding: 0px;
	list-style-type: square;
}
dl {
	margin: 0px;
	padding: 0px;
}
dt {
	color: #996600;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
}
dd {
	margin-left: 25px;
	padding: 0px;
	text-align: justify;
}


.bottommenu {
	background: black;
	color: #669999;
	text-align: center;
	font-size: small;
	padding: 3px;
	width: 758px;
	margin: auto;
}
.center_column {
	width: 340px;
	float: left;
}
.content_area {
	background-color: white;
	padding: 5px 5px 25px 5px;
	color: #006666;
	font-size: small;
	width: 750px;
	margin: auto;
	border-left: 2px solid black;
	border-right: 2px solid black;
}
.copyright {
	color: black;
	text-align: center;
	font-size: x-small;
	padding-top: 10px;
	padding-bottom: 15px;
}
.copyright a {
	color: black;
}
.general_content {
	margin-left: 85px;
	margin-right: 85px;
}
.image_left {
	float: left;
	padding-right: 5px;
}
.image_right {
	float: right;
	padding-left: 5px;
}
.left_column {
	width: 200px;
	float: left;
}
.logo {
	background-image: url(../images/layout/logo_bg.png);
	width: 760px;
	height: 75px;
	border-left: 2px solid black;
	border-right: 2px solid black;
	border-top: 2px solid black;
	margin: auto;
	margin-top: 10px;
}
.logo a {
	color: #888888;
	border-left: 2px solid #AAAAAA;
	float: right;
	padding: 30px 25px 5px 5px;
	text-decoration: none;
	vertical-align: bottom;
}
.logo a:hover {
	color: black;
	border-left: 2px solid black;
}
.main {
	border-left: 2px solid black;
	border-right: 2px solid black;
}
.network {
	width: 760px;
	text-align: center;
	background-image: url(../images/layout/network_bg.jpg);
	background-color: black;
	background-repeat: no-repeat;
	background-position: top;
	border-left: 2px solid black;
	border-right: 2px solid black;
	margin: auto;
	height: 57px;
	padding-top: 3px;
}
.network img {
	border: 2px solid black;
	margin: 0px 2px 0px 2px;
}
.news_date {
	margin-left: 25px;
	font-size: smaller;
}
.right_column {
	font-size: smaller;
	width: 200px;
	float: right;
}
.sitemaplisting {
	width: 125px;
	margin-left: 50px;
	float: left;
}
.subset {
	padding-left: 50px;
	padding-right: 50px;
}
.topmenu {
	background: black;
	color: #669999;
	min-height: 15px;
	text-align: center;
	padding: 3px;
	width: 758px;
	margin: auto;
}


.strip {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	background: black;
	color: white;
	text-align: right;
	padding: 6px 20px 6px 2px;
}
.strip a, .bottommenu a, .topmenu a {
	color: white;
	text-decoration: none;
}
.strip a:hover, .bottommenu a:hover, .topmenu a:hover {
	text-decoration: underline;
}