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

/* ---------- RESET CSS ----------------- */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {  
	    margin:0; 
	    padding:0; 
	} 
	table { 
	    border-collapse:collapse; 
	    border-spacing:0; 
	} 
	fieldset,img {  
	    border:0; 
	} 
	address,caption,cite,code,dfn,em,strong,th,var { 
	    font-style:normal; 
	    font-weight:normal; 
	} 
	ol,ul { 
	    list-style:none; 
	} 
	caption,th { 
	    text-align:left; 
	} 
	h1,h2,h3,h4,h5,h6 { 
	    font-size:100%; 
	    font-weight:normal; 
	} 
	q:before,q:after { 
	    content:''; 
	} 
	abbr,acronym { border:0; 
	}
	
	/* START Alsett Clearing method */
	.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	}
	.clearfix {display: inline-block;}
	* html .clearfix {height: 1%}
	.clearfix {display: block;}
	/* END Alsett Clearing method */
/* ---------- RESET CSS ----------------- */

body {font-family:Arial, Geneva, sans-serif;
		color:#231f20;
		font-size:13px;
		background-color:#e4f3d9;
		margin-left:auto;
		margin-right:auto;
		background-image:url(mainBGtopRepeat.gif);
		background-repeat:repeat-x;
		}
		
a:link {color:#000000;
		text-decoration:none;
		border-bottom:1px dotted #7ac142;
				   }
a:visited {color:#666666;
		   text-decoration:none;
		   
					  }
a:hover {color:#7ac142;
		text-decoration:none;
		border-bottom:1px dotted #7ac142;
					}
a:active {color:#000000;
		 text-decoration:none;
					}
				
#mainHolder {width:836px;
			margin-left:auto;
			margin-right:auto;
			}
			#mainNav {text-align:right;
					  padding-top:52px;
					  height:66px;
					}
					#mainNav a {border:none;}
			#mainContentHolder {height:545px;
								background-image:url(mainBG.gif);
								background-repeat:no-repeat;
								}
						 #mainContentSub {height:531px;
									   width:805px;
									   position:relative;
									   z-index:1;
									   margin-left:auto;
									   margin-right:auto;
									  
									  }
						
					    #mainContentShadow {height:531px;
											width:805px;
											margin-left:auto;
											margin-right:auto;
											background-image:url(shadow.png);
											background-repeat:no-repeat;
											margin-top:-531px;
											position:relative;
											z-index:2;
											}
						#mainContent {height:511px;
									   width:775px;
									   padding:10px;
									   position:relative;
									   z-index:3;
									   margin-left:auto;
									   margin-right:auto;
									  margin-top:-531px;
									  }
						
									ul {list-style:inside;
									    list-style-type:disc;
									    }
									li {font-weight:bold;
									    color:#5a471b;
									    
									    }
										
						
			#mainLogo {position:relative;
		   			   height:242px;
					   width:414px;
					   margin-bottom:-242px;
					   background-repeat:no-repeat;
					   z-index:10;
					   left:-211px;
					   cursor:pointer;
					  }
			#mainLogo a:link {color:#000000;
			text-decoration:none;
			border-bottom:none;
			}
			#mainLogo a:visited {color:#666666;
			text-decoration:none;
			
			}
			#mainLogo a:hover {color:#7ac142;
			text-decoration:none;
			border-bottom:none;
			}
			#mainLogo a:active {color:#000000;
			text-decoration:none;
			}
					  	  
						/* I FUCKING HATE Internet Explorer Fix \*/
						* html div#mainContent{position:static;}
						* html div#mainContentShadow{position:static;}
						* html div#mainContentSub{position:static;}
						* html div#mainLogo{position:absolute;
											left:-150px;}
											
/*  COMMON BODY MARKUP */
#title {margin-right:45px;
        margin-top:10px;
		text-align:right;
		 font-weight:bold;
		 font-size:18px;
		 color:#5a471b;
		}
