body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a {
	color: #6d6e71;
	text-decoration: underline;
	cursor: pointer;
}
a:hover {
	color: #000000;
}
h1 {
	font-size: 16px;
	line-height: 17px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
h2 {
	font-size: 13px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
h3 {
	color: #7c231c;
	font-size: 12px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	text-transform: uppercase;
}
h4 {
	color: #7c231c;
	font-weight: bold;
	font-size: 12px;
	line-height: 19px;
	margin: 0px;
	padding: 0px;
}
h5 {
	color: #ECE8E8;
	font-size:13px;
	font-weight:bold;
	background:#7C231C;
	line-height:18px;
	padding-left: 10px;
	margin-bottom: 5px;
	padding-bottom: 0px;
}

/* --- */

.floatLeft {
	float: left;
}
.floatRight {
	float: right;
	margin-left: 10px;
	margin-bottom: 15px;
}
.snug {
	margin-top: 0px;
	padding-top: 0px;
}
.hide { 
	display: none;
}
.show {
	display: block;
}

/* --- */

#container {
	width: 800px;
	border-bottom: 1px solid #333333;
	background: url(/i/colorBand.gif) repeat-y;
}
#container.fill {
	background: #ece8e8;
}

/* --- */

#header {
	padding-left: 184px;
	background: #ece8e8 url(/i/header_tile.gif) repeat-x bottom;
	position: relative;
}
#header_content {
	background: #FFFFFF;
	position: relative;
	border-bottom: 1px solid #D6CECE;
}

#contact {
	position: absolute;
	top: 43px;
	right: 12px;
	width: 200px;	
	color: #6d6e71;
	font-weight: bold;
	line-height: 19px;
}


/* --- */

#sidebar {
	float: left;
	width: 185px;
	background: #ece8e8;
}

#nav {
	list-style: none;
	margin: 0px;
	padding: 13px 0px 13px 15px;
	background: #7c231c;
}
#nav li {
	margin: 0px;
	padding: 4px 0px 4px 0px;
}
#nav li a {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
#nav li a:hover {
	text-decoration: underline;
}
#nav ul {
	list-style: none;
	padding: 0px;
	margin: 0px 0px 0px 18px;
}
#nav ul a {
	font-weight: normal;
	font-size: 11px;
}
#nav ul li {
	padding: 0px 0px 0px 0px;
}

/* --- */

#content {
	float: left;
	width: 615px;
	background: #FFFFFF;
}
#content.pad {
	padding: 15px;
	width: 505px;
	min-height: 400px;
}
*html #content.pad {
	height: 400px;
}


/* --- */

#dark {
	float: left;
	width: 372px;
	background: #6d6e71;
	padding: 20px 15px 2px 25px;
	color: #FFFFFF;
	height: 263px;
}
#dark a{
	color: #FFFFFF;
}
#dark a:hover{
	color: #7C231C;
}
#dark a{
	color: #E6E6E6;
}
*html #dark {
	padding-top: 12px;
	height: 271px;
}
#dark ul {
	padding-bottom: 0px;
}

/* --- */

#bottom_list {
	clear: both;
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#bottom_list li {
	float: left;
	width: 180px;
	margin: 0px;
	margin-left: 20px;
	padding: 0px;
}
*html #bottom_list li  {
	margin-left: 10px;
	margin-right: 5px;
	padding-top: 15px;
	padding-bottom: 10px;
}

.programs li {
	margin-bottom: 3px;
}

/* --- */

#footer {
	width: 800px;
	padding-top: 20px;
	padding-bottom: 30px;
	text-align: center;
	text-transform: uppercase;
}
#footer a {
	text-decoration: none;
	font-weight: bold;
	color: #6d6e71;
}
#footer a:hover {
	color:#000000;
	text-decoration: underline;
}

@media print {
	.logo {
		position: relative;
		top: -25px;
	}
	.header_img {
		display: none;
	}
	#header_content {
		height: 180px;
	}
	#sidebar { 
		position: absolute;
		top: 0px;
		right: 0px;	
		background: #7c231c;
	}
	#nav li, #nav ul li {
		margin: 0px;
		padding: 0px;		
		background: #7c231c;
		line-height: 11px;
	}
	#nav a, #nav ul a {		
		font-size: 10px;
		background: #7c231c;
	}
	#nav ul {
		padding-top: 0px;
		padding-bottom: 0px;
		background: #7c231c;
	}
	
	#content.pad {
		width: 650px;
	}
	#contact {
		top: 120px;
		left: 10px;
	}
}
