body {
	margin: 0;
	font-family: "Lucida Grande", Verdana, Tahoma, Arial, sans-serif;
	font-size: 12pt;
	line-height: 1.25em;
}

p {
	font-family: "Georgia", "Times New Roman", serif;
}

h1 {
	font-size: 1.5em;
}
h2 {
	font-size: 1.25em;
}

h1, h2, h3, h4, h5, h6 {
	font-family: "Lucida Grande", Verdana, Tahoma, Arial, sans-serif;
	color: #002e5c;
}
	
#header {
	padding: 0;
	background-color: #002e5c;
	height: 92px;
	min-width: 512px;
	border-bottom: 4px solid #d5dee7;
}

#header img {
	float: left;
	margin: 4px 0 0 16px;
	border: 0;
}

#header ul {
	float: right;
	clear: right;
	list-style: none outside;
	height: 32px;
	margin: 30px 48px 0 0;
	/* font-size: 18px; */
}

#header ul li { 
	float: left; 
	padding: 0;
	margin: 0;
}

#header ul li a {
	line-height: 32px;
	padding: 0 12px;
	display: block;
	color: #d5dee7;
	background-color: #002e5c;
}

#header ul li a.current {
 	-moz-border-radius-topleft: 6px;
 	-webkit-border-top-left-radius: 6px;
	color: #002e5c;
	background-color: #d5dee7;
}

#header ul li a:hover {
	color: #ffffff;
	background-color: #2e4964;
}

#header ul li a.current:hover {
	color: #000000;
	background-color: #e4ebf2;
}

#searchbox {
	clear: right;
	float: right;
	font-size: 10px;
	height: 24px;
	margin: 6px 52px 0 0;
	text-align: right;
}

#searchbox input {
	background-color: #FAFAF0;
	border: 1px solid #C1C0B5;
	color: #333333;
	font-family: "Lucida Sans Unicode",Tahoma,Arial,sans-serif;
	font-size: 1em;
	padding: 1px 4px;
}

#searchbox input[type=text] {
	padding: 2px 4px;
}

#searchbox input[type=submit] {
	margin-left: 4px;
	padding: 1px 4px;
}

#subheader {
	clear:both;
	background: #d5dee7;
	border: 1px solid #aeb9c4;
	border-left: 0;
	border-right: 0;
	font: normal 10px verdana,'Bitstream Vera Sans',helvetica,arial,sans-serif;
	margin: 0 0 .33em;
	padding: .2em 3em;
}
#subheader ul {
	font-size: 12px;
	list-style: none;
	margin: 0;
	text-align: right;
}
#subheader li {
	display: inline;
	border-right: none;
	padding: .25em 0;
	white-space: nowrap;
}
#subheader li.last a {
	border-right: 1px solid #d5dee7;
}
#subheader :link, #subheader :visited {
	background: url(/pix/dots.gif) 0 0 no-repeat;
	border-right: 1px solid #fff;
	border-bottom: none;
	border-left: 1px solid #aeb9c4;
	color: #000;
	padding: .2em 20px;
}
* html #subheader :link, * html #subheader :visited {
	background-position: 1px 0;
}
#subheader :link:hover, #subheader :visited:hover {
	background-color: #ccc;
	border-right: 1px solid #ddd;
}
#subheader .active :link, #subheader .active :visited {
	background: #333 url(/pix/topbar_gradient2.png) 0 0 repeat-x;
	border-top: none;
	border-right: 1px solid #000;
	color: #eee;
	/* font-weight: bold; */
}
#subheader .active :link:hover, #subheader .active :visited:hover {
	border-right: 1px solid #000;
}


#footer {
	clear: both;
	font-size: 0.8em;
	text-align: right;
}
#footer p {
	margin: 0;
	padding: 10px 20px 10px 20px;
	background-color: #E8E8CE;
	border-top: 10px solid #002e5c;
	font-size: 0.8em;
	text-align: right;
}

#footer img {
	border: 0;
	margin: 5px 0 0 5px;
}

a {
	text-decoration: none;
}

#main {
	padding: 1em 1em 0.5em 1em;
	min-height: 400px;
	margin-right: 2.5em;
}
