@charset "utf-8";
body {
	background: #0077b1 url(images/bg.png) repeat-x scroll 0 0;
	margin: 0;
	padding: 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 0.8em;
}
img {
	border:none;
}
a {
	text-decoration:none;
}
a:link {
	color: #003366;
}
a:visited {
	color: #ABDDF4;
}
a:hover {
	color: #FF0000;
}
#centre {
	width: 100%;
	margin: auto;
}
#nav {
	background: transparent url(images/navbg2.png) no-repeat scroll 0 0;
	padding: 0px 15px 0px 6px;
	height: 40px;
}
#header {
	background-color: #FFFFFF;
	position:relative;
	background-position: center;
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
}
#header h1 {
	padding: 0;
	margin: 0;
}
#header-stuff {
	position: absolute;
	right: 15px;
	top: 20px;
	width: 200px;
	text-align: right;
}


/* Primary nav */
#nav {
	position:relative;
}

#nav ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	min-height: 1px;
}
#nav ul li {
	display: inline;
}
#nav ul li a {
	background: transparent url(images/nav-link.gif) repeat-y scroll 100% 0;
	display: block;
	float: left;
	padding: 12px 15px 12px 14px;
	color: black;
	font-weight: bold;
	text-decoration:none;
}
#nav ul li a:hover,
#nav ul li.current_page_item a {
	background: url(images/navbg2-sel.png) repeat-x scroll 0 0;
	color: white;
	text-decoration:underline;
}

#content-top {
	background: transparent url(images/contenttop.png) no-repeat scroll 0 0;
	height: 10px;
	width: 910px;
	margin-top: 10px;
	font-size:0;
}
#main-panel {
	background-image: url(images/contentbg.png);
	background-repeat: repeat-y;
	background-color: #FFFFFF;
	float: left;
}

/* Formatting */
#maincontent h1 {
	font-size: 1.5em;
	padding:0;
	margin:0 0 10px 0;
	border-bottom: #CCCCCC 3px solid;
	height:1.5em;
	color: #092A68;
	font-family:Georgia,Arial,Helvetica,sans-serif;
}
#maincontent h2 {
	font-size: 1.3em;
	padding:0 0 5px;
	margin:0;
	height:1.3em;
	color: #092A68;
}
#maincontent h3 {
	font-size: 1.1em;
	padding:0 0 5px;
	margin:0;
	height:1.2em;
	color: #2266BB;
}

#main-panel > #maincontent {
	margin-bottom:0;
}

#main-panel #maincontent {
	width: 95%;
	float: none;
	min-height: 400px;
	height:auto;
	height:400px;
	position: relative;
	margin-bottom:-20px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 20px;
	margin-top: 50px;
	margin-right: auto;
	margin-left: auto;
}
#main-panel #maincontent.wide {
	width: 800px;
}

#main-panel #maincontent a:hover {
	background-color: #ABDDF4;
	border-top:1px #000066 solid;
	border-bottom:1px #000066 solid;
}

#colA{
	float:left;
	padding: 0 20px 0 0;
	text-align: left;
	width:230px;
}
#colB{
	float:right;
	padding:0px;
	text-align:left;
	width:230px;
}

.hidden {
	display:none;
}

#contact {
	background: #f9fcfc none repeat scroll 0 50%;
	margin: 10px;
	padding: 0 5px;
}


#footer {
	background-image: url(images/footer.png);
	background-color: #0077b1;
	height: 22px;
	padding: 4px 10px 0;
	position:relative;
}
#footer #copyright {
	padding: 0;
	margin: 0;
	color: #CCFFFF;
	font-size: 0.8em;
	float:left;
}

#privacy {
	float:right;
	color: #CCFFFF;
	font-size:0.8em;
}
