/* CSS Document */

body{
font-family:georgia;
}

#wrapper{
width:920px;
margin:auto;
font-size:11pt;
height: auto;
}

#nav{
position:absolute;
color: #0000000;
}

#nav ul .item{
display:none;
}

#nav ul:hover .item{
display:block;
background:#18318b;
padding-left: 0px;}

#nav ul:hover .item a{
color:#ffffff;
text-decoration:none;
}

#nav ul:hover .item a:hover{
color:#999999;
}

#nav ul{
width:auto;
float:left;
margin:0px;
padding:2px;
background:#ffffff;
list-style:none;
border: 1px solid black;
}

.clear{
clear:both;
height:10px;
}

.other a{
text-decoration: none;
color: black;
}

.other a:hover{
color:#18318b;
}

#main{
padding-top: 40px;
}

#banner{
border-bottom: 2px solid black;
margin: auto;
background-color: #18318b;
}

.link{
border: none;
}



