/* CSS Document */

* { padding:0; margin:0; } 

a {
text-decoration: none;
white-space: nowrap;
color:#2ba81a;
}

a:hover 
{
color:#cc9999;
}


body {
background-image: 
url();
background-repeat: no-repeat;
margin:  0  auto;
}

.bodycontainer 
{
background-image: 
url(pics/body.jpg);
   background-repeat: repeat x;
width: 770px;
margin:  0  auto;
border: 0px solid #eaeaea;
}


.header
{
background-image: 
url(pics/body_swirl.jpg);
background-repeat: no-repeat;
width: 770px;
height: 200px;
float: left;
display: inline;
}





.left
{
margin-top:20px;
margin-left:0px;
margin-bottom:20px;
text-align: left;
float: left;
width: 770px;
padding: 0;
display: inline;
  border: 0px solid #eeeeee;
}




* html a:hover
{
visibility:visible
}

.cssnav a:hover img
{
visibility:hidden
}




h1 {
	font-size: 220%;
		font-family: Lucida Grande, arial, verdana, sans-serif;
	font-weight: normal;
	color:#999999;
	line-height: 38px;
letter-spacing : -1px;
}

h2 {
	font-size: 120%;
		font-family: Lucida Grande, arial, verdana, sans-serif;
	font-weight: normal;
	color:#333333;
		line-height: 29px;
letter-spacing : -1px;
}

h3 {
	font-size: 120%;
		font-family: Lucida Grande, arial, verdana, sans-serif;
	font-weight: normal;
	color:#999999;
	line-height: 25px;
letter-spacing : -1px;
}

h4 {
	font-size: 100%;
		font-family: Lucida Grande, arial, verdana, sans-serif;
	font-weight: normal;
	color:#333333;
	line-height: 16px;
letter-spacing : -1px;
}

h5, h6 {
	font-family: Lucida Grande, arial, verdana, sans-serif;
	font-weight: normal;
	color: #000;
	line-height: 19px;
	
}



p {
	font: 11px/1.5em Lucida Grande, arial, verdana, sans-serif;
	font-weight: normal;
}



#navcontainer a:link, #navlist a:visited
{
color: #fff;
text-decoration: none;
}

#navcontainer a:hover
{


color: #333;
}

#active a:link, #active a:visited, #active a:hover
{

background-color:#f4fcec;
color: #333;
}




.bodycontainer .header .left li {
	list-style-position: outside;
	list-style-type: square;
}

