﻿.bodyContent
{
	padding-top: 20px;
	padding-bottom: 20px;
	padding: 20px 0px 20px 0px;
}

body
{
	background-color: #720606;
	font-family: VERANA, Arial, HELVETICA;
}
.body
{
	width: 835px;
	margin: 0 auto;
	background-color: #38090B;
}
.header
{
	width: 835px;
}
.leftColumn
{
	float: left;
	width: 235px;
	margin-right: 25px;
	margin-left: 25px;
}
.rightColumn
{
	float: right;
	width: 495px;
	margin-right: 35px;
}

.footer
{
	clear: both;
	padding: 20px 20px 20px 20px;
}

.footerSection
{
	width: 210px;
	float:left;
	margin-right:15px;
}

.redLine
{
	border: 1px solid #720606;
}
.darkLine
{
	border: 1px solid #38090B;
}
.whiteLine
{
	border: 1px solid white;
}
.titleBar
{
	height: 26px;
	padding: 10px 0px 0px 4px;
	color: White;
	font-weight: bold;
	font-size: 12pt;
	background-image: url(     '../Images/titlebar.png' );
}
.sectionTitleBar
{
	height: 26px;
	padding: 10px 0px 0px 4px;
	color: White;
	font-weight: bold;
	font-size: 12pt;
	background-image: url(     '../Images/sectionTitlebar.png' );
}
.topNavigation
{
	background-image: url(../images/navigationBG.png);
	height: 32px;
	padding-top: 6px;
}
.topNavigation
{
	background-image: url(../images/navigationBG.png);
	height: 32px;
	padding-top: 6px;
}
.topNavigation ul
{
	margin: 0;
	list-style-type: none;
}
.topNavigation li
{
	margin: 0 10 0 10;
	display: inline;
}

.topNavigation a
{
	margin: 0px 30px 0px 30px;
	color: White;
	font-weight: bold;
	font-size: 10pt;
}
.topNavigation a:hover
{
	color: Black;
}

a, a:visited
{
	color: White;
	font-weight: bold;
	text-decoration: none;
}
a:hover
{
	color: Black;
}
.storyBody,.sectionBody
{
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	padding: 6px 6px 6px 6px;
	text-align: justify;
	overflow:auto;
}
.storyBody hr
{
	border: solid 1px white;
	margin-bottom: 6px;
}

.whiteBox
{
	background-color: White;
	color: Black;
	padding: 6px 6px 6px 6px;
}
.whiteBoxTitleBar
{
	font-weight: bold;
	font-size: 12pt;
	border-bottom: solid 1px black;
	text-align: center;
}
.redBox
{
	background-color: #720606;
	color: White;
	padding: 6px 6px 6px 6px;
	margin-top: 20px;
}
.redBoxColumn
{
	background-color: #720606;
	color: White;
	padding: 6px 6px 6px 6px;
	margin-left:6px;
	margin-right:6px;
	width:200px;
	float:left;
}
.redBoxTitleBar
{
	color: White;
	font-weight: bold;
	font-size: 12pt;
	border-bottom: solid 1px white;
	text-align: center;
}
.eventDate
{
	font-weight: bold;
	text-align: center;
}
.eventPlace
{
	font-weight: bold;
	text-align: center;
}
.eventDetail
{
	text-align: justify;
}
.eventTitleTitleBar
{
	color: #720606;
	font-weight: bold;
	font-size: 12pt;
	text-align: center;
}
.event
{
	margin: 6px 0px 6px 0px;
}
li
{
	list-style-type: square;
}
.blackLink a
        {
            color: #000000;
            font-weight:normal;
        }
.blackLink a:hover
        {
            color: #ffffff;
            font-weight:normal;
        }
.links a
{
	margin-top: 0px;
	display: block;
	margin-bottom: 6px;
	font-weight: normal;
}
.subTitle
{
	font-weight:bold;
}
.storyBodyImage
{
margin-left:5px;
margin-right:5px;
}