* {
margin: 0;
}


a:link {color: #75B22D; text-decoration: underline; font-weight:700;}
a:active {color: #75B22D; text-decoration: underline; }
a:visited {color: #75B22D; text-decoration: underline; }
a:hover {color: #75B22D; text-decoration: none; }

p {text-align-left;}

.curvetop  {  /* The image for the curves at the top of the white page */
height:20px;
width:800px;
overflow:hidden;
margin: 0 auto;
margin-top:20px;
}

.main  {  /* Where the menu divs, text divs, & image divs sit */
width:800px;
background-color:#ffffff;
height:100%;
margin: 0 auto;
}

.top  {
width:800px;
background-color:#FFFFFF;
margin:0 auto;
}

.menu  {  /* The navigation menu */
width:130px;
float:left;

}

.content  {
float:left;
background-color:#ffffff;
width:450px;
padding:0;
margin:0;
}

.content2  {
float:left;
background-color:#ffffff;
width:630px;
padding:0;
margin:0;
}

.rightcol  {
float:right;
width:180px;
background-color:#FFFFFF;
padding:0;
margin:0;
text-align:left;
}

.clear  {  /* Makes the menu push the bottom of the page down */
clear:both;
}

  #basebox    {
    width: 100%;
    height: 150px;
    background: url('nav/grass.png');
    background-repeat:repeat-x bottom;
    padding-bottom: 0;
    position: fixed;
    bottom: 0;
    left: 0;
    margin: 0 auto 0 auto;
	overflow:hidden;
    }
	
	#christmas #basebox {
	background: url('nav/snow.png');
	}

.bodytext  {
color:#333333;
font-size:13px;
text-align:left;
padding-top:12px;

}
	
#navlist, ul  {
text-align:left;
list-style-type:none;
padding:0;
margin:0;
margin-left:15px;
}

a.navlist:link  {
text-decoration:none;
font-weight:100;
color:#000000;
}

a.navlist:hover  {
color:#75B22D;
font-weight:700;
}

li  {
padding-top:7px;
}

h1, .big {
font-family:sans-serif;
   font-size:20px;
   font-weight:bold;
   text-align:left;
   color:#75B22D;
   padding-top:6px;
}

.copyright  {
font-family:Arial;
color:#FFFFFF;
font-size:10px;
font-weight:700;
}

.left  {
float:left;
}

   a[href$='.pdf'] { 
    padding: 5px 0 5px 30px;
    background:transparent url(pdf.jpg) no-repeat center left;
}

#xmas, #xmas a:linl, #xmas a:visited {
color:#CC0000;
}

#christmas h4 {
color:#990000;
margin-top:10px;
font-size:20px;
}

#christmas .main {
height:1900px;
}

#christmas {

}

#christmas .content {
width:500px;
}