* {
	font-family: "DejaVu Sans" Verdana;
	font-size: 12px;
	line-height: 150%; 
	color: #5E5E5E;
	padding: 0;
	margin: 0;
}

a {
	color: #990000;
	text-decoration: underline;
}

body {
	background-color: #ffffff;
}

h1, h2 {
	font-size: 14px;
	color: #990000;
	text-decoration: none;
}

h1 {
	color: #000000;
}

p {
	margin-bottom: 10px;
}

ul,ol {
	padding-left: 20px;
	margin-bottom: 10px;
}

#header {
	height: 61px;
	background: url(/images/bars.gif) bottom repeat-x;
}

#header img {
	border: 0;
}

#container {
	width: 760px;
	margin: 10px auto;
}

#content {
	padding: 15px 0;
}

.nav {
	float: left;
	width: 100%;
	background: url(/images/navBottom.jpg) bottom repeat-x;
}

.nav ul {
	list-style: none;
	padding: 0 10px 0 10px;
}

.nav li {
	float: left;
	margin: 3px 3px 0 3px;
}

.nav a {
	display: block;
	padding: 5px 8px 3px 8px;
}

.inactive {
	background: url(/images/tabLeftLight.png) top left no-repeat;
}

.inactive a {
	background: url(/images/tabRightLight.png) top right no-repeat;
	text-decoration: none;
	border-bottom: solid 1px #3d3d3d;
}

.inactive a:hover {
	text-decoration: underline;
}

.active {
	background: url(/images/tabLeft.png) top left no-repeat;
}

.active a {
	background: url(/images/tabRight.png) top right no-repeat;
	text-decoration: none;
	border-bottom: solid 1px #111111;
}

#subNav {
	width: 758px;
	clear: both;
	background-color: #111111;
	border-left: solid 1px #3d3d3d;
	border-right: solid 1px #3d3d3d;
}

#mainContent {
	/*float: left;*/
	width: 500px;
}

#rightCol {
	float: right;
	width: 200px;
}

.boxout {
	margin-bottom: 15px;
}

.boxout h2 {
	color: #000000;
}

#footer {
	padding-top: 20px;
	background: url(/images/bars.gif) top repeat-x #ffffff;
	text-align: center;
	clear: both;
}

.comp {
	background-color: #FFB9B9;
}

.contactError {
	font-weight: bold;
	color: red;
}

.alignCenter {
	text-align: center;
}
