* {margin:0; padding:0; 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 */

/* START Arbatrary Class Rules */
.green {color:#83c341;}
.grey {color:#7a7b7c;}

/* END Arbatray Class Rules*/
					
			
body {font-family:Geneva, Arial, Helvetica, sans-serif;
		color:#000000;
		font-size:11px;
		margin-left:auto;
		margin-right:auto;
		}
		
div#mainWrap {width:698px;
			  background-image:url(shadow_BG_repeat.jpg);
			  background-repeat:repeat-y;
			  margin-left:auto;
			  margin-right:auto;
			  padding:0px 16px;
			  clear:both;
			  }
		div#logo {display:none;
				  }
		div#logo1 {display:none;
				   }
		
		div#top {display:none;
				}
	    div#mainNav {display:none;
					}
		div#subNav {display:none;
					}
	
		div#contentWrap{width:699px;
						background-color:#FFFFFF;
						background-image:url(content_top_BG.gif);
						background-repeat:no-repeat;
						background-position:top;
						clear:both;
						}
				div#content{width:611px;
							background-image:url(content_bottom_BG.gif);
							background-repeat:no-repeat;
							background-position:bottom;
							padding:32px 44px;
							min-height:180px;
							clear:both;
							}
						
						div#content a:link{color:#7a7b7c;
										   text-decoration:none;
										   border-bottom:dashed 1px #b2b3b4;
										  }
						div#content a:visited {color:#7a7b7c;
										   	   text-decoration:none;
											   border-bottom:dashed 1px #b2b3b4;
											   }
						div#content a:hover {color:#83c341;
											text-decoration:none;
											font-weight:bold;
											border-bottom:dashed 1px #83c341;
											}
						div#content a:active{color:#7a7b7c;
										   text-decoration:none;
										   border-bottom:dashed 1px #b2b3b4;
											}
					  


div#bottom {width:730px;
			height:40px;
			padding:7px 0px;
			background-image:url(bottom_BG.jpg);
			background-repeat:no-repeat;
			margin-left:auto;
			margin-right:auto;
			text-align:center;
			color:#636363;
			font-size:9px;
			clear:both;
			}