h1 {
	font-size: 20px;
	font-family: Arial, Helvetica, sans-serif;
	color: #85c236;
	padding-left: 3px;
	font-weight: bold;
}

body {
	margin: 0;
	background-image: url(../images/water.jpg);
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

#flash {
	text-align: center;
}
.flash2 
{
	background-image: url(../images/flash.jpg);
	}
#flash2
{
	text-align: right;
	}
#curveleft {
	background-image: url(../images/curveleft.gif);
	height: 35px;
	width: 20px;
}
#curveright {
	background-image: url(../images/curveright.gif);
	height: 35px;
	width: 20px;
}
#curvecenter {
	background-image: url(../images/curvecenter.gif);
	height: 35px;
	text-align: center;
}
a:link {  color: #333333; text-decoration: underline}
a:visited {  color: #333333; text-decoration: underline}
a:hover {  color: #333333; text-decoration: none}
.logo
{
	color: #CCCCCC;
	background-image: url(../images/oasisheader.jpg);
	height: 100px;
	width: 1000px;
	text-align: right;
	vertical-align: bottom;
	padding-right: 10px;
	}
.text {  font-family: Tahoma; font-size: 11px; color: #666666}
.title {  font-family: Tahoma; font-size: 18px; font-weight: bold; color: #333333}
.text1 {
font-family: Tahoma; font-size: 11px; color: #FFFFFF
}
.footer {
font-family: Tahoma; font-size: 11px; color: #67BCEC
}
a.a:link {
	font-family: tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #CCCCCC;
}
a.a:hover {
	font-family: tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #E4E4E4;
}
a.a:visited {
	font-family: tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #CCCCCC;
}
.Dataviews {
	font-size: smaller;
	margin: 0 0 5px 0;
}
.ImgSpace
{
	margin: 0px;
	padding-right: 5px;
	padding-left: 5px;
}
body
{
	background-color: #CCCCCC;
}
.HomeEventDate
{
	font-family: Tahoma;
	font-size: 11px;
	color: #666666;
	
}
.HomeEventName
{
	font-family: Tahoma;
	font-size: 11px;
	color: #666666;
	
}
/* Accordion */
.accordionHeader
{
	border: 1px solid #2F4F4F;
	color: white;
	background-color: #4BA2D8;
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
	padding: 5px;
	margin-top: 5px;
	cursor: pointer;
}

#master_content .accordionHeader a
{
	color: #FFFFFF;
	background: none;
	text-decoration: none;
}

#master_content .accordionHeader a:hover
{
	background: none;
	text-decoration: underline;
}

.accordionHeaderSelected
{
    border: 1px solid #4BA2D8;
    color: white;
    background-color: #4BA2D8;
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
}

#master_content .accordionHeaderSelected a
{
	color: #FFFFFF;
	background: none;
	text-decoration: none;
}

#master_content .accordionHeaderSelected a:hover
{
	background: none;
	text-decoration: underline;
}

.accordionContent
{
    background-color: #D3DEEF;
    border: 1px dashed #2F4F4F;
    border-top: none;
    padding: 5px;
    padding-top: 10px;
}

