@charset "UTF-8";
/* CSS Document */

/* ***************** Basic Page Settings ****************** */
body {  background-color: #000022; 
/*background-image: url(images/pagebarbackground.jpg); */
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;  
margin: 0;
} 

A:link
{ text-decoration: none; color: #330066;}
A:visited
{ text-decoration: none; color: #003399;}
A:active
{ text-decoration: none; color: #003399;}
A:hover
{ text-decoration: none; color: #003399;}

div {align: center; text-align: left; font-size: 12px;}

h1 {font-size: 14px; text-decoration: underline; color: #000033;}

img {border: 0px;}


/* ***************** Picture (Main) Menu ****************** */

#mainmenu {height: 100%; width: 900px;}
.mainmenu {width: 900px; border: 0; background-color:#f6e4af; 
cursor:pointer;}
.mainmenu td { float:left; padding-left:0px; width: 178px; height: 115px; 
cursor:pointer;}

/* ***************** Basic Page Areas ****************** */

#main {
background-color: #ffffff;
background-image: url(images/sidebarbackground.png); 
width: 900px;
height: 100%;
border-left: 1px solid #666666;
border-right: 1px solid #666666;
}

#head {background-color: #ffffff; height: 100px;}

#crumbs {height: 15px; width: 720px; position: left; padding-left: 180px; color: #ffffff;}
.crumbs {width: 720px; background-color: #000033; border: 0;}

#body {width:900px;}

#left {background-color: none; width: 175px; height: 100%;}

#content {position: relative; left: 210px; top: 20px; width: 675px; height:100%;}

#footer {height: 20px; width: 900px; background-color: #e4cc84; color: #000000; text-align: right;}

.moduletable {
padding-left:7px;
border-bottom: 1px solid #e4cc84;
}

/* ***************** Left Menu ****************** */

#leftmenu {position: absolute; top: 263px; width: 167px;  }
.leftmenu ul {border-bottom: 1px solid #e4cc84; border-top: 1px solid #e4cc84;}

.leftnormal {
cursor:pointer;
display: block;
padding: 5px 0px 5px 0.5em;
border-bottom: 1px solid #e4cc84;
border-top: 1px solid #e4cc84;
border-left: 7px solid #e4cc84;
background-color: #f6e4af;
background: url(images/left.jpg) repeat;
width: 100%;
}

.lefthover {
cursor:pointer;
display: block;
padding: 5px 0px 5px 0.5em;
border-bottom: 1px solid #1c64d1;
border-top: 1px solid #1c64d1;
border-left: 7px solid #1c64d1;               
background-color: #003366;
background: url(images/left_hover.gif) repeat;
color: #ffffff;
width: 100%;
}

/* ***************** Drop Down Menu ****************** */
* {padding:0; margin:0}

#dropdownmenu {float:left; padding-left:180px}
.dropdown {float:left; padding-left:0px}
.dropdown dt {display: block; width:164px; border:0px solid #e4cc84; padding:8px; font-weight:bold; text-align:center; cursor:pointer; background:url(images/header.gif)}
.dropdown dt:hover {background:url(images/header_over.gif)}
.dropdown dd {position:absolute; overflow:hidden; width:178px; display:none; background:#fff; z-index:200; opacity:0}
.dropdown ul {width:179px; border:0px solid #e4cc84; list-style:none; border-top:none}
.dropdown li {display:inline}
.dropdown a, .dropdown a:active, .dropdown a:visited {display:block; padding:5px; text-decoration:none; background:#f6e4af; width:194px; border-left:7px solid #e4cc84;}
.dropdown a:hover {background:#e4cc84; color:#000}
.dropdown .underline {border-bottom:1px solid #e4cc84}
