body {
	text-align: left;
	margin: 0px 0px 0px 0px;
}

a img 
{
border-color: red;
}


a:hover img
{
border-color: black;
}

ul
{
line-height: 20px;
padding-bottom: 0px;
}

*html ul
{
padding-bottom: 0px;
line-height: 20px;
}


#container {
	width: 100%;
	text-align: left;
	margin: 0px 0px 0px 0px;
	background-image: url('../images/uploads/watermark.gif');
	background-repeat: no-repeat;
	background-position: 100px 0px;
}

#banner {
/*position: relative;
top: 0px;
left: 0px;*/
	width: 100%;
	vertical-align: middle;
}

#banner img {
	float: left;
}

#contentPane {
	margin: 40px 0px 0px 0px;
	background-image: url('../images/uploads/content_bg.png');
	background-repeat: repeat-y;
	text-align: left;
	clear: both;
}

#right {
	margin-top: 36px;
	float: right;
}

#content {
	margin: -40px 152px 0px 90px;
	padding: 6px;
	font-family: Verdana;
	font-size: 10pt;
}

#content a, a:visited {
	color: #D90000;
	text-decoration: underline;
}

#content a:hover {
	color: #000000;
}

#content td {
	font-family: Verdana;
	font-size: 10pt;
}

#subheader {
	position: absolute;
	top: 65px;
	left: 0px;
	/*margin: -40px 0px 0px 0px;*/
}

#baseline {
	text-align: left;
	clear: both;
}

#footer {
	background-color: #000000;
	text-align: right;
	padding: 5px;
	font-family: "Times New Roman";
	font-size: 14pt;
	line-height: 4pt;
	color: #ffffff;
	white-space: nowrap
}

#footer a:link, a:visited {
	color: #D90000;
	text-decoration: none;
}

#footer a:hover {
	color: #ffffff;
	text-decoration: none;
}

#subfooter {
	text-align: center;
	padding: 5px;
	font-family: Verdana, sans-serif;
	font-size: 8pt;
	color: #000000;
	white-space: nowrap;
}

#subfooter a:link, a:visited, a:hover {
	color: #d90000;
}

.hightlight {
	font-size: 1.25em;
	color: #FFFFFF;
	padding: .5em;
	background: #666666;
	border: solid .25em #CCCCCC;
	text-align: left;
}

#large
{
font-size: 120%;
}

#thumb
{
height: 120px;
width: 160px;
}

#indent
{
margin-left: 15px;
}