body
	{
	background-color:#E71B31;
	margin: 0;
}
.whitetext {
	font-weight: bold;
	color: #FFF;
}
#wrapper {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
}
#banner {
	width: 900px;
	background-color: #EC3224;
}
#time {
	width: 900px;
	margin-top: 5px;
	background-image: url(../images/time.gif);
	font-size: 85%;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	line-height: 21px;
	height: 25px;
}
.linespacing {
	margin-top: 4px;
}
#nav {
	background-color: #FFF;
	width: 200px;
	margin-top: 10px;
	float: left;
}
div#content {
	background-color: #FFF;
	width: 685px;
	float: right;
	margin-top: 10px;
}
div#content a:link {
	text-decoration: none;
}
div#content a:visited {
	text-decoration: none;
}
#content_info {
	width: 650px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}

#footer {
	width: 900px;
	clear: both;
}
div#content_info h1 {
	font-size: 146%;
	color: #EC3224;
}
div#content_info h2 {
	font-size: 126%;
	color: #EC3224;
}
div#content_info a:link {
	color: #000099;
	font-weight: bold;
	text-decoration: none;
}
div#content_info a:visited {
	color: #000099;
	font-weight: bold;
	text-decoration: none;
}
div#content_info a:hover {
	color: #000099;
	font-weight: bold;
	background-color: #efefef;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000099;
}
.largerboldtext {
	font-size: 120%;
	line-height: 25px;
	font-weight: bold;
}

.imagenoborder {
	border:none;
}
.headings {
	font-size: 136%;
	color: #EC3224;
	text-align: center;
	font-weight: bold;
}
.noborderonimage {
	border: thin solid #FFF;
	text-decoration: none;
}

