* {
margin: 0;
padding: 0;
}

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

a {
color: #fff;
}

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

i {
font-style: italic;
}

b strong {
font-weight: bold;
}

#header {
width: 580px;
height: 240px;
background: #4185C2 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;
}

h1 {
width: 140px;
height: 30px;
background-color: #4185C2;
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: #4185C2;
float: left;
font: bold 16px/30px arial, verdana, tahoma, sans-serif;
padding-left: 10px;
color: #fff;
margin-top: 1px;
cursor: default;
}

h3 {
width: 419px;
height: 16px;
text-align: justify;
float: left;
font: bold 11px/18px arial, verdana, tahoma, sans-serif;
color: #000;
}

#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;
background-color: #4185C2;
padding-left: 10px;
text-decoration: none;
}

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

#menu {
z-index: 2;
padding:0;
margin:0;
width: 580px;
height: 96px;
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:#4185C2;
color:#fff;
float:left;
text-decoration:none;
width: 120px;
height: 20px;
}

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

#current a {
background-image: url("../images/bullet.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;
font-weight: bold;
text-decoration: underline;
}

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

p {
margin-bottom: 20px;
}

p.italic {
font-style: italic;
}

.center {
text-align: center;
}

.centersm {
text-align: center;
margin-bottom: 5px;
}

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

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

#partner {
clear: both;
height: 140px;
color: #fff;
background-color: #4185C2;
width: 568px;
}

#partner a:hover visited {
color: #fff;
background-color: #f90;
text-decoration:underline;
}