html {
	margin: 0px;
	padding: 0px;
	overflow-y:scroll;
	}

body { 
	text-align: center;
	font: .7em/1em Verdana, Geneva, sans-serif; 
	color: #575A5C; 
	background-color: #D5E198;
	margin: 0px; 
	padding: 0px;
	}

p { 
	font: 1em/1.5em Verdana, Geneva, sans-serif; 
	margin-top: 0px; 
	line-height: 1.3;
	}

p.strong  {
	font: bold 1em/1.5em Verdana, Geneva, sans-serif; 
	margin-top: 0px; 
	margin-bottom: .5em;
}

p.space  { 
	font: 1em/1.5em Verdana, Geneva, sans-serif; 
	margin-top: 0px; 
	line-height: 1.75;
	}
a:link { 
	text-decoration: none; 
	color: #2D90C9;
	}
a:visited { 
	text-decoration: none; 
	color: #2D90C9;
	}
a:hover, a:active { 
	text-decoration: underline; 
	color: #2D90C9;
	}

/*other divs */

#container { 
	margin-left: auto;
	margin-right: auto;
	padding: 0px 0px 0px 0px;
	text-align: left;
	width: 750px;
	margin-bottom: 60px;
	height: 92%;
	}

#greyline {
      width:750px;
      height:18px;
      background-color:#888;
	  clear: both;
	  float: left;
}   

.whiteline {
      width:750px;
      height:2px;
      background-color:#FFF;
	  clear: both;
	  float: left;
}   

#greenline {
	width: 750px;
	height: 5px;
	background-color: #D5E198;
	clear: both;
	float: left;
}

#maincol {
	width: 500px;
	background: #FFF;
	padding: 20px;
	float: left;
}

.vertline {
	background: url(/images/vert_dash.gif) repeat;
	width: 1px;
	float: left;
	overflow: hidden;
}

.horizline {
	background: url(/images/horiz_dash.gif) repeat;
	height: 1px;
	margin: 15px 0px 10px 0px;
	clear: both;
	overflow: hidden;
}