@charset "utf-8";
/* CSS Document */

body
{
	margin:0;
	background-image:url(../images/TopBackground.jpg);
	background-repeat:repeat-x;
	background-color:#d2ccc4;
	font-family:Tahoma;
	font-size:12px;
	font-weight:bold;
	color:#FFFFFF;
	table-layout:fixed;
}

a:link { color:#ffba00; text-decoration:none; }
a:visited { color:#ffba00; text-decoration:none; }
a:hover { color:#ffba00; text-decoration:none; }
a:active { color:#ffba00; text-decoration:none; } 

a.white:link { color:#FFFFFF; text-decoration:none; }
a.white:visited { color:#FFFFFF; text-decoration:none; }
a.white:hover { color:#FFFFFF; text-decoration:none; }
a.white:active { color:#FFFFFF; text-decoration:none; }

a.beige:link { color:#ede39a; text-decoration:none }
a.beige:visited { color:#ede39a; text-decoration:none }
a.beige:hover { color:#ede39a; text-decoration:underline }
a.beige:active { color:#ede39a; text-decoration:none }

a.black:link { color:#000000; text-decoration:none }
a.black:visited { color:#000000; text-decoration:none }
a.black:hover { color:#000000; text-decoration:none }
a.black:active { color:#000000; text-decoration:none }

a.whiteLink:link
{
	text-decoration:none; 
	color:#FFFFFF; 
	font-size:13px;
	font-weight:bold;
}

a.whiteLink:visited
{
	text-decoration:none; 
	color:#FFFFFF; 
	font-size:13px;
	font-weight:bold;
}

a.whiteLink:hover
{
	text-decoration:none; 
	color:#FFFFFF; 
	font-size:13px;
	font-weight:bold;
}

a.whiteLink:active
{
	text-decoration:none; 
	color:#FFFFFF; 
	font-size:13px;
	font-weight:bold;
}

a.redLink:link
{
	text-decoration:none; 
	color:#770306; 
	font-size:13px; 
	font-weight:bold;
}

a.redLink:visited
{
	text-decoration:none; 
	color:#770306; 
	font-size:13px; 
	font-weight:bold;
}

a.redLink:hover
{
	text-decoration:none; 
	color:#770306; 
	font-size:13px; 
	font-weight:bold;
}

a.redLink:active
{
	text-decoration:none; 
	color:#770306; 
	font-size:13px; 
	font-weight:bold;
}

.black
{
	color:#000000;
}

.date
{
	font-weight:bold;
	color:#FFFFFF;
}

.eventTitle
{
	font-size:13px;
	font-weight:bold;
	color:#dca618;
}

.footer
{
	font-size:11px;
	font-weight:bold;
	color:#FFFFFF;
}

.left_btm_gradient
{
	background-image:url(../images/BottomShadowLeft.jpg);
	background-repeat:repeat-y;
}

.newsText
{
	font-weight:bold;
	color:#584e42;
}

.orangeTitle
{
	font:Tahoma;
	font-size:15px;
	font-weight:bold;
	color:#ffba00;
	padding-bottom:5px;
}

.readMore
{
	font:Tahoma;
	font-size:12px;
	font-weight:bold;
	color:#ffba00;
} 

.right_btm_gradient
{
	background-image:url(../images/BottomShadowRight.jpg);
	background-repeat:repeat-y;
	width:39px;
}

.smallText
{
	font:Tahoma;
	font-size:11px;
	font-weight:bold;
	text-align:justify;
	color:#FFFFFF;
	padding-right:12px;
}

.whiteTitle
{
	font:Tahoma;
	font-size:13px;
	font-weight:bold;
	color:#FFFFFF;
}



