* {
margin: 0;
padding: 0;
}

body {
background: #448CC7;
text-align: center;
font: normal 11px/18px verdana, arial, tahoma, sans-serif;
color: #333;
padding-top: 40px;
}

i {
font-style: italic;
}

b {
font-weight: bold;
}

#header {
width: 580px;
height: 240px;
background: #095A8F url('../images/header.jpg') no-repeat right top;
}

#wrapper {
width: 580px;
background: #fff url("../images/sidebar.png") repeat-y;
background-position: 0 0;
border: solid 10px #fff;
margin: 0 auto;
text-align: left;
}

#highlight {
background-color: #ffff40;
padding-left: 10px;
padding-right: 10px;
float: left;
width: 390px;
margin-bottom: 10px;
}

h1 {
width: 140px;
height: 30px;
background-color: #095A8F;
margin: 1px 1px 1px 0;
float: left;
font: bold 16px/30px arial, verdana, tahoma, sans-serif;
padding-left: 10px;
color: #fff;
cursor: default;
}

h2 {
width: 419px;
height: 30px;
background-color: #095A8F;
float: left;
font: bold 16px/30px arial, verdana, tahoma, sans-serif;
padding-left: 10px;
color: #fff;
margin-top: 1px;
cursor: default;
}

h3 {
width: 390px;
height: 30px;
background-color: #E8D348;
text-align: center;
float: left;
font: bold 16px/30px arial, verdana, tahoma, sans-serif;
padding-left: 10px;
margin-bottom: 10px;
color: #ooo;
cursor: default;
}

h4 {
width: 393px;
height: 30px;
background-color: #095A8F;
float: left;
font: bold 16px/30px arial, verdana, tahoma, sans-serif;
padding-left: 10px;
color: #fff;
margin-top: 1px;
cursor: default;
text-align: center;
}

h5 {
width: 393px;
height: 30px;
background-color: #ffff40;
float: left;
font: bold 16px/30px arial, verdana, tahoma, sans-serif;
padding-left: 10px;
color: #000;
margin-top: 1px;
margin-bottom: 20px;
cursor: default;
text-align: center;
}

h6 {
width: 390px;
height: 30px;
background-color: #E8D348;
text-align: center;
float: left;
font: bold 16px/30px arial, verdana, tahoma, sans-serif;
padding-left: 10px;
padding-right: 10px;
color: #ooo;
cursor: default;
}

#nav {
list-style: none;
z-index: 2;
border-right: 1px solid #fff;
height: 240px;
width: 150px;
}

#nav li a {
color: #fff;
font: normal 11px/24px verdana, arial, tahoma, sans-serif;
display: block;
width: 140px;
height: 24px;
border-bottom: 1px solid #fff;
background-color: #095A8F;
padding-left: 10px;
text-decoration: none;
}

#nav li a:hover {
background-color: #f90;
}

#menu {
z-index: 2;
padding:0;
margin:0;
width: 580px;
height: 130px;
color:#fff;
font: normal 11px/24px verdana, arial, tahoma, sans-serif;
white-space:nowrap;
}

#menu li {display: inline;}

#menu li a {
display: block;
padding: 0.2em 1em;
background:#095A8F;
color:#fff;
float:left;
text-decoration:none;
width: 120px;
height: 20px;
}

#menu li a:hover {
background-color: #f90;
}

#current a {
background-image: url("../images/bullet2.gif");
background-repeat: no-repeat;
background-position: 100% 100%;
}

#sidebar {
width: 132px;
background-color: #ccc;
float: left;
position: relative;
left: -4px;
margin-left: -147px;
border-top: 1px solid #fff;
font: normal 10px/18px verdana, arial, tahoma, sans-serif;
padding: 8px;
}

img {
border: none;
}

a img {
display: block;
margin-bottom: 20px;
border: 2px solid #fff;
}

a:hover img {
border: 2px solid #f90;
}

.floatright {
float:right;
margin-top:10px;
margin-right:10px;
margin-left: 20px;
margin-bottom:10px;
}

#content {
float: left;
width: 400px;
margin: 10px 0 0 10px;
}

#content a {
color: #000;
text-decoration: underline;
}

a:hover {
background-color: #f90; 
}

p {
margin-bottom: 20px;
}

p:first-line {
font-weight: bold;
}

p.italic {
font-style: italic;
}

.center {
text-align: center;
}

.red {
color: #ff0000;
font-weight: bold;
}

#footer {
clear: both;
height: 130px;
background-color: #095A8F;
width: 568px;
}