
html {margin: 0; padding: 0;}

body {
    margin: 0; 
    padding: 0; 
    font-family: verdana, sans-serif;
    background-color: #eeeeee;
}

#header {
	background-color: #fff;
	height: 100px;
}

#nav {
	margin: 0;
	padding: 0;
	background-color: #23468c;
	font-size: 0;
	height: 5px;
	border-top: 1px solid #000;
	border-bottom: 1px solid #f5f5f5;
}

#side-right {
	position: absolute;
	z-index: 1;
	width: 12em;
	right: 10px;
	padding-top: 2px;
	top: 2px;
	margin-top: 112px;
	color: #555;
	font-size: 0.9em;
}

#side-nav-label {
	display: none;
}
#side-nav {
	list-style: none;
	margin: 0;
	padding: 0;
	border: 1px solid #5976b2;
	border-top: 0;
	background-color: #23468c;
}
#side-nav li {
	margin: 0;
	padding: 0;
	border-top: 1px solid #5976b2;
	border-bottom: 1px solid #22437f;
}
#side-nav a {
	margin: 0;
	color: #c5ccdb;
	display: block;
	text-decoration: none;
	padding: 4px 6px;
}
#side-nav a:hover {
	background-color: #34548f;
	color: #fff;
}
#side-nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#side-nav ul li {
	border-top: 1px solid #34548e;
	background-color: #34548e;
	border-bottom: 1px solid #34548e;
}
#side-nav ul li:hover {
	border-bottom: 1px solid #34548f;
}

#side-nav ul li a {
	padding-left: 12px;
	color: #a7b2c9;
}
#side-nav ul li a:hover {
	background-color: #46659e;
}
#side-nav ul ul li a {
	padding-left: 18px;
}
#side-nav strong a {
	font-weight: normal;
	color: #fff !important;
	background-color: #10203b;
}
#side-nav strong a:hover {
	background-color: #172e56 !important;
}

#content {
	padding: 18px;
	border: 1px solid #aaa;
	background-color: #fff;
	margin-right: 12em;
	min-width: 120px;
        min-height: 450px;
	margin-left: 10px;
	margin-top: 10px;
	z-index: 3; 
}

#content-header {
	font-size: 1.1em;
	font-weight: bold;
	color: #23468c;
	border-bottom: 2px solid #777777;
	padding-bottom: 8px;
}

#content-large {
	padding-top: 8px;
	font-size: 1.0em;
	font-weight: normal;
	color: #333333;
}

#content-border {
	border-bottom: 2px solid #555555;
}

#content-small {
	padding-top: 8px;
	font-size: 0.9em;
	font-weight: normal;
	color: #333333;
}

#content ul li {
	list-style: square inside;
	padding-top: 10px;
}

#content dt {
	padding-top: 10px;
	font-weight: bold;
	color: #23468c;
}

#content dd {
	margin-left: 10px;
}

#rightlogo {
position: absolute;
right: 0px;
top: 0px;
width: 220px;
height: 100px;
}
     
#leftlogo {
position: absolute;
left: 0px;
top: 0px;
width: 300px;
height: 100px;
}      

.offerings {
font-size: 1.0em;
margin-top: 8px;
padding: 5px;
border: 1px solid #777777;
background: #f4f8ff;
}

.smallcentered {
margin: 5px;
text-align: center;
color: #777;
font-size: 10px;
padding-bottom: 4px;
}

.smallcenteredem a:link { color: #777; TEXT-DECORATION: none }
.smallcenteredem a:active { color: #777; TEXT-DECORATION: none }
.smallcenteredem a:visited { color: #777; TEXT-DECORATION: none }
.smallcenteredem a:hover { color: #3366cc; TEXT-DECORATION: none }

h1 {
	font-size: 1.3em;
	font-weight: bold;
	margin-top: 2px;
}

h2 {
	font-size: 1.2em;
	font-weight: bold;
	text-decoration: underline;
	margin-top: 2px;
}

h3 {
	font-size: 1.0em;
	font-weight: bold;
	color: #23468c;
	margin-top: 2px;
}

h4 {
	font-size: 1.2em;
	font-weight: bold;
	color: #333333;
	text-align: center;
	margin-bottom: 0px;
	margin-top: 2px;
}

a:visited { color: #2850a1; TEXT-DECORATION: none }
a:link { color: #2850a1; TEXT-DECORATION: none }
a:active { color: #3366cc; TEXT-DECORATION: none }
a:hover { color: #3366cc; TEXT-DECORATION: underline }
