body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.8em;
	color: #333333;
	background-color: #000000;
	margin: 0px;
	padding: 0px;
	line-height: 1.4em;
}
.FortyPerc-LEFT {
	float: left;
	width: 40%;
}
.FortyPerc-RIGHT {
	float: right;
	width: 40%;
}

#container {
	width: 766px;
	margin-top: 5px;
	margin-right: auto;
	margin-left: auto;
}
.thirtyPerc-Left {
	margin: 1%;
	padding: 0px;
	width: 31%;
	float: left;
}
.borderedCentred {
	border: 1px double #999999;
	font-weight: bold;
	text-align: center;
	font-size: 1.2em;
	margin-bottom: 10px;
}


#Banner {
	background-image: url(images/layout/IC-Banner.jpg);
	background-repeat: no-repeat;
	height: 155px;
	width: 766px;
	float: left;
}
#content-TOP {
	background-image: url(images/layout/Content-TOP.jpg);
	float: left;
	height: 37px;
	width: 766px;
	margin: 0px;
	padding: 0px;
}
#content-MID {
	background-image: url(images/layout/Content-MID.jpg);
	background-repeat: repeat-y;
	float: left;
	width: 726px;
	padding-top: 0px;
	padding-right: 22px;
	padding-bottom: 10px;
	padding-left: 18px;
	margin: 0px;
}
.centered-DIV {
	text-align: center;
}

#content-BOTTOM {
	background-image: url(images/layout/content-BOTTOM.jpg);
	background-repeat: no-repeat;
	height: 35px;
	width: 766px;
	float: left;
	margin: 0px;
	padding-top: 40px;
	padding-right: 0px;
	padding-bottom: 25px;
	padding-left: 0px;
	color: #FFFFFF;
}
#MainNav {
	background-image: url(images/layout/menubg.jpg);
	float: left;
	height: 28px;
	width: 766px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-bottom: 3px;
	text-align: center;
}
#MainNav a:link, #MainNav a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #F5F5F1;
}
#MainNav ul {
	margin: 0px;
	padding-top: 7px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#MainNav li {
	display: inline;
	list-style-type: none;
	padding-right: 15px;
	margin: 0px;
	color: #FFFFFF;
}
.biggerText {
	font-size: 1.2em;
	font-weight: bold;
	line-height: 1.2em;
	color: #7A7A7A;
}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 2em;
	font-weight: bold;
	color: #404040;
	padding-bottom: 2px;
}
.leftFloat5pxBuffer {
	float: left;
	padding-right: 5px;
	padding-bottom: 5px;
}
.rightFloat5pxBuffer {
	float: right;
	padding-bottom: 5px;
	padding-left: 5px;
}


h2  {
	color: #4D4D4D;
	margin: 0px;
	padding: 0px;
	font-size: 1.3em;
	line-height: 1.2em;
	font-weight: normal;
	text-decoration: underline;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
h3 {
	color: #666666;
	text-decoration: underline;
	margin: 0px;
	padding: 0px;
	font-size: 1em;
	line-height: 1.2em;
}

a:link, a:visited {
	color: #990033;
}
.twoThirdsWide-LEFT {
	float: left;
	width: 63%;
	margin-right: 2%;
}
.borderedImage {
	border: 3px solid #510000;
}
.calendarHeader {
	font-size: 20px;
	font-weight: normal;
	padding: 5px;
	width: 100%;
	text-align: left;
}
.calendarDescription {
	font-size: 11px;
	line-height: 16px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 25px;
}
.calendarDate {
	font-size: 11px;
	font-weight: bold;
	padding: 5px;
	text-align: left;
}
.calendar {
	background-color: #ECE9D8;
	width: 650px;
	border: 1px solid #BDB377;
	float: left;
	margin-left: 35px;
	margin-bottom: 15px;
}
.calendarFooter {
	background-color: #999999;
	height: 10px;
	width: 100%;
}
.eventBox {
	background-color: #dfdcc7;
	float: left;
	width: 100%;
	margin-bottom: 10px;
	border: 1px solid #2F1518;
}
.eventDescription {
	padding: 2px;
	float: left;
	width: 35%;
}
.carouselContainer {
	padding: 2px;
	float: right;
	width: 60%;
}
.smallBold {
	font-size: 12px;
	font-weight: bold;
}
.calendar-previous {
	background-color: #ECE9D8;
	font-size: 12px;
	border: 1px solid #BDB377;
	width: 650px;
	text-align: center;
}

