/* CSS Document */

body 
{ 
background-color:#ffffff;
font-size: 13px;
font-family: Verdana, Arial, Helvetica, Sans-Serif;
color:#ffffff;
}

a 
{ 
color:#FFFF99;
text-decoration: none;
}
a:visited 
{ 
color:#FFFF99;
text-decoration: none;
}
a:hover 
{ 
color: #cd0000;
text-decoration: none;
}
a:active 
{ 
color:#FFFF99;
text-decoration: none;
}



#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:100%;
}

#middle
{
background:  url('images/middle.png');
height: 100%; 
}

#r
{
font-size:20px;
font-weight: bold;
color:#FFFF99;
}

#r1
{
font-size:20px;
font-weight: bold;
color:#FFFF99;
}

#r2
{
font-size:20px;
font-weight: bold;
color:#FFFF99;
}


#k
{
font-size:14px;
font-weight: bold;
color:#FF3333;
}

#q
{
font-size:16px;
font-weight: bold;
color:#FFFFFF;
}

#s
{
font-size:16px;
font-weight: bold;
color:#FFFF99;
}

#s2
{
font-size:16px;
font-weight: bold;
color:#FFFF99;
}

#t
{
font-size:14px;
font-weight: bold;
color:#FFFFFF;
}

#t1
{
font-size:14px;
font-weight: bold;
color:#FFFFFF;
}

#t2
{
font-size:14px;
font-weight: bold;
color:#FFFFFF;
}

#t3
{
font-size:14px;
font-weight: bold;
color:#FFFFFF;
}

#t4
{
font-size:14px;
font-weight: bold;
color:#FFFFFF;
}

#t5
{
font-size:14px;
font-weight: bold;
color:#FFFFFF;
}

#p
{
font-size:13px;
font-weight: bold;
color:#FFFFFF;
}

#u
{
font-size:12px;
font-weight: bold;
color:#669900;
/*align: center;*/
}


#tab
{
margin:0px 5px 0px 50px;
}


#left
{
float: left;
width: 150px;
height: 1150px; /*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 
{
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:30px;
}
/**
#bottom
{
height:65px;
background: url('images/LogoLBCCClean.png') bottom center no-repeat; 
}
**/
/* CSS Document */