html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, 
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family:Arial, Helvetica, sans-serif;
	vertical-align: baseline;	
	list-style:none;
	text-decoration:none;
}
a {
	font-weight:normal;
	color:#40ab01;
	text-decoration:underline;
}
a:hover{
	font-weight:normal;
	color:#616161;
	text-decoration:underline;
}
body {
	margin:0;
	padding:0;
	width:100%;
	height:100%;
	background:url(Images/bodybg.gif) repeat-x 0 0;
	font-family:Arial, Helvetica, sans-serif;
	color:#616161;
	font-size:12px;
}
#background {
	margin:0 auto;
	padding:0;
	width:881px;
	height:800px;
	background:url(Images/container.jpg) white no-repeat 0 0;
}
#container {
	margin-left:16px;
	padding:0;
	width:845px;
	background-color:white;
}
#content{
	padding:20px;
	margin:0;
	width:800px;
}
h1{
	padding-top:15px;
	font-size:16px;
	font-weight:bold;
	color:black;
	line-height:1em;	
}
h2{
	padding-top:15px;
	font-size:14px;
	font-weight:bold;
	color:#616161;
	line-height:1em;
}
p{
	margin-top:15px;
	font-size:12px;
	font-weight:normal;
	color:#616161;
	line-height:1.5em;
}
#footer{
	float:left;
	margin:0;
	width:780px;
	padding:15px 0 15px 0;
}
#footer p{
	padding-top:10px;
	border-top:thin solid #CCCCCC;
	font-size:11px;
	color:#616161;
}
#footer a {
	padding:0 0 0 10px;
}
