body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image: url(../images/blackbanner.gif);
	background-repeat: repeat-x;
	margin-top: 0px;
	margin-right: 40px;
	margin-bottom: 20px;
	margin-left: 40px;
}
h1 {
	font-size: x-large;
	font-weight: lighter;
	color: #374E3A;
	text-align: center;
}
h2 {
	font-size: large;
	color: #333333;
	font-weight: lighter;
}
h3 {
	font-size: medium;
}
.twelve {
	font-size: 12px;
}
.ten {
	font-size: 10px;
}
#navbar {
	font-size: x-small;
	text-align: center;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #666666;
	border-bottom-color: #666666;
}
#navbar a:visited {
	text-decoration: none;
	padding-right: 4px;
	padding-left: 4px;
}
#navbar a:link {
	color: #0066CC;
	text-decoration: none;
	padding-right: 4px;
	padding-left: 4px;
}
#navbar a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #0066CC;
	padding-right: 4px;
	padding-left: 4px;
}
#navbar a:active {
	color: #FFFFFF;
	background-color: #CC3399;
	padding-right: 4px;
	padding-left: 4px;
}
.red {
	color: #CC0033;
}
.bluebar {
	background-color: #D1E9FF;
	padding: 4px;
	border: 1px solid #0066CC;
}
.thanksgivingbar {
	color: #FFFFFF;
	padding: 4px;
	background-color: #CC9900;
	border-top: 2px solid #CCCC33;
	border-right: 1px solid #990000;
	border-bottom: 1px solid #990000;
	border-left: 2px solid #CCCC33;
}
hr {
	color: #DDDDDD
	border-top-width: 1px solid #DDDDDD;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #dddddd;
}
.imagerightcaption {
	font-size: 0.7em;
	background-color: #FFFFFF;
	float: right;
	margin-left: 12px;
}
body {
	width: 700px;
	margin-top: 0px;
	margin-right: 60px;
	margin-left: 60px;
}
#body {
	width: 700px;
	margin-right: 60px;
	margin-left: 60px;
	display: block;
	position: relative;
	left: auto;
	right: auto;
}
#banner {
	margin: 0px;
	position: relative;
	left: auto;
	right: auto;
}
.line {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
}
