body {
margin: 0;
color: black;
background-color: white;
font: 12px "Lucida Sans Unicode", verdana, sans-serif;
}

a {
color: #006597;
text-decoration: underline;
}

a:hover {
color: #83BED0;
}

p {
margin: 12px 0;
}

h2 {
margin: 0;
font-size: 22px;
font-weight: normal;
}

h3 {
color: #FF9000;
font-size: 16px;
font-weight: normal;
margin: 0;
border-bottom: 1px dotted;
}

#top {
height: 100px;
background: url(images/topbg.gif) repeat-x;
}

#top h1 {
margin: 0;
height: 100%;
width: 400px;
text-indent: -9999px;
background: url(images/logo.gif) no-repeat;
}

#top h1 a {
display: block;
width: 100%;
height: 100%;
text-decoration: none;
}

#menu1, #menu2 {
width: 159px;
}

#menu1 {
float: left;
padding-left: 5px;
}

#menu2 {
float: right;
padding-right: 5px;
}

#menu1 ul, #menu2 ul {
list-style-type: none;
padding: 0;
margin: 0 0 15px 2px;
}

#menu1 li, #menu2 li {
padding: 2px 0 2px 13px;
background: url(images/bullet.gif) no-repeat 0 50%;
}

#menu1 li a, #menu2 li a {
text-decoration: none;
}

#menu1 li a:hover, #menu2 li a:hover {
text-decoration: underline;
}

#content {
margin: 0 175px;
}

#bottom {
clear: both;
padding: 3px;
color: #606060;
text-align: center;
border-top: 1px solid #B0B0B0;
background-color: #E0E0E0;
}

* html #bottom {
position: relative;
bottom: -16px;
}