/* CSS Document */
body{
font-family:Arial, Helvetica, sans-serif;
}
.leftcol a{text-decoration:none;
color:#FFFFFF}
.wrapper{
width:760px;
}
.rightcol a{text-decoration:none;
color:#108F43}
.footer a{text-decoration:none;
color:#220E6B}
.wrapper{
width:760px;
}
.header{
width:100%;
height:60px;
text-align:left;
}
.logo{
background-image:url(images/logo.gif);
width:195px;
height:55px;
margin-left:10px;
}
.search{
width:760px;
height:33px;
background-color:#108F43;
border-top:solid thin #73BA24;
padding-top:5px;
}
.content{
width:100%;
margin-top:10px;
display:table-cell;}
.leftcol{
width:230px;
float:left;}
.nav_head{
width:229px;
height:11px;
background-image:url(images/navhead.gif);
}
.nav_body{
width:229px;
background-color:#73BA24
}
.nav_foot{
width:229px;
height:11px;
background-image:url(images/navfoot.gif);
}
.rightcol{
width:530px;
float:right;}
.footer{
width:758px;
height:46px;
background-image:url(images/footer.gif);
}
.text{
width:95%;
}
