
/*MAEC Website CSS Specs*/

/*Make all links maroon.  */

a:link {color: maroon; text-decoration: none; font-weight: bold;}
a:visited {color: maroon; text-decoration: none; font-weight: bold;}
a:active {color: maroon;  text-decoration: none; font-weight: bold;}
a:hover {color: #000080;  text-decoration: none; font-weight: bold;}

body
{
background: #666699;
font-family: times;
text-align: center;
}

#container
{
background: white;
z-index:100;
width: 749px;
margin: 0 auto;
text-align: left;
}

ul, li 
{
margin: 0;
padding: 0;
}


#menu
{
font-family: arial;
font-size: 65%;
width: 749px;
position: absolute;
top: 130px;
z-index:100;
padding: 0px;
margin: 0px;
}

#menu ul 
{
float: left;
text-align: left;
margin: 0;
padding: 0;
list-style-type: none;
}

#menu li 
{
float: left;
width: 107px;
cursor: pointer;
text-align: center;
font-weight: bold;
color: white;
background: black;
border: 0;
margin: 0;
line-height:200%;
padding: 0;
list-style-type: none;
}

#menu li a
{
color: white;
text-decoration: none;
display: block;
}

#menu li a:hover
{
background-color: maroon;
}

#content
{
width: 749px;
position: absolute;
top: 165px;
font-family: times;
font-size: 100%;
background: white;
padding: 0px;
height: auto;
}

#address
{
width: 749px;
font-family: times;
font-size: 70%;
background: white;
text-align: center;
}
