body {
background: url(../images/body_bg.jpg);
font-family: Verdana, Arial, Helvetica, sans-serif;
width: 798px;
margin-top: 20px;
margin-left: auto;
margin-right: auto;
}
#main {
background-color: #FFFFFF;
color: #000000;
text-align: left;
border: 1px #333333 solid;
}
#sidebar {
background-color: #EFEFEF;
color: #000000;
padding-left: 10px;
padding-top: 15px;
padding-right: 10px;
padding-bottom: 15px;
border-left: 1px #CCCCCC solid;
vertical-align: top;
text-align: justify;
}
#content {
padding-left: 10px;
padding-top: 15px;
padding-right: 10px;
padding-bottom: 15px;
vertical-align: top;
text-align: justify;
}
#footer {
padding: 5px;
text-align: center;
font-size: 8px;
}
#nav {
background: url(../images/nav-bg.jpg) bottom repeat-x;
margin: 0px;
list-style-type: none;
height: 30px;
}
#footer {
text-align: center;
font-size: 9px;
color: #FFFFFF;
background-color: transparent;
}
.heading {
font-weight: bold;
text-decoration: underline;
font-size: 16px;
}
.sheading {
font-weight: bold;
text-decoration: underline;
font-size: 12px;
}
.menu {
color: #FFFFFF;
background-color: #000000;
font-size: 12px;
font-weight: bold;
}
.body {
font-size: 12px;
}
.foot {
font-size: 10px;
border-top: 1px #EFEFEF solid;
text-align: right;
}
p {
margin-top: 10px;
margin-bottom: 10px;
}
a {
color: #191970;
background-color: transparent;
}
a:link menu {
}
a:link {
text-decoration: none;
}
a:visited {
text-decoration: none;
}
a:hover {
text-decoration: underline;
}
a:active {
text-decoration: none;
}

a:link img {
border: 1px solid #515058;
text-decoration: none;
}
a:visited img {
border: 1px solid #515058;
text-decoration: none;
}
a:hover img {
border: 1px solid #717076;
text-decoration: none;
}
a:active img {
border: 1px solid #515058;
text-decoration: none;
}