body {
 	background-attachment: fixed;
   	margin: 0;
  	padding: 0;
  	background: #96D045;
}

#topStripe {
	position: absolute;
  	margin: 0px;
	padding: 0px;
	font-size: 1px;
	top: 0;
	left: 0;
	width: 100%;
	background: #ccc;
	height: 4px;
}

#top {
	position: absolute;
  	margin: 0px;
  	padding: 0px;
  	top: 4;
  	height: 176px;
  	width: 100%;
  	background: #FFFFFF;  
}

#logo {
	position:absolute; 
	left:41px; 
	top:60px; 
	width:253px; 
	height:67px; 
	z-index:2;
}

#leftMiddle {
	position: absolute;
	left:0px;
	top:212px; 
	width: 140px;
  	height: 100%;
  	background: #96D045;
}

#tagLayer {
	position:absolute; 
	left:20px; 
	top:208px; 
	width:100px; 
	height:20px; 
 	z-index:10;
}

#menuLayer {
	position:absolute; 
	left:20px; 
	top:232px; 
	width:100px; 
	height:20px; 
 	z-index:10;
}

#rightMiddle {
	position:absolute; 
	left:136px; 
	top:212px; 
	right: 20px;
	z-index:9;
  	background: #96D045;
}

#clear {
	clear: both;
  	background: #CCCCCC;
}

#bottom {
	position:absolute; 
	left:0px; 
	width:100%; 
	bottom:0px; 
	z-index:7; 
	background: #333333;
}

.MAIN {
 font-size: 12px;
 font-weight: 100;
 font-family: Verdana, Arial;
}

.MAINWHITE {
 font-size: 12px;
 font-weight: bold;
 color: #000000;
 font-family: Verdana, Arial;
}

.MAINWHITENORMAL {
 font-size: 11px;
 font-weight: normal;
 color: #000000;
 font-family: Verdana, Arial;
}

.HILITE {
 font-size: 10pt;
 font-weight: 100;
 color: #99FF33;
 font-family: Verdana, Arial;
}

.NOHILITE {
 font-size: 10pt;
 font-weight: 100;
 color: #000000;
 font-family: Verdana, Arial;
}

.SMALLBLACK {
 font-size: 9pt;
 font-weight: 100;
 color: #000000;
 font-family: Verdana, Arial;
}

.SMALLWHITE {
 font-size: 9pt;
 font-weight: 100;
 color: #FFFFFF;
 font-family: Verdana, Arial;
}

A:link {
 color: #FFFFFF;
 font-size: 12px;
 font-family: Verdana, Arial;
 text-decoration:none;
}

A:visited {
 color: #FFFFFF;
 font-size: 12px;
 font-family: Verdana, Arial;
 text-decoration:none;
}

A:active {
 color: #99FF33;
 font-size: 12px;
 font-family: Verdana, Arial;
 text-decoration:none;
}

h1 {
	font: 14pt verdana, tahoma, arial, sans-serif;
}
h2 {
	font: 12pt verdana, tahoma, arial, sans-serif;
}

li {
 color: #000000;
 font-size: 12px;
 font-family: Verdana, Arial;
 text-decoration:none;
 line-height: 1.5;
 list-style: none;
}