@charset "utf-8";
/* CSS Document */

/* xfade2 CSS */

#imageContainer {
	position:relative;
	margin:auto;
	width:710px;
	border:1px solid #000;
}

/* end xfade2 CSS */

body {
	background-image: url(../images/elements/bluediag_bg.gif);
	background-repeat: repeat;
	background-position: top;
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	z-index: 0;
}
h1 {
	color: #006633;
}
h2 {
	color: #006633;
}

#container {
	width: 1010px;
	height: auto;
	background-image: url(../images/elements/cont_bg2.png);
	background-repeat: repeat-y;
	padding: 0px;
	margin: auto;
	font-size: 90%;
}
#hiddentxt {
	width: 950px;
	position: relative;
	top: 0px;
	background-image: none;
	display: none;
}
#header {
	width: 1010px;
	background-image: url(../images/elements/header_bg2.png);
	height: 239px;
	top: 0px;
	position: relative;
	z-index: 5;
}
ul#navTopright {
	position: absolute;
	top: 4px;
	right: 25px;
	margin: 0;
	padding: 0;
	list-style: none;
	color: #ffffff;
	width: 200px;
	text-align: center;
	font-size: 90%;
}
		ul#navTopright li { display: inline; margin: 0 0 0 8px; }
		ul#navTopright li a { color: #ffffff; text-decoration: none; }
		ul#navTopright li a:hover { color: #006633; text-decoration: underline; }
		
ul#navMain {
	position: absolute;
	padding: 0;
	list-style: none;
	color: #ffffff;
	bottom: 13px;
	margin: 0px;
	width: 1000px;
	text-align: center;
	font-size: 90%;
}
.subhead {
	font-size: 110%;
	font-weight: bold;
	color: #006633;
	text-decoration: underline;
}

		ul#navMain li { display: inline; margin: 0 0 0 8px; }
		ul#navMain li a { color: #ffffff; text-decoration: none; }
		ul#navMain li a:hover { color: #006633; text-decoration: underline; }
#sidebar {
	float: left;
	width: 235px;
	top: 0px;
	padding-left: 35px;
	padding-right: 20px;
	margin: 0px;
	height: auto;
	position: relative;
	z-index: 4;
}
ul#navVert {
	position: relative;
	padding: 0;
	list-style: none;
	color: #006633;
	width: 200px;
	text-align: center;
	text-transform: uppercase;
	margin-left: 15px;
	font-size: 95%;
}
		ul#navVert li {
	display: block;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	font-style: normal;
	line-height: 110%;
}
		ul#navVert li a { color: #006633; text-decoration: none; }
		ul#navVert li a:hover {	color: #006633;	text-decoration: underline; }
#contentbox {
	float: left;
	height: auto;
	position: relative;
	width: 705px;
	z-index: 3;
	padding-right: 5px;
}		
#slideshow {
	position: relative;
	width: auto;
	top: -10px;
	left: -2px;
}

#previousLink {
	font-weight: bold;
	text-align: right;
	color: #006633;
}
#footer {
	background-image: url(../images/elements/footer_bg2.png);
	height: 93px;
	width: 1010px;
	bottom: 0px;
	clear: both;
	background-position: right;
}
.hiddentxt {
	display: none;
}
.bolditalgrn {
	font-weight: bold;
	font-style: italic;
	color: #006633;
}.linkboldgreen {
	text-decoration: none;
	color: #006633;
	font-weight: bold;
}
.subtitle {
	font-weight: bold;
	font-style: normal;
	text-transform: none;
	font-size: 110%;
	text-decoration: underline;
}

