body {
margin: 0;
}

#header {
background: #105FB0 url('images/header.png');
height: 40px;
padding: 10px 15px;
}

#header h1 {
margin: 0;
font-family: 'Trebuchet Ms', sans-serif;
font-weight: normal;
}

#header h1 a {
text-decoration: none;
color: #fff;
}

#menubar ul {
padding-left: 0;
margin: 0;
background-color: #efefef;
color: #333333;
float: left;
width: 100%;
font-family: Verdana, sans-serif;
font-size: 0.8em;
}

#menubar ul li {
display: inline;
}

#menubar ul li a {
margin-left: 10px;
padding: 0.2em 1em 0.4em;
background-color: #dfdfdf;
color: #333333;
text-decoration: none;
float: left;
}

#menubar ul li a:hover, #menubar ul li a.selected {
background-color: #5d8ebe;
color: #fff;
}

#leftframe {
float: left;
width: 50%;
}

#rightframe {
margin-left: 51%;
}

#content {
margin: 40px 20px 0;
font-family: Verdana, sans-serif;
font-size: 13px;
line-height: 140%;
}

#content h2 {
padding: 2px 5px;
background-color: #efefef;
color: #666;
border-bottom: 1px solid #aaa;
font-size: 1em;
margin: 0px 0px 10px;
}

#content h2 a {
color: #666;
text-decoration: none;
}

#content h2 a:hover {
text-decoration: underline;
}

#content h3 {
font-size: 1em;
border-bottom: 1px solid #666;
}

#content table {
margin-top: 2px;
border-collapse: collapse;
border-color: #aaa;
}

#content thead tr {
background-color: #E0E0E0;
text-align: center;
font-weight: bold;
}

#content td {
font-family: Verdana, sans-serif;
padding: 4px;
border-color: #AAAAAA;
}

#content blockquote {
margin-left: 20px;
}

#content .notice {
background-color: #efefef;
padding: 5px;
border: 1px solid #999999;
color: #666666;
}