/*=================== STANDARD RULES ====================*/
body, ul, form, fieldset {margin:0px; padding:0px;}

body{
 margin:10px 0 0 0;
 padding:0;
 background-image: url(/images/bg.gif);
 background-repeat: repeat;
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size:.75em;
 color:#333333;
 }

h1,h2,h3,h4,h5,h6 {
 color:#1C77A3;
 margin-bottom:1em;
 }
h1 {font-size:1.6em;}
h2 {font-size:1.4em;}
h3 {font-size:1.2em;}
h4,h5,h6 {font-size:1.1em;}

p {
	line-height: 1.2em;
}

a:link {color:blue;}
a:visited {color:purple;}
a:hover {color:blue; text-decoration:none;}
a:active {color:blue;}

input, textarea, select, option, button {
 font:.9em arial,helvetica,sans-serif;
 color:#666666;
 padding:2px;
 }

.printonly {display:none;}
.clearfloats {clear:both;height:10px;}

/*=================== GLOBAL RULES ======================*/
#container {
	position:relative;
	border: 1px solid #999999;
	margin: 0 auto;
	width: 762px;
	background-color:#FFFFFF;
}

#header {
	height: 340px;
	position:relative;
}
#logolink a{
	position:absolute;
	width:350px;
	height:107px;
	top:9px;
	left:4px;
	z-index:99;
}

#logo {
	background: #1E75A2 url(/images/logo.gif) left no-repeat;
	height: 121px;
	background-position:20px 0;
	position: relative;
}
#title {
	position: absolute;
	right: 10px;
	top: 40px;
	font-family: "Century Gothic", Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: normal;
	color: #fff;
}
#search {
	position: absolute;
	bottom: 10px;
	right: 10px;
}

#search input#textbox {
	border: 1px solid #ccc;
}

#search input#submit {
	background:url(/images/bg_submit.gif);
	border: 0px;
	color: #fff;
	height: 19px;
	width: 31px;
}

#headmid {
	position:relative;
	background: #fff;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	height: 182px;
}
#bannerimage{
	position:absolute;
	width:388px;
	height:182px;
	top:122px;
	left:0;
	z-index:99;
}

#pagehead {
	background: #fff url(../images/bg_pagehead.gif) no-repeat;
	height: 112px;
	margin-left: 388px;
	padding: 50px 20px 20px 20px;
}

#pagehead h1 {
	font-family: "Century Gothic", Verdana, Arial, Helvetica, sans-serif;
	font-size: 36px;
	font-weight: normal;
	margin: 0;
}

#pagehead p {
	line-height: 1.5em;
	margin: 0;
}

#navbar {
	background: #000;
	font-family: "Century Gothic", Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	height: 35px;
	text-align: center;
}

#navbar ul {
}

#navbar ul li {
	float: left;
	list-style-type: none;
	height: 25px;
	padding: 10px 0 0 0;
	width: 108px;
}

#navbar ul li a {
	color: #fff;
	text-decoration: none;
}

#navbar ul li a:hover {
	border-bottom: 1px dotted #fff;
}

#main {
	background: #fff url(/images/bg_main.jpg);
	background-repeat:no-repeat;
}

#leftnav {
	background: #fff url(/images/bg_leftnav.jpg) top no-repeat;
	border: 0px solid blue;
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 20px 0px 0px 0px;
	width: 187px;
}

#leftnav ul {
	list-style-type: none;
	margin: 0 0 20px 0;
}

#leftnav li {
	padding: 7px 0;
	padding-left:20px;
	border-bottom:1px solid white;
}

#leftnav a {
	color: #145372;
	text-decoration:none;
}
#leftnav a:hover{color:black;}

#content {
	float: left;
	padding: 20px 20px 20px 30px;
	width: 505px;
}
#content p{line-height:18px;}
#content ul, #content ol{margin:5px 0 5px 40px;padding:0;}
#content li{padding:2px 0;}

#footer {
	background: #1E75A2;
	clear: both;
	color: #fff;
	font-size: 10px;
	padding: 5px 10px 2px 10px;
	width: 742px;
	text-align:center;
}

#footer p {
	margin: 5px 0;
}

#footer p#email {
	margin-right: 10px;
	text-align: right;
}

#footer a {
	color: #fff;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}
