html {
	overflow:auto;
}

body {
	margin:20px 0 0 0;
	background:#ddd;
	font-family:Arial, Helvetica, sans-serif;
	/* IE */
	text-align:center;
}

#container {
	width:900px;
	margin:auto;
	background:#fff;
	/* IE */
	text-align:left;
}

#header {
	width:100%;
	height:125px;
	background:#05487f;
	color:#fff;
	font-weight:bold;	
}

#navBar {
	width:100%;
	height:25px;
	background:#05487f;
	color:#fff;
	font-weight:bold;
}

a.navlinks {
	padding:0.2em 0.8em 0 10px;
	color:#fff;
	text-decoration:none;
}

a.navlinks:hover {
	color:#70d8ff;
}

a.links {	
	color:#05487f;
	text-decoration:none;
	font-weight:bold;

}

a.links:hover {
	color:#70d8ff;
}

#contentPane {
	padding:5px 15px 25px 15px;
	width:670px;
	height:460px;
	background:#fff;
	vertical-align:top;
	line-height:18px;
	font-size:12px;
}

h2 {
	color:#05487f;
	padding-bottom: 5px;
	border-bottom:1px solid #05487f;
}

h3 {
	margin:0;
	color: #05487f;
	font-size:1.1em;
}

hr {
	height:10px;
	background:#b0e1ff;
	border:0;
	/* IE */
	/margin-top:.2em;
	/margin-bottom:.17em;
}

#leftPane {
	width:200px;
	height:auto;
	background:#b0e1ff;
	border-top:1px solid #fff;
	vertical-align:top;
}

.mainItem:link, .mainItem:visited, .currentMainItem:link, .currentMainItem:visited {
	height:21px;
	display:block;
	padding:4px 15px 0 15px;
	background:#0590e0;
	border-bottom:1px solid #fff;
	font-size:12px;
	text-decoration:none;
	font-weight:bold;
	color:#fff;
}

.mainItem:hover, .currentMainItem:link, .currentMainItem:visited {
	background:#0ab0ff;	
}

.subItem:link, .subItem:visited {
	height:18px;
	display:block;
	padding:2px 0 0 30px;
	background:#58c8f8;
	border-bottom:1px solid #fff;
	font-size:11px;
	text-decoration:none;
	font-weight:bold;
	color:#091b6d;
}
.subItem:hover, .currentSubItem:link, .currentSubItem:visited  {
	background:#70d8ff;
}

#footer {
	width:900px;	
	height:25px;	
	clear:both;
	padding:0;
	background:#05487f;
	color:#fff;
	font-size:12px;	
}

a.footerlinks {
	padding:0 5px;
	color:#fff;
}

a.footerlinks:hover {
	color:#fff;
	text-decoration:none;
}

img {
	border:0;
}

span.bluetext {
	color: #05487f;
	font-weight:bold;
}

div.slideshow {
	margin: 25px auto;
}

div.slideshow ul {
	background: #fff;
	bottom: -25px;
	position: absolute;
	overflow: hidden;
	padding: 4px 8px;
	left: 0;
	z-index: 1000;
}

div.slideshow ul a {	
	cursor: pointer;
	display: block;
	float: left;
	height: 14px;
	margin: 0 4px 0 0;
	overflow: hidden;
	width: 12px;
}

div.slideshow ul a.prev {
	background-image: url(/images/slideshows/prev.gif);
	width: 14px;
}

div.slideshow ul a.next {
	background-image: url(/images/slideshows/next.gif);
	margin-right: 0;
	width: 14px;
}

div.slideshow ul a.active,
div.slideshow ul a.prev:hover,
div.slideshow ul a.next:hover {
	background-position: 0 -14px;
}

div.slideshow ul li {
	float: left;
	list-style: none;
}

.column1 {		
	padding-left:10px;
	height:45px;
	width:300px;
	border-bottom:1px solid #000000;
	font-weight:bold;
	
}

.column2 {	
	width:100px;
	border-bottom:1px solid #000000;
	text-align:center;
}

.column3 {
	border-bottom:1px solid #000000;
	width:100px;
	text-align:center;
}

div.contentbox {
	width:310px;
	border:2px solid #ddd;
	background:#fff;
}	