body {
	margin: 0;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 11px;
	color: #333;
}

a:link, a:active, a:visited {
	color: #333;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

img {
	border: 0;
}

p {margin: 10px 0;}


div.clearing { /* DIV for Mozilla browser float hack */
	clear: both;
	height: 1px;
	overflow: hidden; /* Style used because MSIE refuses to automatically make div tags less than 1em high when in Standards Compatible mode. - KM */
}

div#main { /* Contains all the content to give the basic width and alignment within the browser window. - KM */
	width: 973px;
	text-align: left;
	margin: 0 auto;
	position: relative;
}

/* Begin header styles */
div#header {
	position: relative;
	border-left: solid 1px #939393;
	border-right: solid 1px #939393;
	border-bottom: solid 1px #666;
	padding: 0;
	width: 971px;
	height: 56px;
}

div#header h1 {
	float: left;
	display: inline; /* Offsets the IE double-float bug - KM */
	margin: 11px 0 0 28px;
}
/* End header styles */

/* Begin primary content styles */
div#priContent {
	position: relative;
	border-left: solid 1px #939393;
	border-right: solid 1px #939393;
	width: 971px;
	color: #000;
}

body#index div#priContent {
	margin-top: 10px;
	border: 0;
	width: 973px;
}

div.priContent_bg1 {
	background-color: #fff !important;
}

div#priContent a {
	color: #000;
}

div#minHeight {
	float: left;
	height: 495px;
	width: 1px;
}

div#bodyContent {
	float: left;
	display: inline; /* Offsets the IE double-float bug - KM */
	margin: 20px 0 20px 19px;
}

div#bodyContent h2 {
	margin: 0;
}
div#bodyContent p {
	width: 515px;
}

div#contentLeft {
	float: left;
	display: inline; /* Offsets the IE double-float bug - KM */
	margin-left: 119px;
	padding: 0 20px;
	width: 377px;
}

div#contentLeft h4 {
	margin: 17px 0 0 0;
	font-size: 11px;
	font-weight: normal;
	text-decoration: underline;
}

div#contentLeft p {
	margin: 0 0 10px 0;
	width: 377px;
}

div#contentLeft h2.articleHead {
	margin: 0 0 0 0;
	font-size: 20px;
}

div#contentLeft h3.articleSubHead {
	margin: 0;
	font-size: 14px;
}

div#contentLeft h4.articleAuthor {
	margin: 0 0 17px 0;
	font-size: 12px;
	text-decoration: none;
}

div#contentRight {
	float: left;
	padding: 0 20px;
	width: 238px;
	height: 475px;
	font-size: 10px;
}

div#contentRight div.headlines-list {
	margin-left: 8px;
}

div#contentRight h4 {
	margin: 17px 0 0 0;
	font-size: 10px;
	font-weight: normal;
	text-decoration: underline;
}

div#contentRight p {
	margin: 0 0 10px 0;
	width: 238px
}

.moreEvents {
	text-align: center;
}
/* End primary content styles */

/* Begin footer styles */
div#footer {
	clear: both;
	border-top: 0;
	padding: 0 14px;
	width: 945px;
	height: 29px;
	font-size: 10px;
	color: #333;
}

body#index div#footer {
	background: transparent url('');
	color: #fff;
}

span#copyright {
	float: left;
	display: inline; /* Offsets the IE double-float bug - KM */
	height: 25px;
	line-height: 25px;
}

span#copyright span {
	margin-left: 35px;
}

span#footerlinks {
	float: right;
	display: inline; /* Offsets the IE double-float bug - KM */
	height: 25px;
	line-height: 25px;
}

span#footerlinks img {
	width: 20px;
}

div#footer a {
	color: #333;
	text-decoration: underline;
}

div#footer a:hover {
	text-decoration: none;
}
/* End footer styles */