/* GENERAL */
body {
	padding: 0px; 
	font-family: arial, monaco, sans-serif; 
	font-size: 8.5pt;
	max-width: 1000px;
	margin: 0 auto;
	background-color: #cccccc; /* should match background-color in div.page_footer_copyright */
}
p {
	margin: 0px 3px 5px 3px;
}
blockquote {
	border-left: 2px solid #cccccc;
	padding-left: 3px;
	margin-left: 3px;
}
h1 {
	 color: #003366; 
	 font-weight: bold;
	 font-size: 14pt;
	 letter-spacing:0.009em; 
	 padding: 0px 3px 0px 3px;
	 margin: 0px;
}
h2 {
	color: #003366; 
	font-weight: bold;
	font-size: 11pt;
	letter-spacing:0.009em; 
	padding: 0px 3px 0px 3px;
	margin: 0px;
}
h3 {
	margin: 2px;
}
h4 {
	color: #999999; 
	font-weight: bold;
	font-size: 8.5pt;
	letter-spacing:0.009em; 
	padding: 0px 3px 0px 3px;
	margin: 0px;
}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover {
	text-decoration: none;
}
img {
	border: 0px;
	margin: 0px;
	padding: 0px;
}
input {
	background-color: #ffffff; 
	border: 1px solid #999999; 
	color: #666666; 
	font-size: 9pt;
}
textarea {
	background-color: #ffffff; 
	border: 1px solid #999999; 
	font-size: 9pt;
}
form {
	margin: 0px;
	padding: 0px;
}
fieldset {
	border: 1px solid #cccccc;
}
fieldset legend {
	font-weight: bold; 
	padding: 2px; 
	color: #333333; 
	font-size: 9pt;

}
fieldset span {
	color: #333333;
	display: block;
	padding-top: 3px;
}
form span.required {
	display: inline;
	color: #ff0000;
	position: relative;
	bottom: 0.2em;
	font-size: 0.8em;
	font-style: italic;
}
fieldset input, fieldset form, fieldset select {
	background-color: #dddddd;
	font-size: 8pt;
}
a:link, a:visited, a:active {
	color: #003366;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

div.page_container {
	background-color: #eeeeee; /* should match background-color in div.page_content_sidebar */
}
/* HEADER */

div.page_header {
	height: 88px;
}
div.page_header div.page_header_left {
	float: left;
}
div.page_header div.page_header_right {
	float: right;
	height: 27px;
	width: 158px;
	padding: 30px 26px 30px 26px;
}
div.page_header input.page_header_search {
	background-image: url('images/search.png'); 
	background-color: #000000; 
	border: none; 
	width: 138px; 
	height: 14px; 
	padding: 3px 2px 3px 20px; 
	font-size: 9pt; 
	color: #333333;
}
/* CONTENT */
div.page_content {
	clear: both;
}
.page_content_main {
	display: table-cell;
	background-color: #ffffff;
	width: 765px;
	vertical-align: top;
	border-right: 1px solid #cccccc;
	font-size: 1.1em;
	padding: 0px;
}
.page_content_sidebar {
	display: table-cell;
	background-color: #eeeeee;
	width: 225px;
	padding: 0px 5px 3px 5px;
	vertical-align: top;
}
.page_content_sidebar div.sidebar_container {
	padding: 5px 0px 5px 0px;
}
div.sidebar_container_mult {
	border-top: 1px dotted #aaaaaa;
	padding-top: 20px;
}
.page_content_sidebar div.sidebar_container h1 {
	text-transform: none;
	font-size: 1em;
	color: #000000;
	padding: 0px;
	margin: 0px;
}
.page_content_sidebar div.sidebar_container p {
	text-transform: none;
	font-size: 1em;
	color: #000000;
	padding: 0px;
	margin: 0px;
}
.page_content_sidebar span.sidebar_item_title {
	color: #003366;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 1.1em;
}
div.page_sidebar_include {
	display: table-cell;
}

/* FOOTER */
div.page_footer {
	clear: both;
}
div.page_footer div.page_footer_disclaimer {
	background-color: #333333;
	background-image: url('images/footerbg.png');
	background-repeat: repeat-x;
	text-align: center;
	color: #ffffff;
	font-size: 8pt;
}
div.page_footer div.page_footer_copyright {
	background-color: #cccccc;
	font-size: 8.5pt;
	padding: 1px;
}

/* NAVIGATION */
#nav {
	background-color: #333333;
	background-image: url('images/navbg.png');
	background-repeat: repeat-x;
	padding: 0px;
	font-size: 8.5pt;
	min-height: 25px;
}
#nav ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
}
#nav ul li {
	display: table-cell;
	font-weight: bold;
}
#nav ul li a {
	height: 14px;
	vertical-align: center;
	display: block;
	font-weight: 8.5pt;
	text-decoration: none;
	color: #ffffff;
	padding: 6px 7px 5px 7px;
	margin: 0px;
}
#nav ul li a:hover {
	background-color: #999999;
	background-image: url('images/navbg-hover.png');
	background-repeat: repeat-x;
}
#nav ul ul {
	width: 150px;
	position: absolute;
	left: -999em;
	text-align: left;
	border-top: 1px solid #ffffff;
	background-color: #333333;
}
#nav ul ul li {
	display: block;
	width: 150px;
}
#nav ul ul li a:hover {
	background-color: #666666;
	background-image: none;
}
#nav ul ul ul {
	margin: -19px 0px 0px 104px;
	border-left: 1px solid #ffffff;
	background-color: #333333;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

/* ERRORS */
.warningbox {
	width: *;
	border: 1px solid #ffe450;
	background: #fff9b0;
	padding: 5px;
	font-family: Arial, Geneva, Helvetica, sans-serif;
	color: #000000;
	font-size: 8pt;
	text-align: justify;
}
.infobox {
	width: *;
	border: 1px solid #b0b0b0;
	background: #eeeeee;
	padding: 5px;
	font-family: Arial, Geneva, Helvetica, sans-serif;
	color: #000000;
	font-size: 8pt;
	text-align: justify;
}
.errorbox {
	width: *;
	border: 1px solid #ff3535;
	background: #ffaa99;
	padding: 5px;
	font-family: Arial, Geneva, Helvetica, sans-serif;
	color: #000000;
	font-size: 8pt;
	text-align: justify;
}