@charset "utf-8";

body {

	font-family: Arial, Helvetica, sans-serif;

	font-size: small;

	color: #000000;

	background-color: #D2D2D2;

	text-align: center;

	margin: 0px;

	padding: 0px;

}

#wrapper {
	text-align: left;
	width: 840px;
	margin-top: 50px;
	margin-right: auto;
	margin-bottom: 50px;
	margin-left: auto;
	background-repeat: no-repeat;
	border: thin solid #B7B7B7;
	background-color: white;
}


#header {
	height: 200px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	background-color: white;
}

#flash {

	margin-top: 0px;

	padding-top: 0px;

	background-color: white;

}

#content {

	margin-top: 0px;

	padding-top: 0px;

	height: 750px;

	list-style-image: url(../images/Content/BulletPoint.gif);

	list-style-type: circle;

	background-color: white;

}

#RightColumn {

	float: right;

	margin-right: 10px;

	height: 350px;

	width: 410px;

	margin-top: 20px;

}

.thumbnail {

	padding: 2px;

	border: medium solid #219EEF;

}

#LeftColumn {

	float: left;

	height: 200px;

	width: 800px;

	margin-left: 30px;

	margin-top: 20px;

	clear: none;

}

#navbar {
	max-height: 40px;
	height: 40px;

}

#footer {

	height: 22px;

	background-image: url(../images/Footer/Footer.gif);

	background-repeat: no-repeat;

	background-position: center center;

}

.style2 {

	font-size: x-small;

	font-weight: bold;

}

.style4 {

	color: #f26522

}

.search_footer {
	height: 22px;
	background-image: url('../images/footer.gif');
	background-repeat: no-repeat;
	background-position: center center;
}
