/* -------------------------------------------------------------- 
  
   reset.css
   * Resets default browser CSS.
   
-------------------------------------------------------------- */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}

body { 
  line-height: 1.5; 
}

/* Tables still need 'cellspacing="0"' in the markup. */
table { border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left; font-weight: normal; }
table, td, th { vertical-align: middle; }

/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }

/* Remove annoying border on linked images. */
a img { border: none; }



body {
	color: #000;
	background-color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	margin-left: 0em;
	margin-top: 0em;
	margin-right: 0em;
	margin-bottom: 0em;
}
h1, h2, h3, h4, h5, h6 {
	color: #039;
}
h1 {
	font-size: x-large;
}
h2 {
	font-size: large;
}
h3  {
	font-size: medium;
}
a {
	color: #039;
}
#header {
	margin-bottom: 1px;
	background-color: #B2C4DA;
}
#header #logo {
	background-image: url(/images/logo2009.jpg);
	background-repeat: no-repeat;
	height: 100px;
	width: 100%;
}
#header #logo address, #logo p{
	font-family: Arial, Helvetica, sans-serif;
	text-align: right;
	font-size: small;
	padding-right: 10px;
}
#header #title h1, #title a {
	text-indent: -9999px;
	margin: 0px;
	position: absolute;
	left: 0px;
	top: 0px;
	visibility: hidden;
}
.skipnav {
				text-indent: -9999px;
				background-color: #B2C4DA;
}
#globalnav ul {
	width: 100%;
	padding: 0;
	margin-left: 0;
	text-align: right;
	font-size: medium;
	background-color: #369;
	color: #999;
	border-top: 5px solid;
	border-bottom: 5px solid;
	border-color: #039;
	float: left;
}

#globalnav ul li
{
display: inline;
list-style-type: none;
	padding-top: 0px;
	padding-bottom: 0px;
}
#globalnav ul li a {
	color: #FFF;
	text-decoration: none;
	padding: 3px 10px;
	float: left;
	border-right: 1px solid #fff;
}
#globalnav ul li a:hover, #globalnav ul li a:focus, #globalnav ul li a:active {
	border-right: 1px solid #fff;
	color: #222;
	background-color: #B2C4DA;
}
#subnav {
	float: left;
	font-size: medium;
	color: #CCC;
}
#subnav ul {
	border-color: #FFF;
	font-weight: bold;
	list-style: none outside;
	padding: 0 0 1em 0;
	margin: 0;
	background-color: #369;
	margin-bottom: 1em;
    border: 1px solid #222;
}

#subnav ul li {
	background-color: #B2C4DA;
	position: relative;
	background-repeat: no-repeat;
	border: 0;
	border-bottom: 1px solid white;
	margin: 0;
	padding: 0;
}

#subnav ul li a {
	background-color: transparent;
	border-left: 10px solid #039;
	color: #222;
	display: block;	
	font-size: 0.85em;
	font-weight: bold;
  	padding: 3px 3px 3px 14px;
  	text-decoration: none;
	width: 150px;
}
#subnav ul li a:hover, #subnav ul li a:focus, #subnav ul li a:active {
	color: #FFF;
	background-color: #039;
	border-left: 10px solid #B2C4DA;		
}
#subnav #below_subnav {
	background-color: #FFF;
	background-image: url(/images/transparent_crest_small.gif);
	background-repeat: no-repeat;
	background-position: center;
	height: 120px;
	width: 150px;
}
#maincontent {
	float: left;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 20px;
	margin:auto;
	width: 50%;
}
#maincontent img {
	padding: 5px;
}
#maincontent a {
	color: #039;
}
#maincontent a:hover, a:focus, a:link {
	text-decoration: none;
}
#maincontent li {
	margin-bottom: 5px;
}
#maincontent h1,h2,h,p {
	margin-bottom: 2px;
	margin-top: 5px;
}
.fltleft {
	padding: 1px;
    border: 1px solid #222;
	margin: 2px;
	float:left;
	width: 100%;
	
}
.fltleft img{
	padding: 3px 3px 0px 3px;
	float:left;
}

#backtotop {
    border-top: 1px solid #222;
	font-size: small;
	text-align: right;
	margin-bottom: 15px;
	float: left;
	width: 100%;
}
#footer {
	color: #FFF;
	background-color: #369;
	text-align: center;
	font-size: small;
	float: left;
	width: 100%;
	border-top: 5px solid;
	border-bottom: 5px solid;
	border-color: #039;
	padding-top: 5px;
	padding-bottom: 5px;
}
#footer a {
	color: #FFF;
}
#footer a:hover {
	text-decoration: none;
}
