/* CSS Document */

body 
{ 
background-color:#ffffff;
font-size: 13px;
font-family: Verdana, Arial, Helvetica, Sans-Serif;
color:#ffffff;
}

a:link, a:visited, a:hover, a:active
{
display: block;
font-family: Verdana, Arial, Helvetica, Sans-Serif;
font-size: 14px;
font-weight: bold;   
color:#FFFF99;
text-decoration: none;
text-align: left;
}
#external a:link {color:#ffff99}
#external a:hover {color:red}
#external a:active{color:#ffff99}
#external a:visited  {color:#ffff99}
/*{
display: block;
font-family: Verdana, Arial, Helvetica, Sans-Serif;
font-size: 14px;
font-weight: bold;   
color:#FFFF99;
text-decoration: none;
text-align: left;
}*/

/*a:hover
{  
color: #cd0000;
}
*/
#header
{
background:black;
width:742px;
margin-left: auto;
margin-right: auto;
}

#center
{
width: 742px;
height:auto;
margin-left: auto;
margin-right: auto;
}

#logo
{
height:110px; /****adjusts space between top of page and bottom of logo*****/
background:  url('images/Logo.png') no-repeat center;
padding: 0px;
margin: 0px;
}

#top 
{
background: url('images/top.png') top center no-repeat; 
margin-left: auto;
margin-right: auto;
margin: 0px;
height: 29px;
}


/************* Main Content and Left Side Menu*********************************************************************************/
#maincontent 
{
padding: 0px;
margin: 0px 10px 0px 10px;
height:400px;
}
#middle
{
background:  url('images/middle.png'); 
}

h1 
{
font-size:20px;
font-weight: bold;
color:#FFFF99;
}

h2 
{
font-size:18px;
font-weight: bold;
color:#FFFF99;
}

#tab
{
margin:0px 5px 0px 50px;
}


#left
{
float: left;
width: 150px;
height:600px; /****adjusts the height of the left side menu - needed to balance right side******/
}


.menu ul
{
list-style:none;
}

.menu li, a:link, .menu a:visited, .menu a:hover, .menu a:active
{
display: block;
font-family: Verdana, Arial, Helvetica, Sans-Serif;
font-size: 14px;
font-weight: bold;   
color:#FFFF99;
text-decoration: none;
text-align: left;
}

.menu a:hover
{  
color: #cd0000;
}

/****************Bottom******************************************************************************/
#footer
{
background: url('images/bottom.png') bottom center no-repeat; 
height: 50px;
}
/**
#bottom
{
height:65px;
background: url('') bottom center no-repeat; 
}
**/





/* CSS Document */


