* {
    padding: 0;
    margin: 0;
}
html, body {
	height: 100%;
}
body {
	font-family:  Trebuchet MS, Verdana, Arial, Helvetica;
	background-color: #E1E3D5;
	font-size: 100%;
}

a {text-decoration: none;}

#page {
	margin: 0 auto -37px;
	width: 969px;
	min-height: 100%;
	border-color: #FFF;
	border-width: 0 13px;
	border-style: none solid;
	background: #FFF;
}

#header {
	border-bottom: 2px solid #FFF;
	background-color: #E7EFF6;
	height: 152px;
}
.print {
	display: none;
}

#bar {
	background-color: #0C3A68;
	height: 18px;
	padding: 4px;
	color: #EFF2F7;
	font-size: 10pt;
}
#bar a {
	color: #EFF2F7;
}
.location {
	float: left;
}
.search {
	float: right;
	text-align: right;
}
.search_bar {
	position: relative;
	right: 85px;
	bottom: 21px;
}
.search_button {
	position: relative;
	bottom: 1px;
}

#mainsection{}
.links {
	float: left;
	width: 165px;
	position: relative;
	bottom: 15px;
}
.links ul {
	padding-bottom: 10px;
	padding-left: 0px;
	list-style-type: none;
}
.links ul li {
	margin: 3px 0px 3px 6px;
	padding: 0px 5px;
}
.link {
	background-color: #BCBCBC;
	color: #FFFFFF;
}
.link a {
	color: #FFFFFF;
}
ul li.link:hover, ul li.current_page:hover {
	background-color: #0C3A68;
	border-right: 7px solid #FF0000;
	color: #FFFFFF;
	text-decoration: underline;
}
.current_page {
	background-color: #0C3A68;
	border-right: 7px solid #FF0000;
}
.current_page a {
	color: #FFFFFF;
	font-weight: bold;
}
.edit_links {
	text-align: right;
	font-size: 10pt;
	position: relative;
	bottom: 11px;
}
.content {
	width: 795px;
	float: right;
	position: relative;
	bottom: 15px;
	padding-bottom: 10px;
}
.content h1 {
	font-size: 110%;
	font-weight: bold;
	padding-bottom: 10px;
}
.content h2, .content h3 {
	font-size: 100%;
	font-style: italic;
	padding-bottom: 8px;
}
.content p {
	padding-bottom: 10px;
}
.content a {color: blue;}
.content a.dottedline { border-bottom: dashed 1px #0000FF; color: #000000; padding-bottom:2px;}
.content ul, .content ol {padding: 0 0 10px 35px;}
.content td {padding: 0px 3px;}
.content table {margin-bottom: 10px;}
.content img {border: 0;}

#footspace {
	height: 37px;
}
#footer {
	background-color: #0C3A68;
	padding: 4px 0;
	color: #EFF2F7;
	font-size: 10pt;
	height: 18px;

	margin: 0 auto;
	width: 969px;
	border-color: #FFFFFF;
	border-width: 0 13px 13px;
	border-style: solid;
		text-align: left			/*   IE fix   */
}
.bar {
	height: 18px;
}
.bar a {
	color: #EFF2F7;
}
.bar a:hover {
	color: #FFCC99;
}
.left {
	float: left;
	position: relative;
	bottom: 18px;
	left: 4px;
}
.right {
	float: right;
	position: relative;
	right: 4px;
	bottom: 18px;
}
.center {
	text-align: center;
	position: relative;
}
.print_view {
	float: left;
	clear:left;
	position: relative;
	font-size: 10pt;
	bottom: 67px;
	left: 1px;
}
.top_link {
	float: right;
	position: relative;
	bottom: 45px;
	left: 214px;
}


/***** Input field code below *****/

input[type="text"], input[type="password"], textarea, select
{
	font-family: Trebuchet MS;
	font-size: 13px;
	border: solid 1px #85b1de;
	background-color: #F9F9F9;
}

input[type="checkbox"], input[type="submit"]
{
	font-family: Trebuchet MS;
	font-size: 13px;
}

/* Code works in IE due to behaviour set */
input[type="text"]:focus, input[type="password"]:focus, textarea:focus, select:focus
{
	background-image: none;
	background-color: #ffffff;
	border: solid 1px #FF0000;
}
