* {
	margin: 0;
	padding: 0;
}
body {
	margin: 15px 0 0 0;
	background: White;
	font: 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.divider {
	clear: both;
	height: 0;
	font-size: 1%;
}
div#wrapper {
	width: 990px;
	margin: 0 auto;
}
div#header {
	background: url("../images/header.jpg") top left no-repeat #E7F5FF;
	margin-bottom: 5px;
	height: 114px;
	position: relative;
}
div#header_quote {
	position: absolute;
	left: 570px;
	top: 20px;
	color: #346F86;
	font-style: italic;
	width: 350px;
	line-height: 140%;
}
div#main_navigation {
	padding: 6px 6px 6px 170px;
	background: url("../images/main_navigation.jpg") top left repeat-y #5DAAC6;
	height: 1em;
}
div#main_navigation ul {
	list-style-type: none;
}
div#main_navigation li {
	float: left;
	margin-right: 30px;
}
div#main_navigation a {
	text-transform: uppercase;
	color: White;
	display: block;
}
div#main_navigation a.active {
	font-weight: bold;
}
div#main_navigation_shadow {
	height: 10px;
	background: url("../images/main_navigation_shadow.jpg") top left repeat-x White;
	margin-bottom: 10px;
}
div#content_wrapper {
}
div#subnavigation {
	width: 150px;
	padding-right: 20px;
	float: left;
	line-height: 200%;
}
div#subnavigation ul {
	list-style-type: none;
	border-top: 1px solid #0B7299;
}
div#subnavigation li {
	border-bottom: 1px solid #0B7299;
	padding: 2px 10px;
}
div#subnavigation a {
	color: #2C4149;
	display: block;
}
div#subnavigation a.active {
	font-weight: bold;
}
div#breadcrumbs ul {
	list-style-type: none;
	margin: 0 0 10px 0;
}
div#breadcrumbs li {
	display: inline;
}
div#content {
	line-height: 160%;
	color: #535353;
	width: 590px;
	margin-left: 170px;
	margin-bottom: 15px;
	min-height: 300px;
}
div#content div.wrapper {
}
div#illustration {
	float: right;
	width: 215px;
	margin-bottom: 15px;
}
div#blue_bar {
	background: url("../images/blue_bar.jpg") repeat-y top left #0C739A;
	height: 10px;
	margin-bottom: 5px;
}
div#footer {
	background: url("../images/footer.jpg") no-repeat top right #E7F5FF;
	height: 90px;
	position: relative;
	margin-bottom: 20px;
}
#linkedin, #twitter {
    position: absolute;
    top: 27px;
    width: 35px;
    height: 35px;
    text-indent: -9999em;
    display: block;
    overflow: hidden; }
#linkedin {
    right: 560px;
    background: url(../images/linkedin-logo.png) no-repeat top left; }
#twitter {
    right: 610px;
    background: url(../images/twitter-logo.png) no-repeat top left; }

div#logo {
	position: absolute;
	top: 0;
	left: 5px;
}
a {
	color: #00526F;
	text-decoration: none;
}
#content a:hover {
	text-decoration: underline;
}
a img {
border: 0;
}
a.clean {
text-decoration: none;
}
a.clean:hover {
text-decoration: underline;
}
p, blockquote, ul, ol, table {
margin-bottom: 1em;
}
#content ul, #content ol {
margin-left: 2em;
}

.text {
padding: 1px;
border: 1px solid Gray;
}
input, select, textarea {
font: 1em Verdana, Geneva, Arial, Helvetica, sans-serif;
}
select, select.text {
padding: 0;
}
.warning {
color: #990000;
}
form .required {
font-weight: bold;
}
th {
	text-align: left;
}
td, th {
	padding: 0 10px 4px 0;
}
.link_tooltip {
width: 400px;
background-color: #003366;
color: White;
padding: 5px;
margin-right: 50px;
opacity: 0.9;
}

h1, h2, h3 {
	color: #00526F;
}
h1 {
	font-size: 140%;
	margin-bottom: 10px;
}
h2, h3, h4, h5, h6 {
	margin: 5px 0;
}
h2 {
	font-size: 120%;
}
h3 {
	font-size: 110%;
}
h4, h5, h6 {
	font-size: 100%;
}
