body
{
background-color:#000;
margin:0px;
padding:0px;
font:normal 11px verdana,arial;
}
#header
{
width:900px;
height:125px;
text-align:left;
background-color:#FFF;
background-image:URL('../images/header.jpg');
border-left:1px #000 solid;
border-right:1px #000 solid;
}
#nav
{
width:900px;
height:34px;
background-image:URL('../images/navbg.png');
border:1px #000 solid;
}
#innernav
{
height:30px;
}
#holder
{
width:900px;
background-color:#FFF;
border-left:1px #000 solid;
border-right:1px #000 solid;
margin-top:-3px;
}
#footer
{
width:900px;
height:60px;
text-align:center;
background-color:#FFF;
border:1px #000 solid;
}
#leftarea
{
float:left;
width:125px;
text-align:left;
padding:20px 0px 0px 20px;
}
#centerarea
{
float:left;
text-align:left;
width:600px;
padding:20px 0px 0px 20px;
}
#rightarea
{
float:left;
text-align:left;
padding:0px 0px 0px 20px;
width:90px;
}
#clearfix
{
float:none;
}
#login
{
width:900px;
height:20px;
border-bottom:1px #000 solid;
background-color:#00F;
color:#FFF;
}
.login_input
{
width:100px;
height:12px;
font:normal 10px verdana,arial;
}
.login_button
{
width:40px;
height:16px;
border:1px #FFF solid;
background-color:#00F;
color:#FFF;
font:small-caps bold 10px verdana,arial;
margin-right:5px;
padding-bottom:5px;
cursor:pointer;
}
a.reglink:link
{
font:normal 11px verdana,arial;
color:#FFF;
}
#button
{
cursor:pointer;
float:left;
}
.leftcap
{
background-image:URL('../images/nav_left_cap.png');
width:8px;
height:30px;
float:left;
}
.rightcap
{
background-image:URL('../images/nav_right_cap.png');
width:8px;
height:30px;
float:left;
}
.middlecap
{
background-image:URL('../images/nav_over.png');
background-repeat:repeat-x;
width:100px;
height:30px;
float:left;
font:bold 14px verdana,arial;
color:#FFF;
padding-top:5px;
}

h2{
background-image:URL('../images/header_bg.png');
background-repeat: no-repeat;
margin:20px 0px 20px 0px;
font:bold 14px century gothic, bookman oldstyle, tahoma;
color:#6B4929;
padding-left:30px;
height:30px;
}
a:link
{
color:#856D6B;
text-decoration:underline;
}
a:visited
{
color:#856D6B;
text-decoration:underline;
}
a:hover
{
color:#C39C97;
text-decoration:underline;
}
a:active
{
color:#6C472C;
text-decoration:underline;
}
.formleft
{
text-align:right;
vertical-align:top;
font:bold 11px verdana,arial;
}
.webinput
{
border:1px #999 solid;
width:250px;
font:normal 11px verdana,arial;
}
.area51
{
border:1px #999 solid;
width:250px;
font:normal 11px verdana,arial;
height:200px;
}
.button
{
width:120px;
height:18px;
font:bold 11px verdana,arial;
color:#FFF;
background-image:URL(../images/bgtile.jpg);
border:1px #000 solid;
cursor:pointer;
text-align:center;
padding-top:3px;
}
.button_over
{
width:120px;
height:18px;
background-color:#FFF;
font:bold 11px verdana,arial;
color:#856D6B;
border:1px #856D6B solid;
cursor:pointer;
text-align:center;
padding-top:3px;
}
.green
{
font: bold 11px verdana,arial;
color: green;
}
.red
{
font: bold 11px verdana,arial;
color: red;
}
