html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	border: 0;
}
html {
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-size:  13px;
	height: 100%;
}
body {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	text-align: center; /* Centers the page content container in IE 5 browsers. */
	background: #2D4262;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
a, a:link {
	color: #069;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	color: #069;
}
a:hover {
	color: #09C;
}
a:focus {
	color: #000;
}
a:active {
	color: #069;
}
.clear {
	clear:both;
}
.right {
	float: right;
	margin-left: 15px;
	margin-bottom: 5px;
	margin-top: 5px;
}
.left {
	float: left;
	margin-right: 15px;
	margin-bottom: 5px;
	margin-top: 5px;
}
.arrow {
	background: url(images/arrow.gif) no-repeat left top;
	padding-left: 15px;
	margin-top: 8px;
}
/* ---------- Page Structure CSS ---------- */

#header {
	text-align: left;
	height: 75px;
	padding-left: 30px;
	background: url(images/header-bg.gif) no-repeat center top;
	width:890px;
}
#title {
	float:left;
	font: 36px/70px Georgia, "Times New Roman", Times, serif;
	color: #FFF;
}
#title a, #title a:link, #title a:visited {
	color: #FFF;
	text-decoration:none;
}
#title a:hover {
	color: #A8BDD5;
	text-decoration: none;
}
#headlinks {
	float:right;
	width:300px;
	text-align:right;
	color: #C1D0E1;
	padding:30px 30px 0 0;
}
#headlinks a, #headlinks a:link, #headlinks a:visited, #headlinks a:active {
	color: #C1D0E1;
	text-decoration:none;
}
#headlinks a:hover {
	color: #FFF;
	text-decoration:none;
}
#outerWrapper {
	margin: 0 auto 0 auto;
	text-align: left;
	width: 920px;
}
#twoColumnright { /* This sets the id for a 2 column layout with a right column only */
	overflow: hidden;
	background: #FFF url(images/content-fill.gif) repeat-y left;
	width: 920px;
}
#twoColumnright #rightColumn {
	float: right;
	padding: 25px 35px 10px 10px;
	width: 240px;
}
#twoColumnright #content {
	margin: 0 0px 0 15px;
	padding: 30px 10px 30px 20px;
	width: 580px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
#footer {
	padding: 10px 25px 35px 30px;
	background: url(images/footer.gif) no-repeat left top;
	height: 48px;
	color: #C1D0E1;
	clear: both;
}
#credit {
	text-align: center;
	padding-top: 0px;
	padding-bottom: 8px;
	font-size: 11px;
	color: #456290;
	width: 920px;
	margin-right: auto;
	margin-left: auto;
}
#credit a, #credit a:hover, #credit a:visited, #credit a:active, #credit a:focus {
	color: #456290;
	font-weight: normal;
	text-decoration: none;
}
/* ---------- Navigation CSS ---------- */

#navcontainer {
	position:relative;
	height:40px;
	width:100%;
	font-family:Lucida Sans Unicode, Lucida Grande, sans-serif;
}
#nav {
	position:relative;
	height:50px;
	text-transform:uppercase;
	background:url(images/nav-container-bg.gif) no-repeat left top;
	padding:0 0 0 23px;
	font-size: 12px;
	font-weight: bold;
}
#nav ul {
	margin:0;
	padding:18px 0px 18px 15px;
	list-style-type:none;
}
#nav ul li {
	display:inline;
	margin:0px;
	padding-right: 20px;
	width: auto;
}
#nav ul li a {
	color:#C1D0E1;
	text-decoration:none;
}
#nav ul li a:hover {
	color:#FFF;
}
/* ---------- Typography CSS ---------- */

h1 {
	color: #036;
	margin-top: 0em;
	margin-bottom: 0em;/*both set to zero and padding in header div is used intead to deal with compound ie pc problems that are beyound summary in a simple comment.*/
	font: normal 2em Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	line-height: 28px;
}
h2 {
	margin: .5em 0em;
	color: #08457E;
	font: normal 1.7em Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
}
h3 {
	margin: .5em 0em;
	color: #08457E;
	font-size: 1.4em;
}
h4 {
	font-size: 1.1em;
	margin: .5em 0em;
	font-weight: bold;
	color: #08457E;
}
h5 {
	font-size: 1.0em;
	margin: .5em 0em;
	font-weight: bold;
}
h6 {
	font-size: 0.8em;
	margin: .5em 0em;
	font-weight: bold;
}
img {
	border: 0;
}
p {
	font-size: 1em;
	line-height: 1.5em;
	margin: 1.2em 0em 1.2em 0em;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
pre {
	font-family: monospace;
	font-size: 1.2em;
	background: #F4F4F4;
	margin: 15px;
	padding: 10px;
	border: 1px dotted #CCC;
}
#footer a, #footer a:link, #footer a:visited, #footer a:active {
	color: #C1D0E1;
}
#footer a:hover {
	color: #FFF;
}
/* ---------- Two Column CSS ---------- */

.csscolumns {
	overflow:hidden;
	width: 100%;
}
/* Note: adding larger margins or padding to columns requires that you decrease the width setting proportionally. If you add padding to the container, the same applies. */ 

