BODY {
	background-color: white;
	color: black;
	margin: 0px;
	font-family: tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.wrap {
	width: 960px;
	border-left: 1px solid silver;
	border-right: 1px solid silver;
}

.icons {
	padding-left: 40px;
	height:18px;
	vertical-align: bottom;
}

.quote {
	font-family: "Georgia", "Times New Roman", Times, serif;
	font-size: 10px;
	font-style: italic;
	font-weight: bold;
}

.mainnav {
	font-weight: bold;
	font-size: 13px;
	color: #091976;
}

.mainnav A {
	text-decoration: none;
	color: black;
}

.mainnav A:HOVER {
	text-decoration: underline;
	color: #091875;
}

.mainnav A:VISITED {
	text-decoration: none;
	color: gray;
}

.flash {
	height: 285px;
	width: 960px;
	border-bottom: 1px solid silver;
	background-image: url(img/bgflash.gif);
}

.leftcol {
	width: 350px;
	text-align: justify;
	padding-bottom: 10px;
	font-size: 11px;
}

.leftcol TD {
	padding-left: 45px;
	padding-top: 10px;
	padding-right: 20px;
}

.hilight {
	color: #091976;
	font-weight: bold;
	font-size: 13px;
}

A {
	text-decoration: underline;
	color: #091875;
}

A:HOVER {
	text-decoration: underline;
	color: black;
}

A:VISITED {
	text-decoration: underline;
	color: gray;
}

.form TD {
	padding: 3px;
}

.btm {
	width: 960px;
	height: 130px;
	background-image: url(img/bgbtm.gif);
	border-top: 1px solid silver;
}

.credits {
	text-align: right;
	color: white;
	padding-right: 15px;
	padding-top: 10px;
	font-size: 10px;
}

.credits A {
	text-decoration: none;
	color: white;
}

.credits A:HOVER {
	text-decoration: none;
	color: white;
}

.credits A:VISITED {
	text-decoration: none;
	color: white;
}

.content {
	padding: 15px;
	text-align: justify;
}

.content img {
	float: left;
	margin: 5px;
}

.navigation img {
	float: center;
}

.posted {
	font-size: 10px;
	color: #091976;
	font-weight: bold;
}