html
{
text-align:center;
margin:0px;
padding:0px;
}

body
{
/*background:#fff url('images/bg.gif') repeat-x;*/
text-align:center;
margin:0px;
padding:0px 0px 30px 0px;
}

#container
{
margin:auto;
width:900px;
text-align:left;
background:#fff;
}

#mast
{
height:80px;
padding:0px 0px 0px 0px;
/*background:#fff url('images/bg.gif') repeat-x;*/
}

#mast_l
{
width:400px;
float:left;
}

#mast_r
{
width:500px;
float:right;
}

#tag
{
font-size:12px;
}

#mast h1
{
margin:0px;
color:#3e3e3e;
font-size:2.5em;
padding:7px 0px 0px 5px;
font-style:italic;
}

#mast h3
{
color:#3e3e3e;
margin:0px 0px 0px 0px;
font-size:1.2em;
padding:0px 0px 0px 5px;
font-weight:normal;
font-style:italic;
border-top:1px solid #3e3e3e;
width:340px;
}

#nav
{
height:25px;
line-height:25px;
color:#fff;
font-size:16px;
padding:0px 0px 0px 10px;
background:url('images/top.gif');
border-bottom:1px solid #fff;
}

#body
{
background:#fff;
}

#body_l
{
width:250px;
float:left;
height: 1100px;
background:#5f751b;
}

#body_r
{
width:650px;
float:right;
position: relative;
}

.states
{
width: 50%;
float: left;
}
.clear
{
clear:both;
}

.pad
{
padding:5px;
}

#footer
{
color:#fff;
height:25px;
line-height:25px;
background:url('images/bottom.gif');
clear:both;
text-align:center;
font-size:14px;
border-top:1px solid #fff;
}

#footer a {
    color: white;
}

#body_l h4
{
margin:0px 0px 5px 0px;
border-bottom:1px dotted #fff;
color:#fff;
}

.gap
{
margin:15px 0px 0px 0px;
}

#nav a:link, #nav a:active, #nav a:visited
{
color:white;
}

#body_l a:link, #body_l a:active, #body_l a:visited
{
color:#fff;
}

#body_l a:hover
{
text-decoration:none;
}

#body_r h2
{
margin:0px 0px 10px 0px;
color:#3e3e3e;
border-bottom:1px dotted #3e3e3e;
}

#body_r .pad fieldset
{
width: 50%;
float:right;
}