html,body {
	margin: 0;
	padding: 0;
	height: 100%;
}

body {		
	font-family: arial, tahoma, verdana, sans-serif;
	text-align: left;
	color: #404040;
	font-size: 80%;
	background-color: #eff3ef;
}

.mainbody {		
	font-family: arial, tahoma, verdana, sans-serif;
	text-align: center;
	color: #404040;
	background-color: #5c186a;
	font-size: 80%;
}

table {
	font-size: 100%;
}

h1 {
	background-color: #5c186a;
	color: #ffffff;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
	font-size: 150%;	
}

h2 {
	background-color: #5c186a;
	color: #ffffff;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
	font-size: 150%;	
}

h6 {
	background-color: #AA99B0;
	color: #ffffff;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
	font-size: 150%;
	margin-top: -12px;
}

#contentBody h2 {
	color: #5c186a;
	font-size: 130%;
	padding-left: 15px;
	padding-right: 15px;
	background-color: transparent;
}

h3, h4, h5 {
	color: #5c186a;
	font-size: 110%;
	padding-left: 15px;
	padding-right: 15px;
}

hr {
	color: #5c186a;
	background-color: #5c186a;
	height: 1px;
}

a {
	color: #5c186a;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

p {
	color: #404040;
	padding: 0px 15px 0px 15px
}

ul {
	list-style-type: none;
	margin-left: 15px;
	width: 90%;
}

li {
	margin-bottom: 15px;
	background: url(images/img-bullet.gif) no-repeat;
	background-position: 0px 2px;
	padding-left: 20px;
	list-style-type: none;
}

.newsHolder {
	width: 175px;
	margin-top: -15px;
	#margin-top: 0px;
}

.newsTitle {
	background-color: #8e8f90;
	color: #ffffff;
	padding: 5px 10px 5px 10px;
	text-align: left;	
	width: 155px;
}

.rightBarBox {
	background-color: #eff3ef;
	margin-bottom: -9px;
}

.rightBarHolder {
	width: 248px;
	margin-top: -15px;
	#margin-top: 0px;
}

.rightBarTitle {
	background-color: #5c186a;
	color: #ffffff;
	padding: 5px 10px 5px 10px;
	text-align: left;	
	width: 228px;
}

.rightBarBoxContent {
	padding: 5px 15px 25px 15px;
	text-align: center;
}

.inputFields {
	border: 1px solid #5c186a;
	font-family: arial, tahoma, verdana, sans-serif;
}

.inputFieldserror {
	border: 1px solid #5c186a;
	background-color: #E8C0F2;
	font-family: arial, tahoma, verdana, sans-serif;
}

.submitButton {
	border: 1px solid #876691;
	background-color: #9C80A6;
	color: #683376;
	font-weight: bold;
}

#container {
	margin: 0 auto;
	width: 980px; 
	min-height: 100%;
	text-align: left;
	background-color: #ffffff;
	border-left: 1px solid #a1a1a1;
	border-right: 1px solid #a1a1a1;
	position: relative;
}

#menu {
    float: left;
    width: 115px;
    background-color: #ffffff;
    margin-top: -2px;
}

#contentBody {
    float: left;
    width: 410px;
}

#contentArea {
	margin-top: -8px; 
	#margin-top: -15px; 
	background-color: #eff3ef; 
	padding-bottom: 5px;
}

#header {
	width: 965px;
	height: 145px;
	margin: 0px;
	padding: 0px;
}

.navigation {
	width: 110px;
}

.navigation td {
	background-color: #8e8f90;
	text-align: center;
	height: 45px;
	padding: 5px 2px 5px 2px;
	margin-bottom: 2px;
	font-size: 90%;
	font-weight: bold;
}

.navigation td:hover {
    background-color: #5c186a;
}

.navigation a {
    color: #ffffff;
}

.navigation a:hover {
    text-decoration: none;
}

.navigation .selected {
	background-color: #5c186a;
	color: #ffffff;
}
	
#content {
	width: 965px;
	padding: 10px 0px 10px 7px;
	border: 0px solid blue;
	overflow: hidden;
}

#footer	{
	position:absolute;
	bottom: 0px;
	width: 935px;
	font-size: 90%;
	padding-left: 12px;
	padding-bottom: 10px;
	padding-top: 5px;
	margin-left: 15px;
	border-top: 1px solid #a35d9a;
}

#clearfooter {
	height: 55px;
	width: 100%;
	clear: both
}

.imgBorder {
	border: 1px solid #5c186a;
}

/* CODE REQUIRED FOR NEWS TICKER TO FUNCTION. REMOVE IF NO TICKER REQUIRED */
#ticker {
	width: 650px;
	height: 12px;
	padding: 2px;
}

.newsscroller {
	font-weight: normal;
	font-size: 85%;
}
/* END CODE */

img, input, button, image { behavior: url(iepngfix.htc) }

.table {
	width: 85%;
	overflow: hidden;
	padding-left: 20px;
	border: 0px solid green;
	margin-bottom: 5px;
	
}

.leftCell {
	float: left;
	width: 35%;
	color: #286fb3;
	font-weight: bold;
}

.rightCell {
	float: right;
	width: 60%;
	color: #000000;
}

.smallprint {
    font-size:85%;
}

.errortext 
{
    color: #FF0000;
}

.eventmonth {
	background-color: #5c186a;
	color: #ffffff;
}

.currentPage 
{
    color: red;
    text-decoration: underline;
}
