﻿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: #333333;
	margin: 23px;
	background: #313943;
	}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
	}
	
#maintable {
	border: 0;
	width: 800px;
	background: white;
}	

#date {
	text-align:right;
	float:right;
	font-size:12px;
	padding: 45px 20px 0px 0px;
}

#nav {
	border:0px;
	width:100%;
}

#nav a {
	text-decoration: none;
	color: white;
	font-weight:bold;
	display:block;
	font-size: 12px;
	border-right: 1px solid #d17079;
	border-left: 1px solid #ab1120;
	background: #bf1e2e url('../siteart/nav-off.jpg') repeat-x 50% top;
	padding: 16px 10px 10px 10px;
	text-align:center;
}

#nav a:hover {
	text-decoration: none;
	color: white;
	background: #bf1e2e url('../siteart/nav-on.jpg') repeat-x 50% top;
}
	
#content {
	width: 100%;
	border:0;
}

#left {
	width: 100%;
	vertical-align:top;
	background: url('../siteart/contact-background2.jpg') no-repeat top left;
	padding: 28px 10px 0px 10px;
}
#right {
	width: 100%;
	vertical-align:top;
	background: white url('../siteart/background-shadow.jpg') repeat-x 50% top;
	padding: 18px 19px 18px 18px;
}

#plain {
	background: white url('../siteart/background-shadow.jpg') repeat-x top;
	padding:18px;
}

.bold12 {
	text-transform: uppercase;
	font-size:12px;
	font-weight:bold;
}

.bold14 {
	text-transform: uppercase;
	font-size:14px;
	font-weight:bold;
	margin-bottom:3px;
}

.title {
	text-transform: uppercase;
	color: #9f1515;
	font-weight:bold;
	font-size: 13px;
}

hr {
	color:#bd1d2d;
	background: #bd1d2d;	
	margin: 15px 0;
	height: 1px;
	width:100%;
	border:0px;
}
	
