@charset "UTF-8";
/* CSS Document */

html,body{
margin:0;
padding:0
}

body{
font-family: Georgia;
font-size:10px;
text-align: left;
}

h1{
text-transform:uppercase;
font-size:1.4em;
}

p{
font-size: 1.4em;
line-height:1.6em;
}

p#abhead{
font-size: 1.5em;
line-height:1.5em;
}


img.nobord:hover {
border-bottom: 0px;
}

a{
color: #666;
font-style:italic;
text-transform:uppercase;
text-decoration: none;
}

a:visited{
color: #ddd;
}

div#header{
height:80px;
line-height:80px;
margin-top:0px;
padding-left:10px;
background-image: url(./images/banner/web_banner_2_animate.gif);
background-position:center;
background-repeat:no-repeat;
color: #79B30B;
}

div#splash{
margin-top:20px;
}




div#item{
border-top:1px solid #000;
font-size: 1.4em;
line-height: 1.6em;;
margin-top:20px;
margin-bottom: 20px;
}

#item table{
text-align:left;


}

#item td{
padding-right:5px;
padding-top:5px;
border-spacing: 15px;
border-top: 1px dotted #000;
vertical-align:top;
}

#item img{
border:0;
}    
#item a:hover{
border:1;
}

#item th{
font-weight:100;
}   

div#container{text-align:left}
div#content p{line-height:1.4}

div#bottom{
text-align:left;
border-top:1px solid #000;
}

div#navigation{}

div#navigation h1{
font-size:1.4em;

}
#navcontainer{
margin: 0px;
padding: 0px;
}
ul{
font-size:1.4em;
list-style-type:none;
margin-left: 0px;
padding-left: 0px;

}
{
margin-left: 0px;
padding-left: 0px;

}


div#container{width:940px;margin:0 auto}



div#extra{
float:left;
width:240px;
}

div#navigation{float:right;width:240px}
div#footer{
border-top:1px solid #000;
margin-top:10px;
padding-top:10px;
margin-bottom:20px;
clear:both;
width:940px;
}






</style>