@import url("administrator.css");
@import url("subnav.css");

html, body {
width: 100%;
height: 100%;
}

body {
margin: 0px;
font-family: "Lucida Grande", "verdana", "lucida", "sans-serif";
font-size: 12px;
}

div.topbar {
background-color: #CCEEFF;
height: 90px;
border-bottom: 10px solid #CC6600;
}

img.mainlogo {
position: absolute;
}

img {
border: 0px;
}

div.toptext {
position: absolute;
font-family: "Lucida Grande", "Lucida Sans Unicode", "verdana", "lucida", "sans-serif";
font-size: 26px;
margin: 10px 0px 0px 135px;
}

ul.navlist {
position: absolute;
margin: 50px 0px 0px 135px;
padding: 0px;
list-style: none;
border-left: 1px solid #000000;
}

ul.navlist li {
float: left;
}

ul.navlist li a, ul.navlist li a:active, ul.navlist li a:visited {
display: block;
width: 80px;
height: 20px;
border: 1px solid #000000;
border-left: none;
color: #000000;
text-decoration: none;
text-align: center;
font-family: "Lucida Grande", "Lucida Sans Unicode", "verdana", "lucida", "sans-serif";
font-size: 12px;
line-height: 20px;
}

ul.navlist li a:hover {
background-color: #F5D7B4;
color: #993300;
}

ul.navlist li a.active, ul.navlist li a.active:active, ul.navlist li a.active:visited, ul.navlist li a.active:hover {
background-color: #CC6600;
color: #FFFFFF;
}

div.left_column {
position: relative;
float: left;
width: 50%;
left: 30px;
margin: 10px 10px 10px 0px;
}

div.right_column {
position: relative;
float: left;
width: 40%;
left: 40px;
margin: 10px 10px 10px 0px;
}

div.one_column {
margin: 10px 40px 0px 40px;
overflow: hidden;
}

h2 {
border-bottom: 2px solid #C60;
color: #000;
font-size: 18px;
margin: 0px 0px 10px 0px;
}

a:link, a:visited, a:active, a:hover {
color: #0000FF;
text-decoration: none;
}

.footer
{
font-size: 11px;
text-align: center;
text-transform: inherit;
margin: 50px 0px 20px 0px;
clear: both;
}

