body {
	margin: 0;
	padding: 0;
	font: 14px Arial;
	background: #E9F0F7;
	color:#333333;
	text-align: center;
}

div.page {
	position: relative;
	margin: 0 auto;
	margin-top: 10px;
	margin-bottom: 10px;
	width: 980px;
	background: #ffffff;
	padding: 0px 20px 0px 20px;
	text-align: center;
	border: solid 1px #333333;
	color:#333333;
}

div.content {
	width: 920px;
	text-align: left;
	margin-top:10px;
	padding-left: 30px;
	padding-right: 20px;
	position:relative;
}


div.contentright {
	min-height: 630px;
	position: relative;
	top: 0px;
	left: 186px;
	width: 730px;
	padding-left:20px;
	border-left:1px teal solid;
}

div.banner {
	position: relative;
	padding: 0px;
	margin: 0px;
	margin-top: 20px;
	width: 980px;
	height: 180px;
	text-align: center;
	vertical-align:middle;
	border-width: 1px;
	border-style:solid;
	border-color:black;
}

div.logo {
	font-size: large;
}

div.bannerimg {
	float: right;
	padding: 0px;
	margin: 0px;
}

div.subheaderimg {
	float: left; margin-right:20px; margin-bottom:20px;	
}

div.contentleft {
	position:absolute;
	top: 0px;
	left: 0px;
	width: 200px;
	text-align:center;
}

a:link {
	color: red;
	text-decoration: none;
	cursor: auto;
}

a:visited {
	color: red;
	text-decoration: none;
}

a:hover {
	color: #00CC00;
}


h1 {
	font-size: xx-large;
	font-weight: bold;
}

h2 {
	font-size: x-large;
	font-weight: bold;
}

h3 {
	font-size: large;
	font-weight: bold;
}

sup {
	font-size: smaller;
}

p.small {
	font-size: x-small;
	font-weight: light;
}



.mainmenu2 {
	width: 98%;
	font-family: Arial;
	font-variant: small-caps;
	border-bottom: 1px solid teal;
	text-align: left;
	padding: 0px 0px 5px 0px;
}

div.mainmenu2 a:link, div.mainmenu2 a:visited {
	font-size: 14px;
	line-height: 16px;
	padding: 0px 10px 6px 10px;
	margin: 0px 14px 0px -10px;
	text-decoration: none;
	color: #666;
}

div.mainmenu2 a:link.active, div.mainmenu2 a:visited.active, div.mainmenu2 a:hover {
	color: black;
	background: url(selector.png) no-repeat bottom center;
}



/* .mainmenu {
	width: 98%;
	padding: 5px 0px 5px 0px;
	margin: 0px 0px 20px 0px;
	font-family: Arial;
	font-variant: small-caps;
	border-bottom: 1px solid teal;
	text-align: center;
} */

.mainmenu {
	width: 98%;
	font-family: Arial;
	font-variant: small-caps;
	border-bottom: 1px solid teal;
	text-align: left;
	padding: 0px 0px 5px 0px;
}

/* div.mainmenu a:link, div.mainmenu a:visited {
	float: left;
	font-size: 14px;
	line-height: 16px;
	padding: 0px 12px 6px 12px;
	text-decoration: none;
	color: #666;
} */

div.mainmenu a:link, div.mainmenu a:visited {
	font-size: 14px;
	line-height: 16px;
	padding: 0px 0px 6px 0px;
	margin: 0px 24px 0px 0px;
	text-decoration: none;
	color: #666;
}

div.mainmenu a:link.active, div.mainmenu a:visited.active, div.mainmenu a:hover {
	color: black;
	background: url(selector.png) no-repeat bottom center;
}

.submenu {
	width: 98%;
	padding: 5px 0px 5px 0px;
	margin: 0px 0px 20px 0px;
	font: 12px;
	font-family: Arial;
	font-variant: small-caps;
	text-align: left;
}

div.submenu a:link, div.submenu a:visited {
	font-size: 12px;
	line-height: 16px;
	padding: 0 12px 6px 12px;
	text-decoration: none;
	color: #666;
}
div.submenu a:link.active, div.submenu a:visited.active, div.submenu a:hover {
	color: #666;
	background: url(selector.png) no-repeat bottom center;
}

.sidemenu {
	width: 90%;
	padding: 5px 0px 5px 0px;
	margin: 6px 0px 0px 0px;
	font-family: Arial;
	font-variant: small-caps;
	border-bottom: 1px solid teal;
	text-align: center;
}

div.sidemenu a:link, div.sidemenu a:visited {
	font-size: 14px;
	line-height: 16px;
	padding: 0 12px 6px 12px;
	text-decoration: none;
	color: #666;
}

div.sidemenu a:link.active, div.sidemenu a:visited.active, div.sidemenu a:hover {
	color: black;
	background: url(selector.png) no-repeat bottom center;
}

div.news {
	border:1px teal solid;
	margin-top:20px
}

div.newsheader {
	font-size:larger;
	border-bottom:1px teal ridge;
}

div.newsitem {
	border-bottom:1px teal ridge;
}

img.rss {
	margin-top: 5px; border: none;
} 

.footer {
	font-size: 80%;
	color:black;
	margin-top:10px;
	border-top:1px teal ridge;
}

