
html, body{ 
 margin-top:0; 
 padding:0; 
 text-align:center; 
 background: url("bgmain.gif");
} 

#mainbody{ 
 padding-right: 80px;
 padding-left: 80px;
 text-align:center; 
 background: #ffffce url("bg5y.gif");
 background-repeat: repeat-y;
}

#mainbodyleft{ 
 padding-right: 30px;
 padding-left: 30px;
 text-align:left; 
}

#list{ 
 padding-right: 15%;
 padding-left: 15%;
 text-align:left; 
font-weight:700;
font-family: ARIAL;
}

#form{ 
 padding-right: 15%;
 padding-left: 15%;
 text-align:left; 
 font-weight:700;
 font-family: ARIAL;
}

#footer{ 
 padding-right: 0;
 padding-left: 0;
 text-align:lcenter; 
font-weight:500;
font-family: ARIAL;
font-size: 65%
}


#bold{ 
font: bold 20px/1.2em ARIAL;
color: #000000;
}

#boldtimes{ 
font: bold 35px/1.2em TIMES NEW ROMAN;
color: #000000;
}

mainbodybottom{ 
 margin-top:0; 
 padding:0; 
 height:100px; 
 width:100%; 
 text-align:center; 
 border:1px solid #333;
 background: url("bgmain.gif");
 background-repeat: repeat-y;
} 
 
h1 {
font: bold 45px/1.2em BROADWAY;
color: RED;
line-height: 100%;
}

h2 {
font: bold 35px/1.2em BROADWAY;
color: RED;
line-height: 70%;
}

h3 {
font: bold 20px/1.6em ARIAL;
color: #000000;
line-height: 100%;
}

h4 {
font: bold 25px BROADWAY;
color: RED;
line-height: 100%;
}

h5 {
font: bold 20px/1.2em ARIAL;
color: RED;
line-height: 100%;
}

p.mainhead {
font: bold 20px/1.4em BROADWAY;
color: #000000;
line-height: 100%;
}

p.main {
font: bold 20px/1.2em ARIAL;
color: #000000;
line-height: 100%;
}

p.normal {
font: bold 15px ARIAL;
color: #000000;
line-height: 100%;
}

p.caption {
font: bold 22px/1.2em TIMES NEW ROMAN;
color: #000000;
line-height: 100%;
}


p.space {
color: #blue;
line-height: 140%;
}


p.headr {
color: #blue;
text-align: center;
}


#head1 {
font: bold 35px/1.2em BROADWAY;
color: YELLOW;
border-bottom: medium solid #000000;

}

#centeredmenu {
   float:left;
   width:100%;
   background:url(bgtabs.jpg) left top;
   border-bottom:0px solid #000;
   overflow:hidden;
   position:relative;
   FONT-FAMILY: ARIAL;
   FONT-WEIGHT: 900; 
   FONT-SIZE: 17px;

}
#centeredmenu ul {
   clear:left;
   float:left;
   list-style:none;
   margin:0;
   padding:0;
   position:relative;
   left:50%;
   text-align:center;

}
#centeredmenu ul li {
   display:block;
   float:left;
   list-style:none;
   margin:0;
   padding:0;
   position:relative;
   right:50%;
}
#centeredmenu ul li a {
   display:block;
   margin:3px 2px 0 2px;
   padding:2px 10px 2px 10px;
   background:blue;
   color:yellow;
   text-decoration:none;
   line-height:1.5em;
}
#centeredmenu ul li a:hover {
   background:green;
   color:red;
}
#centeredmenu ul li a.active{
   color:blue;
   background:yellow;
   font-weight:bold;
}

#centeredmenu ul li a.active:hover {
   color:red;
   background:green;
   font-weight:bold;
}
