html,body {
height: 100%;
}
body {
margin: 0 0 0 0;
}
a {
color: #BB2E25;
}
a:link {
color: #BB2E25;
}
a:visited {
color: #BB2E25;
}
a:active {
color: #BB2E25;
}
a:hover {
color: red;
}
div#header {
width: 800px;
height: 81px;
border: 1px solid black;
background: #BB2E25 url(/images/header.jpg);
background-repeat: no-repeat;
overflow: hidden;
}
div#menu {
color: #FFCC66;
height: 22px;
padding-left: 0px;
width: 800px;
background: #BB2E25;
border: 1px solid #3F3C51;
overflow:hidden;
font-weight: bold;
font-family: arial;
font-size: 10pt;
}
div#main {
width: 800px;
overflow: visible;
border: 1px solid #3F3C51;
background: url(/images/leftbar.jpg);
background-repeat: repeat-y;
}
div#maintop {
height: 80px;
width: 100%;
margin-top: 0px;
background: url(/images/globe4.jpg) top right;
background-repeat: no-repeat;
}
div#maintop div#title {
font-size: 14pt;
font-weight: bold;
margin-left: 20px;
margin-top: 20px;
}
#dis {
font-style: oblique;
color: #BB2E25;
}
div#content {
width: 640;
margin-left:130px;
padding-left: 30px;
padding-right: 30px;
}
div#content li{
width: 90%;
}
div#leftbar {
width: 130px;
float: left;
}
div#leftbar p {
list-style-type: none;
height: 22px;
margin-bottom: 0px;
margin-top: 0px;
border-bottom: 1px solid #3F3C51;
font-weight: bold;
font-size: 10pt;
font-family: arial;
}
div.sub {
display: none;
}
div#footer {
width: 800px;
margin-top: 3px;
padding: 0 0 0 0;
background: #BB2e25 url(/images/footer.jpg);
background-repeat: no-repeat;
clear: both;
}
dt a {
text-decoration: none;
color: black;
}
dt a:link {
text-decoration: none;
color: black;
}
dt a:active {
text-decoration: none;
color: black;
}
dt a:visited {
text-decoration: none;
color: black;
}
dt a:hover {
color: #BB2E25;
}
//Vertical Menu Links
div#leftbar li a {
color: #FFCC66;
text-decoration: none;
}
div#leftbar a:link {
color: #FFCC66;
text-decoration: none;
}
div#leftbar a:visited {
color: #FFCC66;
text-decoration: none;
}
div#leftbar a:active {
color: #FFCC66;
text-decoration: none;
}
div#leftbar a:hover {
color: yellow;
text-decoration: none;
}
//End Menu Links
//Horizontal Menu Links
div#menu a {
color: #FFCC66;
}
div#menu a:link {
color: #FFCC66;
text-decoration: none;
}
div#menu a:visited {
color: #FFCC66;
text-decoration: none;
}
div#menu a:active {
color: #FFCC66;
text-decoration: none;
}
div#menu a:hover {
color: #BB2E25;
text-decoration: none;
background: #FFCC66;
}
//links in a table
td a {
color: #BB2E25;
}
td a:link {
color: #BB2E25;
}
td a:visited {
color: #BB2E25;
}
td a:active {
color: #BB2E25;
}
td a:hover {
color: red;
}