@charset "utf-8";
body {
	background-color: #29547E;
	margin: 0px;
	padding: 0px;
	background-image: url(../Images/Light-Blue-Squares.gif);
}
#wrapper {
	text-align: left;
	width: 760px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 20px;
}
#header {
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: #29547e;
	padding: 0px;
	border: 1px solid #000000;
}
#nav {
	height: 28px;
	font-size: 1em;
	background-color: #FFF0BD;
	border: 0.5px solid #000000;
}
#banner {
	width: 757px;
	background-repeat: no-repeat;
	background-color: #29547E;
	border: 1px solid #000000;
}
#bannerad {
	height: 130px;
	background-color: #000000;
	border-bottom-width: medium;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}

#content {
	margin-top: 0px;
	background-color: #000000;
	padding: 0px;
	border: 1px solid #000000;
	height: 0px;
}
#leftColumn {
	float: left;
	width: 198px;
	background-color: #FFF0BD;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #000000;
	font-style: normal;
	position: relative;
	height: 400px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	font-weight: normal;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-top-width: 1px;
	overflow: hidden;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	top: 0px;
}

#rightColumn {
	float: right;
	width: 513px;
	background-color: #FFF0BD;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #000000;
	position: relative;
	height: 200px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	overflow: hidden;
	border: 1px solid #000000;
	top: 0px;
}
.thumbnail {
	border: medium solid #2F4D0A;
}

#footer {
	height: 50px;
	padding-bottom: 12px;
	clear: both;
	font-family: "Times New Roman", Times, serif;
	background-color: #29547E;
	color: #FFFFFF;
	text-align: right;
	font-size: 0.8em;
	border: 1px solid #000000;
}
a:link {
	color: #000099;
}
a:visited {
	color: #FFFFFF;
}
