@charset "utf-8";
/* CSS Document */

body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #333;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
h1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #000;
	margin: 0px;
	padding: 0px;
	white-space: 0;
}

#wrapper {
	height: auto;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #000;
	border-left-color: #000;
	border-bottom-width: 1px;
	border-bottom-color: #000;
}
#banner {
	height: auto;
	width: 900px;
}
#title {
	height: 70px;
	width: 900px;
}
#header {
	height: 100px;
	width: 900px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #000;
}
#main {
	background-color: #FFF;
	height: auto;
	width: 900px;
}
#menu {
	height: auto;
	width: 885px;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666;
}

#content {
	background-color: #FFF;
	height: auto;
	width: 670px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 5px;
	margin-top: 5px;
	margin-bottom: 10px;
	border: 0px none #000;
	float: right;
}
#footer {
	clear: both;
	height: 60px;
	width: 900px;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #000;
	color: #FFF;
}
#footer a:link {
	color: #CCC;
	text-decoration: none;
}
#footer  a:visited {
	color: #CCC;
	text-decoration: none;
}
#footer  a:hover {
	color: #333;
	text-decoration: underline;
}
#footer  a:active {
	color: #CCC;
	text-decoration: none;
}


a:link {
	color: #333;
	text-decoration: none;
}
.menutext {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #000;
	padding-right: 10px;
	font-weight: bold;
	font-style: italic;
}

a:visited {
	color: #333;
	text-decoration: none;
}
a:hover {
	color: #C03;
	text-decoration: underline;
}
a:active {
	color: #333;
	text-decoration: none;
}
#leftside {
	background-color: #FFF;
	height: auto;
	width: 200px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	margin-top: 5px;
	float: left;
}
#rightside {
	background-color: #FFF;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	margin-top: 5px;
	float: right;
	text-align: right;
}
.newsimage {
	padding: 5px;

}
.Newsheading {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #000;
	font-weight: bold;
	font-style: italic;
}
.blueheading {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	color: #009;
}
