@charset "utf-8";


* {
	margin: 0;
	padding: 0;
}


/* Base Margin */

#header,
ol#nav,
#content {
	margin-bottom: 10px;	
}

/* General Style */

html {		
	color: black;
	background-repeat: no-repeat;
	background-color: #cccccc;
	background-position: 50% 10px;
}

body {		
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	width: 780px;
	color: black;
	background-repeat: repeat-y;
	background-color: white;
	background-position: left bottom;
	line-height: 1.5;
	font-size: small;
	font-family: Arial,sans-serif;
}

h1 {		
	font-size: x-large;
	color: black;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	background-repeat: no-repeat;
	background-color: white;
}

h2 {		
	font-size: medium;
	color: black;
	background-color: white;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
	border-top-style: solid;
	border-top-color: #004080;
	border-top-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #004080;
	border-bottom-width: 1px;
}

h3 {		
	font-size: small;
	color: black;
	padding-left: 5px;
	border-style: solid;
	border-color: #cccccc;
	border-width: 1px;
	background-color: #eeeeee;
}

h3 span.text {		
	display: block;
	margin-top: 3px;
	margin-right: 3px;
	margin-bottom: 3px;
	margin-left: 0px;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 10px;
	border-left-style: solid;
	border-left-color: #004080;
	border-left-width: 5px;
	font-size: small;
}

h4 {		
	font-size: x-small;
	color: black;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	background-color: white;
	border-left-style: solid;
	border-left-color: #004080;
	border-left-width: 5px;
}

h5 {		
	font-size: x-small;
	color: black;
	background-color: white;
}

p,address {		
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}

p,ol,ul,dl,address,form,textarea,table {		
	font-size: x-small;
}

a:link {		
	color: #003377;
	text-decoration: none;
}

a:visited {
	color: #636;	
	text-decoration: none;
}

a:hover {
	background: #eee;
	text-decoration: underline;
}

#siteId a:hover {
	background: white;
}

a img {
	border: none;
}

/* Misc */

img, object, embed {
	vertical-align: bottom;
}

address, cite {
	font-style: normal;
}

em {
	font-style: normal;
	font-weight: bold;
}


dfn, abbr {
	font-style: normal;
	border-bottom: 1px dotted black;
}


/* #header Block */

#header {
	float: left;
	width: 780px;
}

#header #siteId {
	float: left;
	width: 370px;
}

#header #helpMenu {
	float: right;
	width: 410px;	
}

#header #helpMenu ul {
	text-align: right;
}

#header #helpMenu ul li {
	display: inline;
	padding-left: 5px;
	padding-right: 5px;
	border-left: 1px solid black;
}

#header #helpMenu ul li.skip {
	border-left: none;
}

#header form {
	margin-top: 5px;
	text-align: right;
}

#header form fieldset {
	border: none;
}

#header form fieldset label img {
	margin-right: 3px;
	vertical-align: middle;
}

#header form fieldset input#search {
	margin-right: 5px;
	width: 15em;
}

#header form fieldset button {
	border: 2px outset white;
	background: #eee;
}


/* ol#nav Block */

ol#nav {		
	clear: both;
	float: left;
	width: 780px;
	background-repeat: repeat-x;
}

ol#nav li {
	display: block;
	float: left;
	width: 160px;
}

ol#nav li.home {
	width: 140px;
}

ol#nav li a:hover {		
	display: block;
	background-repeat: no-repeat;
}


/* #content Block */

#content {
	clear: both;
	float: left;
	width: 780px;
}

#content a.linkHighLight {		
	clear: both;
	padding-left: 15px;
	background-repeat: no-repeat;
	background-position: 0px 2px;
}

#content a.outLink {		
	clear: both;
	padding-left: 15px;
	background-repeat: no-repeat;
	background-position: 0px 2px;
}


/* #footer Block */

#footer {
	clear: both;
}

#footer p {
	margin-bottom: 0;
	padding: 3px 10px;
	background: #eee;
}

#footer address {
	padding: 3px 0;
	text-align: right;
}
