﻿a:link, a:visited, a:active {text-decoration:underline; color:#333333}
a:hover {text-decoration:underline; color:black;}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: black;
	margin: 0px;
	background: url('../siteart/background.gif') repeat;
	}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: black;
	}
	
#maintable {
	border: 0;
	width: 680px;
}	

#left {
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='../siteart/shd_left.png');
    
	background:url('../siteart/shd_left.png') repeat-y;
}

#right {
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='../siteart/shd_right.png');
	
	background:url('../siteart/shd_right.png') repeat-y;
}

#content-cell {
	background: #f2f2f2;
	width: 770px;
}

#nav {
	border: 0px;
	width: 100%;
}

#nav td {
	text-align: left;
	background: #cf4238;
	color: #e8d1ce;
	padding: 12px 0px 10px 15px;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 12px;
}

#nav a {
	text-decoration: none;
	color: #e8d1ce;
}

#nav a:hover {
	text-decoration: none;
	color: white;
}

#content {
	font-size: 10px;
	line-height: 14px;
	padding: 18px 15px;
}

#content a {
	font-size: 11px;
	font-weight: bold;
	color: #cf4328;
	text-decoration:none;
}

#content a:hover {
	text-decoration:underline;
}

.heading {
	font-size: 16px;
	font-weight: bold;
	display:block;
	border-bottom: 1px #333333 dotted;
	padding-bottom: 9px;
	margin-bottom: 15px;
}

#foot {
	background: #740901 url('../siteart/background-bottom.jpg') no-repeat top;
	height: 60px;
	color: white;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	vertical-align:middle;
	line-height: 18px;
}

#foot a {
	color: white;
	text-decoration: none;
}

#foot a:hover {
	text-decoration:underline;
}