body {
	background-color: #171717;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #FFF;
	font-size: 12px;
}
#topbanner {
	padding: 7px;
	float: left;
	width: 966px;
}

#container {
	width: 976px;
	margin-right: auto;
	margin-left: auto;
}

#content {
	float: left;
	width: 976px;
	margin-top: 7px;
}
#content #left {
	float: left;
	width: 667px;
}
#content #right {
	float: left;
	width: 309px;
}

#mainFlash {
	float: left;
	height: 226px;
	width: 976px;
}

#logo {
	float: left;
	width: 300px;
	height: 100px;
}
.WhiteHeader {
	font-size: 16px;
	font-weight: bold;
	color: #FFF;
}



.blueBold {
	color: #09f;
	font-size: 16px;
	font-weight: bold;
}

#nav {
	width: 976px;
	float: left;
}

.orlink {
	color: #09F;
}

a:link {
	color: #FFF;
	text-decoration: none;
}
a:visited{
	color: #FFF;
	text-decoration: none;
}

a:hover {
	color: #09F;
	text-decoration: none;
}

.image {
	border:1px solid #000;
	border-thickness: 1px;
}

a:link .image {
	border-color: #171717;
}