/* ---------- Side column menu styles ---------- */

.styledmenu {
	width: 100%;
}
.styledmenu .headerbar {
	font: bold 12px Verdana;
	color: white;
	background: #2D4262 url(images/styled-menu-bg.jpg) no-repeat right top; /*last 2 values are the x and y coordinates of bullet image*/
	margin-bottom: 2px; /*bottom spacing between header and rest of content*/
	margin-top:0px;
	text-transform: uppercase;
	padding: 7px 0 7px 4px; /*31px is left indentation of header text*/
}
.styledmenu ul {
	list-style-type: none;
	margin: 0;
	padding: 0 0 11px; /*bottom spacing between each UL and rest of content*/
	font-weight: bold;
}
.styledmenu ul li {
	padding-bottom: 2px; /*bottom spacing between menu items*/
	margin: 0px;
}
.styledmenu ul li a {
	color: #08457E;
	background: #E2E9F1;
	display: block;
	padding: 5px 0;
	line-height: 17px;
	padding-left: 6px; /*link text is indented 8px*/
	text-decoration: none;
}
.styledmenu ul li a:visited {
}
.styledmenu ul li a:hover {
	color: white;
	background: #5A7EB4;
	text-decoration: none;
}
.simplemenu {
	width: 100%;
}
.simplemenu .headerbar {
	font: bold 12px Verdana;
	color: #036; /*last 2 values are the x and y coordinates of bullet image*/
	margin-bottom: 2px; /*bottom spacing between header and rest of content*/
	margin-top:0px;
	text-transform: uppercase;
	padding: 7px 0 7px 2px; /*31px is left indentation of header text*/
}
.simplemenu ul {
	list-style-type: none;
	margin: 0;
	padding: 0 0 20px; /*bottom spacing between each UL and rest of content*/
	font-weight: bold;
}
.simplemenu ul li {
	margin: 0px;
	padding-bottom: 2px;
}
.simplemenu ul li a {
	color: #08457E;
	background: #FFF;
	display: block;
	padding: 3px 0 5px 5px;
	line-height: 17px; /*link text is indented 8px*/
	text-decoration: none;
	border-bottom: 1px solid #E2E9F1;

	}
.simplemenu ul li a:visited {
}
.simplemenu ul li a:hover { /*hover state CSS*/
	color: #08457E;
	background: #E2E9F1;
	}
/* ---------- Common styles shared between both left and right columns ---------- */

.featureboxes {
	font-size: 11px;
	padding-top: 0px;
	line-height: 16px;
	padding-bottom: 0px;
}
.sidebarlt {
	padding: 6px;
	border: 1px solid #CCC;
	background-color: #FFF;
	color: #333;
}
.sidebarltblu {
	color: #333;
	border: 1px solid #909CB0;
	padding: 6px;
	background-color: #D1D7DE;
}
.sidebardk {
	color: #FFFFFF;
	border: 1px solid #131D2B;
	padding: 6px;
	background-color: #2D4262;
	text-align: center;
}
.sidebardk a, .sidebardk a:hover, .sidebardk a:visited, sidebardk a:active {
	color: #CCC;
	text-decoration:none;
	font-weight: bold;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 100%;
}
.sidebartitledk {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-weight: bold;
	font-size: 15px;
	text-align: center;
	text-decoration: none;
}
.sidebarsubtitle {
	color: #333;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-weight: bold;
	font-size: 12px;
	text-align: center;
}
.sidebardktext {
	color: #333;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-weight: normal;
	text-align: left;
}
.center {
	display: block;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}
.photocentercaption {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-weight: bold;
	text-align: center;
	color: #333;
	font-size: 11px;
}
.photodescription {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	text-align: left;
	font-weight: bold;
	color: #333;
	font-size: 11px;
}
.photocredit {
	font-family: Arial, Helvetica, sans-serif;
	text-align: right;
	font-style: italic;
	color: #333;
	font-size: 11px;
}
.centerfooter {
	text-align: center;
	font-size: 10px;
}
#outerWrapper #footer .center {
	font-size: 10px;
}
#outerWrapper #footer .center {
	text-align: center;
}
/* Wordpress caption */
	.wp-caption {
	text-align: center;
	background: #fff;
	border: 1px solid #ddd;
	margin: 10px;
	padding: 4px;
	margin-bottom: 1em;
}
.wp-caption-left {
	text-align: center;
	background: #fff;
	border: 1px solid #ddd;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 10px;
	padding: 4px;
	margin-bottom: 1em;
}
.wp-caption-right {
	text-align: center;
	background: #fff;
	border: 1px solid #ddd;
	margin-top: 5px;
	margin-left: 10px;
	margin-bottom: 10px;
	padding: 4px;
	margin-bottom: 1em;
}
.wp-caption-text {
	font-size: 11px;
	text-align: center;
	margin:0;
	padding:6px 3px 2px;
	line-height: 16px;
}
.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
	margin-top: 0px;
}
.wp-caption-dd {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}

