@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: #FFFFFF;
}
#flash {
	margin-top: 0px;
	padding-top: 0px;
	background-color: white;
}
#content {
	margin-top: 0px;
	padding-top: 0px;
	height: 2400px;
	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 {
	clear: both;
	float: left;
	height: 350px;
	width: 400px;
	margin-left: 10px;
	margin-top: 20px;
}
#navbar {
	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}
