body { 
font-family: Georgia; 
line-height: 1.4;
font-size: 12px;
background: #0054A6;
margin: 0;
padding: 0;
}

a { color: #000099; text-decoration: none;}
a:hover { text-decoration: underline; }
h1 { margin: 0; padding: 0; }
h2 { margin: 0; padding: 0; }

#wrap { 
width: 800px;
margin: 20px auto;
}

#top {
background: #83dbfF no-repeat;
padding: 10px 0;
}

#header {
height: 130px;
background: #83DBFF  url(images/web_banner.png)no-repeat;
}
#header h1 {
margin: 0;
padding: 35px 0 0 30px;
font-weight: 100;
font-size: 26px;
letter-spacing: -2px;
color: #454B6F;
}
#header h1 a { text-decoration: none; color: #454B6F; }
#header h1 a:hover { text-decoration: none; border-bottom: 1px solid #454B6F; }

#header h2 { font-size: 16px; padding: 0 0 0 30px; margin: 0; color: #232323; font-weight: 100; }

#menu {
background: #84DBFF url(images/menu.jpg) no-repeat;
height: 30px;
line-height: 30px;
}

#menu ul {
list-style-type: none;
margin: 0;
padding-left: 20px;
}
#menu ul li {
display: block;
float: left;
}
#menu ul li a {
display: block;
padding: 0 10px 0 10px;
text-decoration: none;
color: #323232;
font-size: 12px;
font-weight: 600;
}
#menu ul li a:hover {
color: #fff;
background: url(images/menuover.png) repeat-x;
}

#contentwrap {
background: #84DBFF url(images/content.jpg) repeat-y;
padding: 0 30px;
}

#content {
float: right;
width: 520px;
margin-top: 10px;
}
#content h2 {
margin: 0;
color: #23318F;
line-height: 30px;
font-size: 20px;
font-weight: 100;
}

#content h4 {
margin: 0;
color: #23318F;
line-height: 30px;
font-size: 16px;
font-weight: 100;
}
#content p { padding: 0 0 10px 0; color: #232323;}
#content ul { padding: 0 20px 10px 30px; }

#sidebar {
float: left;
width: 200px;
background: #eee;
border: 1px solid #C0C0C0;
margin: 10px 0 20px 0;
}

#sidebar h3 {
height: 40px;
line-height: 40px;
font-weight: 600;
font-size: 12px;
margin: 0; padding: 0 0 0 10px; 
color: #313131;
}

#sidebar p { padding: 0 10px 10px 10px; color: #232323; }

#sidebar ul {
padding: 10px 0 25px 30px;
margin: 0;
color: #23318F;
}

#sidebar ul li {
padding: 0;
margin: 0;
}

#sidebar ul ul { padding: 2px 0 2px 20px; }

#footer { 
text-align: center;
background: #84DBFF url(images/footer.jpg) no-repeat;
height: 50px;
line-height: 50px;
color: #313131;
font-size: 12px;
}
#footer p { padding: 0; margin: 0; }
#footer a { color: #313131; }
#footer a:hover { text-decoration: underline; }
