body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #1F1F1F;
	margin: 0px;
	background-image: url(../img/page-bkgd.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #FFF;
}
a:link {
	color: #d20008;
	text-decoration: underline;
	outline:none;
}
a:visited {
	color: #d20008;
	text-decoration: underline;
	outline:none;
}
a:hover {
	color: #1F1F1F;
	text-decoration: none;
	outline:none;
}
a:active {
	outline:none;
	color: #d20008;
	text-decoration: underline;
}
#wrapper {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
}
#header {
	height: 304px;
	background-color: #FFF;
	background-image: url(../img/header-bkgd.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#logo {
	display: block;
	height: 176px;
}
#nav {
	display: block;
	height: 38px;
	margin-top: 88px;
	padding-right: 20px;
	padding-left: 20px;
	text-align: right;
	font-weight: bold;
	font-size: 13px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #dcdcdc;
	background-color: #FFF;
}
#container {
	padding-bottom: 20px;
	background-color: #FFF;
	padding-top: 20px;
}
#container #left-column {
	width: 255px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #BD141B;
	float: left;
	padding-left: 20px;
}
#container #left-column-blank {
	width: 255px;
	float: left;
	padding-left: 20px;
}
#container #right-column {
	float: right;
	width: 680px;
	padding-right: 20px;
	padding-left: 20px;
}
#container-home {
	padding-bottom: 20px;
	background-color: #FFF;
	padding-top: 20px;
}
#container-home #left-column-home {
	width: 650px;
	float: left;
	padding-right: 20px;
	padding-left: 20px;
}
#container-home #right-column-home {
	float: right;
	width: 255px;
	padding-right: 20px;
	padding-left: 20px;
	text-align: right;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #BD141B;
}
#main-img {
	height: 310px;
}
#base {
	background-color: #323232;
	height: 130px;
	padding-right: 20px;
	padding-left: 20px;
	color: #FFF;
}
#base-left {
	float: left;
	width: 630px;
	font-size: 9px;
	color: #FFF;
	padding-top: 76px;
}
#base-right {
	float: right;
	width: 322px;
	font-size: 10px;
	text-align: right;
	line-height: 16px;
	padding-top: 38px;
}
#base a {
	color: #FFF;
	text-decoration: none;
}
#base a:hover {
	text-decoration: underline;
}
.float-left {
	float: left;
	display: inline-block;
	margin-right: 15px;
}
.float-right {
	float: right;
	margin-left: 15px;
	display: inline-block;
}
.clear {
	clear: both;
	height: 1px;
}
.redtxt {
	color: #d20008;
}
.img-right {
	background-color: #FFF;
	padding: 5px;
	border: 1px dotted #B0B0B0;
}
.call-out-div {
	margin-bottom: 12px;
	display: block;
}
.content-div {
	padding: 10px;
}
.content-div ul {
	margin-top: 20px;
}
.content-div ul li {
	line-height: 20px;
}
h1 {
	font-size: 24px;
	font-weight: normal;
	margin-top: 0px;
}
h2 {
	font-size: 18px;
	font-weight: normal;
	line-height: 24px;
}
h3 {
	margin-top: 0px;
}
input, textarea, checkbox {
	font-size: 14px;
	padding: 3px;
	border: 1px solid #CCC;
	font-family: Arial, Helvetica, sans-serif;
}
#button {
	font-weight: bold;
	color: #FFF;
	background-color: #BE080E;
}
#subnav {
	display: block;
	margin-bottom: 12px;
}
#subnav ul {
	margin: 0px;
	padding: 0px;
}
#subnav ul li {
	list-style-type: none;
	display: block;
}
#subnav ul li a {
	list-style-type: none;
	display: block;
	margin-bottom: 3px;
	font-size: 12px;
	font-weight: bold;
	background-color: #313332;
	text-decoration: none;
	color: #FFF;
	padding: 10px;
}
#subnav ul li a:hover {
	background-color: #BD1F25;	
}
#scheduleTbl {
	color: #333;
}
#scheduleTbl tr td {
	color: #333;
}
.news-summary {
	margin-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
}
.news-summary h1 {
	font-size: 16px;
}
.news-summary-img  {
	margin-right: 10px;
	margin-bottom: 10px;
	float: left;
	width: 135px;
}
.news-summary-copy {
	float: right;
	padding-bottom: 15px;
	width: 510px;
}
.news-summary-copy p {
	margin-top: 0px;
	margin-bottom: 10px;
}
.news-article {
	padding-bottom: 20px;
}
.news-article img {
	margin-right: 10px;
	margin-bottom: 10px;
}

