/* CSS Document */
body {
	background-color:#666666;
}

a:link { color: #3300cc; text-decoration: none }
a:active { color: #3300cc; text-decoration: none }
a:visited { color: #3300cc; text-decoration: none }
a:hover { color: #660099; text-decoration: underline }
a.sect:link {color:black; text-decoration: none; font-weight:bold }
a.sect:active {color:black; text-decoration: none; font-weight:bold }
a.sect:visited {color:black; text-decoration: none; font-weight:bold }
a.sect:hover {color:black; text-decoration: none; font-weight:bold }

div.container {
position: relative;
margin: 0 auto;
width: 760px;
height:1220px;
}
div.header {
position: absolute;
top: 0px;
left: 0px;
width: 760px;
height: 100px;
background-image:url("../../images/MancoHeader.jpg");
}
div.body {
position:absolute;
top: 100px;
left: 150px;
width: 606px;
height: 1016px;
overflow:hidden;
font-family:"Arial Narrow", Arial Narrow, sans-serif;
font-size:16px;
background-color:#F6F6F6;
border-style:solid;
border-width: 2px;
border-color: #F6F6F6 #3366ff #F6F6F6 #F6F6F6;
}
div.footer{
position:absolute;
top:1120px;
left:0px;
width:760px;
height:100px;
background-image:url("../../images/Mancofooter.jpg");
}
div.nav
{
background: #0033CC;
position:absolute;
top:100px;
left:0px;
width:150px;
height:1020px;
font-family:Arial Narrow, Arial, sans-serif;
font-size: 15px;
text-align:left;
list-style-type:none;
}
div.innerbody{
position:absolute;
top:5px;
width:596px;
left:5px;
height:1006px;
}
dl, dd{
margin: 0;
list-style-type:none;
text-align:left;
}
#menu {
position:relative;
top:0px;
left:0px;
text-align:left;
list-style-type: none;
width:150px;
margin:0;
}
dl#menu {
text-align:left;
list-style-type: none;
width: 150px;
margin:0;
}
dl#menu dt {
text-align:left;
list-style-type: none;
width: 150px;
margin:0;
}
dl#menu dd {
width: 150px;
text-align:left;
background-color:#3366FF;
list-style-type: none;
border: 1px solid gray;
margin:0;
}
dl#menu li {
display: block;
text-align:left;
list-style-type: none;
margin: 0;
}
dl#menu li a
{ 
color:#e1e1e1;
text-decoration: none;
display: block;
border: none;
height: 100%;
margin:0;
text-align:left;
list-style-type: none;
}
dl#menu dt a {
display: block;
width: 100%;
padding: 0.1em 0.1em 0.1em 0.1em;
border-width: 1px;
border-color: #ccccff #ccccff #666699 #666699;
border-style: solid;
color:#FFFFFF;
text-decoration: none;
background: #6699ff;
margin:0;
text-align:left;
list-style-type: none;
}
dl#menu li a:hover
{
background:#0033CC;
text-align:left;
list-style-type: none;
color:yellow;
border-color: #666699 #666699 #ccccff #ccccff;
margin:0;
}
dl#menu dt a:hover
{
background: #66ccff;
color:#990000;
text-align:left;
list-style-type: none;
border-width: 1px;
border-color: #ffffff #ffffff #6699ff #6699ff;
border-style: solid;
margin:0;
}