body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	background-color: #666666;
	margin-top: 0px;
	margin-left: 0px;
	padding: 0px;
}

h1, h3 {
	color: #333333;
	font-weight: bold;
	font-style: italic;
	font-size: 11px;
	margin-bottom: 2px;
}
h1 {
	border-bottom: 1px dotted #999999;
}
h2 {
	color:#FFFFFF;
	font-weight: bold;
	font-size: 14px;
}
h3 { text-decoration: underline; }
hr {
	color: #666666;
}
li {
	margin-top: 5px;
}
a {
	color: #000000;
}
a:hover {
	color: #CC0000;
}
a:active {
	color: #CC0000;
}
a.topNav {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
a.topNav:hover {
	text-decoration: underline;
}
a.topNav:active {
	color: #000000;
	text-decoration: underline;
}
a.topNavOn {
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: bold;
}
a.subNav {
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
}
a:hover.subNav {
	color: #330000;
	text-decoration: none;
}
a:active.subNav {
	color:#000000;
	text-decoration: none;
}
a.subNavOn {
	font-size: 10px;
	color: #330000;
	text-decoration: none;
}
a:hover.subNavOn {
	color: #330000;
	text-decoration: underline;
}
a:active.subNavOn {
	color:#000000;
	text-decoration: underline;
}
a.footNav {
	color: #FFFFCC;
	text-decoration: underline;
}
a:hover.footNav {
	color: #333333;
}
a:active.footNav {
	color: #333333;
	}
.homeText {
	background-color: #FFCC66;
	color: #000000;
	font-size: 10px;
}
.footer {
	color: #FFFFCC;
	font-size: 10px;
}
.topPara {
	margin-top: 3px;
	margin-bottom: 5px;
}
.date {
	color: #FFFFFF;
	font-weight: bold;
}
div.leftCol {
	float: left;
	width: 360px;
	margin: 0px 10px 0px 0px;
	padding: 0px;
}
div.rightCol {
	float: right;
	width: 360px;
	margin: 0px;
	padding: 0px;
}

div.rightPad {
	width: 340px;
	padding: 0 10px;
}

	div.leftCol img, div.rightCol img {
		clear: both;
		margin: 0px 0px 10px 0px;
	}

a img {
	border: none;
	text-decoration: none;
}