body {
	margin: 0px;
	padding: 0px;
	background-color: #191c62;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #191C62;
}

.eventsContainer {
	height: 115px;
	overflow: auto;
	scrollbar-base-color: #8289be;
	scrollbar-track-color: #24256a;
	/*scrollbar-face-color: color;*/
	scrollbar-highlight-color: #24256a;
	scrollbar-3dlight-color: #24256a;
	scrollbar-darkshadow-color: #24256a;
	scrollbar-shadow-color: #24256a;
	scrollbar-arrow-color: #24256a;
}

.newsContainer {
	height: 190px;
	width: 200px
	overflow: auto;
	scrollbar-base-color: #8289be;
	scrollbar-track-color: #24256a;
	/*scrollbar-face-color: color;*/
	scrollbar-highlight-color: #24256a;
	scrollbar-3dlight-color: #24256a;
	scrollbar-darkshadow-color: #24256a;
	scrollbar-shadow-color: #24256a;
	scrollbar-arrow-color: #24256a;
	border 1 solid black;
}

.submitImg {
	background: url('images/circlearrow.gif'); 
	border: 0px none; 
	width: 22px; 
	height:22px;
}

.newsletter  {
	border: 1px solid #24256a;
	background-color: #8289be;
	width: 124px;
	height: 19px;
}


td {
	font-size: 11px;
	color: #191C62;
}
form {
	margin: 0;
}
.searchBox input {
	border: 1px solid #24256a;
	background-color: #5b5f9e;
	width: 128px;
	height: 19px;
}
.searchBox td {
	color: #8289be;
	
}

.eventsList, .eventsList tr {
	margin-right: -30px;
	padding-right: -30px;
}
.eventsList td {
	color: #8289be;
	line-height: 15px;
}
.eventsList td strong {
	font-size: 12px;
	color: #e7803b;
}
.eventsList td a {
	color: #8289be;
	text-decoration: none;
}
.eventsList td a.moreEvents {
	color: white;
	text-decoration: underline;
}



.content h1 {
	color: #e7803b;
	font-size: 17px;
}
.content h2 {
	font-size: 12px;
}
.content a {
	color: #e7803b;
	text-decoration: none;
}
.content a:hover {
	text-decoration: underline;
}
