@charset "utf-8";
/* CSS Document */

body  {
	margin: 0; 
	/* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	color: #000000;
	background-color: #E9E9E9;
}

body {
	text-align: center;
	/* this centers the container in IE 5* browsers.
		The text is then set to the left aligned default in the #container selector */
	
}

/* set default text size */
body, th, td, div {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}

/* Element specific mods */

h1 {
	color: #003366;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
}

h2 {
	color: #003366;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	padding-bottom: 0px;
	}
h3 {
	color: #003366;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	}

a {
	color:#2A53A3;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color:#2F2829;
	text-decoration: underline;
}

div {
	margin-bottom: 10px;
}

/* Link specific styles */

a.light_links  {
	font-weight: normal;
	font-size: 10px;
}

/* START: Page ID elements */

#wrapper {
	position:relative;
	width:930px;
	left:0px;
	top:0px;
	background-color: #FFFFFF;
	margin: 0px auto;
	padding: 15px;
	text-align: center;
}

#header {
	background-color: #FFFFFF;
	border: #FFFFFF dashed 1px;
	margin-bottom: 10px;
}

#left {
	float: left;
	width: 180px;
	background-color: #FFFFFF;
}

#right {
	float: right;
	width: 140px;
	background-color: #FFFFFF;
	text-align: center;
}

#content {
	margin-left: 200px;
	margin-right: 160px;
	margin-top: 0px;
	background-color: #FFFFFF;
}

#footer {
	clear:both;
	padding-top: 0px;
	text-align: center;
}

/* END: Page ID elements */

#logo {
	width: 350px;
	float: left;
	margin-bottom: 0px;
}

#topbanner {
	width: 468px;
	float: right;
	vertical-align: baseline;
	text-align: right;
	padding: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.adlink {
	margin-bottom: 0px;
}

div .spacer {
	clear: both;
	margin: 0px;
	padding: 0px;
}

div .hr {
	
	clear: both;
	width: 100%;
	height: 1px;
	background-color: #FF9900;
}

#toplinks_left {
	float: left;
	margin-bottom: 5px;
	
}

#toplinks_right {
	float: right;
	margin-bottom: 5px;
	
}


#tabs {
	border: #FF0000 dotted 0px;
	background:url(../images/tab_bg.gif) repeat-x;
	background-color: #E1E1E1;
	height: 24px;
	padding: 0px;
	/*margin-bottom: 0px;*/
}

#tabs ul {
	list-style: none;
	padding-left: 10px;
	height: 100%;
	padding-top: 0px;
}

#tabs li {
	float: left;
	list-style: none;
	font-size: 12px;
	padding-left: 0px;
}

#tabs li a {
	color: #003366;
	text-decoration: none;
	font-weight: bold;
	height: 100%;
	height:20px;
	float:left;
	text-align:center;
	padding-top:4px;
	padding-left:5px;
	padding-right:5px;
}

#tabs li a:hover {
	/*background: url(../images/tab_bg_over.gif) repeat-x;*/
	background-color: #FF6600;
	color: #FFFFFF;
}

/************************************************
New Left Nav Style
************************************************/
#navlist
{
	padding: 0px;
	margin-left: 0px;
	margin-top: 0px;
	font-size: 12px;
	color: #000000;
	padding-bottom: 0px;
}

#navlist li
{
	list-style: none;
	font-size: 12px;
	text-align: left;
	background-color: #FFFFFF;
	margin: 3px 0px 0px 0px;
}

#navlist li.top
{
	/*display: block;
	height: 25px;*/
	padding: 0.3em 0.0em 0.3em 0.5em;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #003366;
	/*text-indent: 5px;
	text-align: left;*/
}

#navlist li a
{
	display: block;
	padding: 0.4em 0.4em 0.4em 0.4em;
	text-decoration: none;
	font-weight: bold;
}

#navlist li a:link { color: #003366;
	border-left: 1px #003366 solid;
	border-bottom: 1px #003366 solid; 
}
#navlist li a:visited { color: #003366;
	border-left: 1px #FF9900 solid;
	border-bottom: 1px #FF9900 solid; 
}

#navlist li a:hover
{
	color: #FF9900;
	background: #EFEDDC;
	border-left: 5px #003366 solid;
	border-bottom: 1px #003366 solid;
	text-decoration: bold;
	font-weight: normal;
}


.bigtext {
	color: #002B61;
	font-size: 24px;
}

.boldasbrass {
	color: #002B61;
	font-size: 18px;
	font-weight: bold;
	
	}
.red_text {
	color: #FF0000
}


#centrepic {
	/*background: #FFFFFF url(../images/people1.jpg) no-repeat right bottom;*/
	height: 200px;
	border-bottom: #CCCCCC dashed 1px;
	padding: 0px 10px 10px 10px;
	vertical-align: baseline;
}
