body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	margin: 0;
	padding: 0;
	background:#181818;
}

a {
	color:#FF0000;
	text-decoration:none;
	font-weight:bold;
}

a:hover {
	color:#AA0000;
	text-decoration:underline;
}

#hWrap {
	border-bottom: 6px solid #CC0000;
}
#header {
	width: 765px;
	height: 150px;
	margin: 0 auto;
	position:relative;
	padding-top: 5px;
	background-image: url(header.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

	#header #nav ul {
		list-style: none;
		height:30px;
		position:absolute;
		bottom:0;
		right:0;
		margin:0;
		padding:0;

	}
	
	#header #nav ul li {
		display:inline;
		height:30px;
	}

	#header #nav ul li a {
		display:block;
		float:left;
		background:url(navButtonH.png) no-repeat;
		width: 100px;
		height:25px;
		line-height:25px;
		padding-top: 5px;
		font-size: 14px;
		text-align:center;
		color:#FFFFFF;
		text-decoration:none;
		font-weight:bold;
	}
	#header #nav ul li a.inactive {
		background:url(navButton.png) no-repeat;
	}
	#header #nav ul li a:hover {
		background:url(navButtonH.png) no-repeat;

	}

#wrap {
	background: #FFFFFF url(bg.gif);
	border-top: 6px solid #FF0000;
}

	#content {
		background:#FFFFFF;
		width: 765px;
		margin: 0 auto;
		min-height: 400px;
		border-left: 1px solid #181818;
		border-right: 1px solid #181818;
	}
	
	#content h1 {
		font-size: 16px;
	}
	#content h2 {
		font-size: 14px;
		color: #AA0000;
	}
	#content h3 {
		font-size: 12px;
	}
	#content h4 {
		font-size: 11px;
		color: #AA0000;
	}
	#content h5 {
		font-size: 10px;
		color: #AA0000;
	}
	#content #leftCol {
		margin-left: 20px;
		width: 210px;
		background:#EEE;
		padding:0 0 8px 0;
	}
	
	#content #leftCol h4 {
		background: #FF0000 url(h4Bg.jpg) repeat-x;
		margin: 0 auto;
		width: 200px;
		line-height:20px;
		font-size: 14px;
		padding: 5px;
		color:#FFF;
	}
	
	#content #leftCol ul {
		list-style:none;
		margin:0;
		padding:0;
	}
	
	#content #leftCol ul li {
		padding: 0;
		margin: 0;
		border-bottom: 1px solid #181818;
	}
		#content #leftCol ul li a {
			display:block;
			padding: 4px 0 4px 5px;
		}
		#content #leftCol ul li a:hover {
			background:#F00;
			color: #181818;
			text-decoration:none;
		}

	#content #rightCol {
		float:right;
		width: 510px;
		padding: 10px 0;
	}


#footer {
	width: 665px;
	text-align:center;
	margin: 0 auto;
	color: #FFFFFF;
	padding: 10px 0;
}

#footer a {
	color: #FFFFFF;
	}

.small {
	font-size:85%;
}

.bottomBorder {
	border-bottom: 1px solid #181818;
}

#bread {
	font-size: 7px;
	text-align:right;
}
	#bread a {
		margin: 0 3px;
		font-size: 9px;
	}