body {
	margin: 0px;
	padding: 0px;
	background-image: url('images/pageBg.jpg');
	background-repeat: no-repeat;
	background-position: top center;
	background-color: #fff;
	text-align: center;
}
body div {
	text-align: left;
}
a:link, a:visited {
	color: #a0161a;
	text-decoration: underline;
}
a:hover {
	color: #444;
	text-decoration: none;
}
#nav {
	text-align: center;
	background-image: url('images/navRedBg.png');
	background-repeat: repeat-x;
	height: 61px;
	white-space: nowrap;
}
#nav img {
	border: 0px;
}
#flash-lg {
	width: 779px;
	height: 427px;
	margin: 0px auto;
	padding: 0px;
}
#flash-sm {
	width: 779px;
	height: 275px;
	margin: 0px auto;
	padding: 0px;
}
#main {
	width: 779px;
	margin: 0px auto;
	padding: 25px 0px;

	font-family: Gill Sans, Gill Sans MT, Century Gothic, Trebuchet MS, sans-serif;
	font-size: 14px;
	line-height: 18px;
	color: #444;
}
p {
	margin: 0em 0em 2em 0em;
}
#main h1 {
	font-weight: normal;
	font-size: 15px;
	color: #a0161a;
	margin: 0px;
	padding: 0px;
}
#main h2 {
	font-weight: normal;
	font-size: 15px;
	color: #a0161a;
	margin: 0px;
	padding: 0px;
}
#main h3 {
	font-weight: normal;
	font-size: 15px;
	color: #222;
	margin: 0px;
	padding: 0px;
	font-style: italic;
}
img.styled {
	border-top: 1px solid #ddd;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	border-left: 1px solid #ddd;
}
#news {
	padding: 0px;
	margin-left: 15px;
	
	float: right;
	width: 286px;
	height: 211px;
	background-image: url('images/newsBg.png');
	background-repeat: no-repeat;
}
#news.long {
	height: 255px;
	background-image: url('images/newsBg-long.png');
}

#news h2 {
	font-weight: normal;
	font-size: 15px;
	color: #a0161a;
	margin: 12px 10px 0px 12px;
}
#news p {
	margin: 5px 15px 10px 25px;
	line-height: 17px;
}
#bottom {
	margin: 20px auto;
	width: 779px;
	font-family: Gill Sans, Gill Cans MT, Century Gothic, Trebuchet MS, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #777;
}
#bottom a:link, #bottom a:visited {
	color: #777;
}
#bottom a:hover {
	color: #a0161a;
	text-decoration: none;
}
.red {
	color: #a0161a;
}

#projects th {
	padding: 8px 5px 1px 5px;
	margin: 0px;
	text-align: left;
	font-weight: normal;
	font-style: italic;
	font-size: 15px;
	border-bottom: 1px solid #a0161a;
}

#projects td {
	padding: 8px 8px 3px 5px;
	margin: 0px;
	font-size: 13px;
}

.gray {
	font-size: 12px;
	color: #ccc;
	margin: 0px;
	padding: 0px;
}

#bottom.noPad {
	padding-top: 0px;
	margin-top: 0px;
}

img.floatRight {
	float: right;
	margin: 0px 0px 20px 20px;
}

.page_headline {
	color: #a0161a;
	font-family: Gill Sans, Gill Cans MT, Century Gothic, Trebuchet MS, sans-serif;
	font-size:30px;
	margin-left:15px;
	margin-bottom:15px;	
	margin-top:-15px;
}