body {
background: #336699;
font-size: 10px;
color: #000000;
font-family: verdana, tahoma, sans-serif, arial, serif;
padding: 10px;
margin: 0px;
}

a:link {
color: #000099;
}
a:active {
color: #000099;
}
a:visited {
color: #000099;
}
a:hover {
color: #000099;
}

#layout {
position: relative;
width: 750px;
padding: 0px;
margin: 0 auto;
}

#header {
position: absolute;
width: 100%;
top: 0px;
left: 0px;
height: 60px;
background: #ffffff;
padding: 0px;
margin: 0px;
}

#header h1 {
font-size: 18px;
font-weight: bold;
color: #000099;
padding: 0px;
margin: 0px;
}

#header h2 {
font-size: 16px;
font-weight: bold;
color: #000099;
padding: 0px;
margin: 0px;
}

#header a:link {
color: #000099;
text-decoration: none;
}
#header a:active {
color: #000099;
text-decoration: none;
}
#header a:visited {
color: #000099;
text-decoration: none;
}
#header a:hover {
color: #000099;
text-decoration: none;
}

#topbar {
position: absolute;
top: 60px;
left: 0px;
width: 100%;
height: 10px;
background: #000099;
padding: 0px;
margin: 0px;
}

#container {
position: absolute;
width: 100%;
top: 70px;
left: 0px;
background: #d0eeff;
padding: 0px;
margin: 0px;
border-top: 10px solid #a0cdec;
}

#leftbar {
float: left;
top: 0px;
left: 0px;
width: 140px;
color: #000099;
line-height: 150%;
text-indent: 3px;
background: #d0eeff;
padding: 0px;
margin-bottom: 5px;
border-top: 10px solid #e0e0e0;
border-bottom: 10px solid #e0e0e0;
}

#leftbar a:link {
text-decoration: none;
}
#leftbar a:active {
text-decoration: none;
}
#leftbar a:visited {
text-decoration: none;
}
#leftbar a:hover {
text-decoration: none;
}

#leftbar h1 {
font-size: 10px;
font-weight: bold;
text-decoration: none;
background: #e0e0e0;
padding: 0px;
margin: 0px;
}

#leftbar h2 {
font-size: 10px;
font-weight: bold;
text-decoration: none;
background: #e0e0e0;
padding: 0px;
margin: 0px;
}

#leftbar ul {
font-weight: normal;
list-style-type: none;
padding: 0px;
margin: 0px
}

#leftbar li {
font-weight: normal;
list-style-type: none;
background: #d0eeff;
padding: 0px;
margin: 0px;
border-bottom: 2px solid #ffffff;
}

#home-key h1 {
font-size: 12px;
font-weight: bold;
text-indent: 0px;
text-align: center;
line-height: 100%;
text-decoration: none;
background: #a0cdec;
border-top: 2px solid #ffffff;
border-bottom: 2px solid #ffffff;
}

#rightbar {
float: right;
top: 0px;
right: 0px;
width: 140px;
text-align: center;
background: #ffffff;
padding: 0px;
margin: 0px;
border-bottom: 1px solid #6699cc;
}

#rightbar a:link {
text-decoration: none;
}
#rightbar a:active {
text-decoration: none;
}
#rightbar a:visited {
text-decoration: none;
}
#rightbar a:hover {
text-decoration: none;
}

#rightbar h1 {
font-size: 10px;
font-weight: bold;
text-decoration: none;
background: #e0e0e0;
padding: 0px;
margin: 0px;
}

#rightbar h2 {
font-size: 10px;
font-weight: bold;
text-decoration: none;
background: #e0e0e0;
padding: 0px;
margin: 0px;
}

#rightbar ul {
font-weight: normal;
list-style-type: none;
padding: 0px;
margin: 0px
}

#rightbar li {
font-weight: normal;
list-style-type: none;
background: #d0eeff;
padding: 0px;
margin: 0px;
border-bottom: 2px solid #ffffff;
}

#content {
position: relative;
background: #ffffff;
padding-top: 10px;
padding-right: 10px;
padding-bottom: 20px;
padding-left: 10px;
margin-right: 140px;
margin-left: 140px;
border-right: 1px solid #6699cc;
border-bottom: 1px solid #6699cc;
border-left: 1px solid #6699cc;
}

#content h1 {
font-size: 14px;
font-weight: bold;
color: #000080;
padding-top: 10px;
margin: 0px
}

#content h2 {
font-size: 12px;
font-weight: bold;
color: #000080;
padding-top: 10px;
margin: 0px
}

#nav {
clear: both;
background: #e0e0e0;
color: #000099;
font-weight: normal;
line-height: 200%;
padding: 0px;
margin-top: 20px;
}

#nav a:link {
color: #000099;
text-decoration: none;
}
#nav a:active {
color: #000099;
text-decoration: none;
}
#nav a:visited {
color: #000099;
text-decoration: none;
}
#nav a:hover {
color: #000099;
text-decoration: none;
}

#nav ul {
text-align: center;
text-decoration: none;
padding: 0px;
margin-left: 0px;
}

#nav li {
list-style-type: none;
padding-top: 0px;
padding-right: 0px;
padding-bottom: 0px;
padding-left: 0px;
margin: 5px;
display: inline;
}

#sitemap {
display: inline;
}

@media screen and (max-width: 500px) {
/* applies only if the screen is narrower than 500px */
body {
background: #ffffff;
padding: 0px;
}
img {
max-width: 100%;
height: auto;
}
#layout {
position: relative;
width: 100%;
}
#header {
position: static;
}
#leftbar {
border-top: 0px;
line-height: 175%;
border-bottom: 10px solid #e0e0e0;
}
#leftbar h1 {
font-size: 12px;
border-bottom: 8px solid #ffffff;
}
#leftbar li {
font-size: 12px;
border-bottom: 8px solid #ffffff;
}
#home-key h1 {
border-top: 8px solid #ffffff;
font-size: 13px;
border-bottom: 8px solid #ffffff;
}
#cards {
display: none;
}
#rightbar {
display: none;
}
#content {
position: relative;
margin-right: 0px;
}
#sitemap {
display: none;
}
}