body {
	color: black;
	text-align: center;
	margin: 0;
	padding: 0;
	background: white url('images/header_bg.gif') repeat-x top left;
}
a {
	color: #003399;
}
a:hover {
	color: blue;
}
img {
	border: 0;
}
#wrapper {
	text-align: left;
	width: 800px;
	margin: 0 auto;
/*	border: 1px solid red;*/
}

#header {
	color: white;
	position: relative;
	top: 0;
	left: 0;
	height: 110px;
	width: 800px;
	background: #0041b5 url('images/header_bg.gif') repeat-x top left;
}
#header_logo {
	position: absolute;
	top: 0;
	left: 1px;
	width: 240px;
	height: 95px;
	padding-top: 10px;
	z-index: 5;
	border: 0px solid white;
}
#header_extra {
	text-align: right;
	position: absolute;
	top: 0;
	right: 2px;
	width: 560px;
	height: 110px;
	padding: 0 0 0 240px;
	border: 0px solid white;
}
#header_tag {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 21pt;
	position: relative;
	display: block;
	top: 0;
	right: 0;
	height: 35px;
	margin: 0;
	padding: 0;
	padding-top: 10px;
	border: 0px solid yellow;
}
#header_search {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;	
	vertical-align: top;
	position: relative;
	display: block;
	top: 0;
	right: 0;
	height: 25px;
	padding: 5px 0;
	border: 0px solid white;
}
#header_search p {
	margin: 0;
	padding: 0;
}
#header_search input {
	font-family: Courier, "Courier New", sans-serif;
	font-size: 10pt;
	vertical-align: middle;
	margin-top: 0px;
	padding: 2px;
	border: 2px solid black;
}
#header_search_button {
	border: 2px solid white;
	background: black;
}
#header_keywords {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 7pt;	
	position: relative;
	display: block;
	top: 0;
	right: 0;
	height: 10px;
	padding: 10px 0 0 0;
	border: 0px solid red;
}

#tabs {
	vertical-align: top;
	position: relative;
	clear: both;
	width: 800px;
	margin: 5px 0 0 0;
	padding: 0;
	background: #9cd6e5 url('images/tabs_bg.gif') repeat-x top left;
	border: 0px solid orange;
}
#tab_container ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;	
	font-weight: bold;
	display: block;
	padding: 0 10px;
	margin: 0;
	color: black;
	width: 780px;
	height: 22px;
	border: 0px solid black;
	border-bottom: 4px solid black;
}
#tab_container ul li {
	display: inline;
	height: 22px;
}
#tab_container ul li a {
	color: black;
	text-decoration: none;
	float: left;
	margin: 4px 0 0 0;
	padding: 0 6px;
	border-right: 1px solid #7ca6c5;
}
#tab_container ul li a:hover {
	color: white;
	margin: 0;
	padding-top: 4px;
	background-color: #003399;
	border-bottom: 4px solid #003399;
}
#tabs a.current {
	border-bottom: 4px solid black;
}
#tabs a:hover.current {
	color: black;
	border-bottom: 4px solid black;
	background: transparent;
}

#sub_tab {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;	
	display: block;
	padding: 0;
	margin: 0;
	color: black;
	width: 800px;
	background-color: white;
	border: 0px solid yellow;
}
#sub_tab ul {
	padding: 2px 10px 3px 10px;
	margin: 0;
}
#sub_tab ul li {
	display: inline;
	padding: 0 0 0 10px;
	margin: 0;
}
#sub_tab ul li a {
	font-weight: bold;
}

#content {
	background-color: white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 1.2;
	clear: both;
	position: relative;
	display: block;
	float: left;
	height: 100%;
	width: 800px;
	margin: 8px 0 0 0;
	padding: 0;
/*	border: 1px solid black;*/

/*	background: gray;*/
}
#content h1, h2 {
	color: #003399;
	font-size: 20pt;
	position: relative;
	width: auto;
	margin: 0 0 0.4em 0;
	padding: 8px 0 0 0;
/*	padding: 0 0 0 25px;
	background: url('images/hmu_splat.gif') no-repeat center left;*/

/*	border: 1px solid red;*/
}
#content h3 {
	color: #003399;
	font-size: large;
	margin: 0 0 0.4em 0;
	padding: 8px 0 0 0;
}
#content p {
	margin: 0 0 00.7em 0;
	padding: 0;

/*	border: 1px solid blue;*/
}
#content img {
	margin-bottom: 0.5em;
}
#content li {
	margin-bottom: 4px;
}
#content ul {
	margin-left: 0;
	padding-left: 2em;
}
.horizontal_list {
	list-style: none;
}
.horizontal_list li {
	display: inline;
	padding-left: 3px;
 	padding-right: 7px;
 	border-right: 1px dotted #003399;
 }
.quoted {
	border: 1px solid #003399;
	border-bottom: 2px solid #003399;
	border-right: 2px solid #003399;
	background-color: #f0f7ff;
	margin: 10px;
	padding: 10px;
	padding-left: 6px;
	font-size: small;
}
.centered {
	text-align: center;
}
.quote {
	margin: 18px;
	border: 0px solid grey;
	background-color: #ddf;
	padding: 0 12px;
	font-style: italic;
	background: #ddf url('images/quote_edge_tr.png') top right no-repeat;
}
.quote_tl {
	background: #ddf url('images/quote_edge_tl.png') top left no-repeat;
	position: relative;
	top: 0;
	left: -12px;
	width: 16px;
	height: 16px;
}
.quote_bl {
	background: #ddf url('images/quote_edge_bl.png') bottom left no-repeat;
	position: relative;
	bottom: 0;
	left: -12px;
	width: 16px;
	height: 16px;
}
.quote_person {
	font-weight: normal;
	font-style: normal;
	text-align: right;
	width: 100%;
	margin-top: 0;
}


#footer {
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	text-align: right;
	vertical-align: top;
	position: relative;
	clear: both;
	width: 785px;
	padding: 3px 15px 3px 0;
	margin-bottom: 20px;
	background: #003399;
}
#footer a {
	color: white;
}
#footer a:hover {
	color: #bbbbbb;
}
#footer ul {
	display: inline;
	list-style: none;
	text-align: left;
	padding: 0;
	margin: 0;
}
#footer li {
	display: inline;
}
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix { display: inline-block; }
/* mac hide \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide */

.dhtmlwindow{
	position: absolute;
	border: 2px solid black;
	visibility: hidden;
	background-color: white;
}

.drag-handle{
	padding: 1px;
	text-indent: 3px;
	font: bold 14px Arial;
	background-color: #0000ca;
	color: white;
	cursor: move;
	overflow: hidden;
	width: auto;
}

.drag-handle .drag-controls{
	position: absolute;
	right: 1px;
	top: 2px;
	cursor: hand;
	cursor: pointer;
}


.drag-contentarea{
	border-top: 1px solid brown;
	background-color: white;
	color: black;
	height: 150px;
	padding: 2px;
	overflow: auto;
}

.drag-statusarea{
	border-top: 1px solid gray;
	background-color: #F8F8F8;
	height: 13px;
}


.drag-resizearea{
	float: right;
	width: 13px;
	height: 13px;
	cursor: nw-resize;
	font-size: 0;
}
