html, body {
	margin: 0;
	padding: 0;
	color: #000; 
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
}

form {
	margin: 0;
	padding: 0;
}

a img { border: none; }

#page_header {
	background: url(../images/header_bg_tile.gif) repeat-x top;
	height: 140px;
	overflow: hidden;
}

#page_header_left {
	height: 140px;
	width: 50%;
	background: #fff;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}

#page_header_content {
	background: url(../images/header_bg.jpg) no-repeat top right;
}

#page_header_quote {
	width: 490px;
	float: right;
	position: relative;
	right: 0;
	top: 85px;
	font-size: 14px;
	font-weight: bold;
	text-align: right;
}

#page_footer {
	background: url(../images/footer_bg_tile.gif) repeat-x top;
	height: 105px;
	vertical-align: middle;
	color: #fff;
	font-size: 11px;
	padding-top: 10px;
}

#menu_bar {
	background: url(../images/menu_bar_bg_tile.gif) repeat-x top;
	height: 30px;
	overflow: hidden;
	color: #fff;
	font-size: 11px;
}

#menu_bar img {
	vertical-align: middle;
}

#menu_bar a, #page_footer a {
	text-decoration: none;
	color: #fff;
	padding: 0 5px;
}

#menu_bar a:hover, #page_footer a:hover {
	text-decoration: underline;
}

#search {
	height: 30px;
	float: right;
}

#search input {
	border: 1px solid #a2a2a2;
	color: #999;
	font-size: 11px;
	width: 200px;
}

#search button {
	color: #fff;
	font-size: 11px;
	font-weight: bold;
	border: none;
	background: none;
	padding: 3px;
}


#breadcrumbs {
	color: #454d52;
	font-size: 11px;
	text-align: left;
	padding: 20px 0 2px 0;
}

#breadcrumbs a {
	color: #424f58;
	text-decoration: none;
}

#breadcrumbs a:hover {
	color: #396380;
	text-decoration: underline;
}

#date {
	float: right;
	padding-left: 2px;
}

#body_header {
	padding: 1px 0;
	border: 1px solid #333;
	border-width: 1px 0;
}

.body_width {
	width: 760px;
	text-align: left;
}

#body {
	background: url(../images/body_bg_tile.gif) repeat-x top;
	border-top: 1px solid #e4eff1; /* Firefox bug */
	font-size: 0.7em;
}

#content {
	font-size: 0.8em;
	padding: 10px;
	color: #424f58;
	text-align:justify;
}

#content td { 
	font-size: 0.75em;
	color: #424f58;
}

#content th { 
	font-size: 0.75em;
	font-weight:bold;
	color: #424f58;
	text-align:left;
}

#content a {
	color: #245cb9;
}

#content a:hover {
	color: #4699ff;
	text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
	margin: 1.5em 0 0.3em 0;
	color: #000;
	font-weight: normal;
}

h1 {
	margin: 0 0 0.3em 0;
	font-size: 2.1em;
}

h2 {
	margin: 1.3em 0 0.2em 0;
	font-size: 1.4em;	
}

h3 {
	padding-bottom: 3px;
	font-size: 1.2em;
	font-style: italic;
	border-bottom: 1px solid #b2ddff;
}

h4 {
	font-size: 1em;
}

h5 {
	font-size: 0.8em;
}

h6 {
	font-size: 0.5em;
}

#homepage {
	padding: 10px 10px 30px 0;
}

#homepage_bg {
	padding-right: 302px;
	/* height: 399px; */
	overflow: hidden;
	background: url(../images/homepage_bg.jpg) no-repeat top right;
	border: 4px solid #2a2e60;
}

#homepage_content {
	padding: 10px;
	font-size: 0.75em;
}

#homepage h1 {
	font-size: 1.2em;
	font-weight: bold;
	color: #006c91;
}

#homepage h2 {
	margin: 0.3em 0 0.4em 0;
	font-size: 1.2em;	
}

#homepage_content ul {
	margin: 0;
	padding: 0;
	margin-left: 1.6em;
}


#homepage a {
	color: #424f58;
	text-decoration: none;
	font-size: 1em;
	
	}

#homepage a:hover {
	text-decoration: underline;
}

a.back {
	padding-left: 16px;
	font-size: 10px;
	color: #424f58;
	background: url(../images/back.gif) no-repeat center left;
}

a.back:hover {
	text-decoration: none;
}

#associated {
	font-size: 12px;
	font-weight: bold;
	padding: 12px 0 12px 6px;
	border-bottom: 1px solid #333;
	vertical-align: middle;
}

#associated img { vertical-align: middle; }

li { padding-bottom: 4px} 