
* {
	margin: 0;
	padding: 0;
}

body {
	margin: 0px;
	background: #52ae40;
	background-repeat:repeat-x;
	
}

body, th, td, input, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}



h1, h2, h3 {
	margin-top: 0.5em;
	color: #52ae40;
}

h1 {
	letter-spacing: -5px;
	font-size: 4.5em;
}

h2 {
	letter-spacing: -.05em;
	font-size: 2.6em;
	color: #333333;
}

h3 {
	font-size: 1em;
}

p, ul, ol {
	margin-top: 1.5em;
	line-height: 1.8em;
	font-size: 1.1em;
}

ul, ol {
	margin-left: 3em;
}



a {
	text-decoration: none;
	color: #52ae40;
}

a:hover {
	border: none;
	text-decoration:underline;
	color:#006633;
}

#shell {margin: 0 auto; width:800px; background-color:#FFFFFF;}

#topimage {background-image:url(images/top.jpg); width:800px; height:107px; margin: 0 auto; }
#content {padding:0px 20px 20px 20px; background-color:#FFFFFF;}
#rightimage { background-image:url(images/rightimage.jpg); width:250px; height:345px; background-repeat:no-repeat; float:right; }
#logos { margin-bottom:20px; background-color:#FFFFFF; height:180px;}
#left {float:left; margin:20px 20px 20px 20px;}
#right {float:left; margin:20px 20px 20px 20px;}
#footer{clear:both; float:left; margin:10px 20px 20px 20px;}