html {
	height: 100%;
}

body {
	background-color: white;
	background-image:url("background_images/page.jpg");
	background-repeat:repeat-x;
	background-position: top;
	text-align:center;
	height: 100%;
	overflow:visible;
	padding:0px;
	margin:0px;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: black;
}

#centeredContent {
	background-color:white;
	border-left: 1px solid #86005C;
	border-right: 1px solid #86005C;
	height: auto;
	min-height: 100%;
	overflow:auto;
	overflow-x:hidden;
	overflow-y:hidden;
	width: 986px;
	margin-left: auto;
	margin-right: auto;
	text-align:left;
	background-image:url("background_images/date_footer.gif");
	background-repeat:no-repeat;
	background-position: bottom right;
}

#footer {
	background-color: #86005C;
	margin-left: auto;
	margin-right: auto;
	width: 974px;
	color: white;
	padding: 4px;
	padding-left: 10px;
	font-size: 10px;
	text-align:left;
}

#leftColumn {
	float: left;
	width: 435px;
	min-height: 655px;
	height:655px;
	overflow-y:hidden;
	background-image:url("background_images/home_left.jpg");
	background-repeat:no-repeat;
	background-position: 21px -5px;
	margin:0px;
	padding:0px;
	background-color:white;
	display:inline;
}

#rightContent {
	border-left:10px solid white;
	width: 530px; 
	float:left; 
	text-align:right; 
	margin-top: 15px; 
	color: black;
	margin:0px;
	padding:0px;
	min-height: 770px;
	height:100%;
	overflow:auto;
	display:inline;
}

#menu {
	width: 540px;
	text-align:right;
	border-bottom: 1px solid #86005C;
	float: left;
	margin-bottom: 5px;
}

#menu a {
	color: #86005C;
	font-size: 14px;
	text-decoration: none;
	font-weight: bold;
	padding-right: 4px;
	border-right: 3px solid #86005C;
	margin: 1px;
}

#menu a:hover {
	color: #CA0088;
}

h1 {
	color: #86005C;
	font-size: 18px;
	margin-bottom: 10px;
	text-transform:capitalize;
}

h2 {
	color: #86005C;
	font-size: 16px;
	margin-bottom: 0px;
}

td {
	padding: 4px;
}

tr.alt td {
	background: #ECD1E3;
}

#resultsTable td a {
	border-left: white;
	border-top: white;
	border-bottom: #D489BC;
	border-right: #D489BC;
}

select {
	background-color: #ECD1E3;
}

a {
	color: #86005C;
}

a:hover {
	color: #CA0088;
}

#footer a {
	color: white;
	text-decoration:none;
}

#footer a:hover {
	text-decoration:underline;
}

#newsItem {
	background-image:url(background_images/home_news.gif);
	background-repeat:no-repeat;
	width:700px;
	height:170px;
	position:relative;
	z-index:99;
	top:-119px;
	_top:0px;
	margin-left:254px;
	margin-right:auto;
	border-top:1px solid white;
}

#newsItem div#newsSlideshow {
	margin-left:53px;
	margin-top:50px;
	width:602px;
	height:98px;
}

#newsItem div#newsSlideshow img {
	margin-left:-6px;
	margin-top:-16px;
	width:128px;
	height:128px;
	margin-right:16px;
	float:left;
}

#moreNewsLink {
	position:relative;
	top:-27px;
	left:530px;
	width:150px;
	height:26px;
}

#moreNewsLink img {
	width:150px;
	height:25px;
	border:none;
}

textarea {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
}