html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset {
	margin: 0;
	padding: 0;
	border: 0;
	background-repeat: repeat;
}

a:link {
	color: blue;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000099;
}
a:hover {
	text-decoration: none;
	color: #CC0000;
}
a:active {
	text-decoration: none;
	color: #CC3366;
}
#wrapper {
	width: 1000px;
	text-align:center;
	padding: 0px;
	border: 1px solid #CCCCCC;
	background-color: #FFF;
	margin: 0px;
}
#banner {
	height: 255px;
}

#content {
	background-color: fff;
}
.leftimage{
	float: left;
	margin-right: 10px;
	border: 1px solid #FFFFFF;
	margin-bottom: 50px;
}

.rightimage{
margin-bottom: 20px;
float: right;
margin-left: 15px;
border: 1px solid #FFFFFF;
}

.clearit{
clear: both;
}


#footer{
	border-top: 1px solid #000000;
	color: #FFFFFF;
	clear: both;
	background-image: url(../images/banner-green1_r5_c2.jpg);
	padding: 10px;
}


#content2 {
	margin-left: 0px;
	margin-right: 0px;
}
#holder {
	border: medium dotted #91C9E3;
	width: 310px;
}
#main_holder {
	border: thin dotted #3168B8;
}
.table {
	border: thin solid #F2F2F2;
}
