﻿body, td {
	font-family:Arial, Helvetica, sans-serif;
	font-size:9pt;
	color:#000;
}

#page {
	background:#a4141e;
}

a:link, a:visited, a:active {
	text-decoration:underline;
	color:#a4141e;
}

a:hover {
	color:#000;
}

#nav td a {
	background:url(siteart/navbg.gif) repeat-x;
	border-left:1px #434343 solid;
	border-right:1px #000 solid;
	padding:7px 0;
	text-decoration:none;
	text-transform:uppercase;
	color:#fff;
	font-weight:bold;
	display:block;
	width:100%;
	text-align:center;
}

#nav td a:hover {
	background:#a4141e;
	color:#000;
}

html>body #nav td a{
	width:auto;
}

#contentCell {
	padding:15px;
	vertical-align:top;
}

#leftCell {
	padding-right:8px;
	border-right:1px #000 solid;
	vertical-align:top;
}

#rightCell {
	padding-left:8px;
	vertical-align:top;
	width: 69%;
}

.pageheader {
	background:url(siteart/headerbg.gif) repeat-y;
	padding:5px;
	border:1px #000 solid;
	font-weight:bold;
	color:#fff;
	width:100%;
	display:block;
}