@charset "utf-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-attachment: fixed;
	background-color: #441D32;
	background-image: url(../images/bkgd_01.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.twoColFixLtHdr #container {
	width: 929px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(../images/img_container_bkgd.png);
	background-repeat: repeat-y;
} 
.twoColFixLtHdr #header {
	text-align: right;
	height: 75px;
	padding-top: 8px;
	padding-right: 5px;
	padding-bottom: 0;
	padding-left: 10px;
	margin-right: auto;
	margin-left: auto;
	width: 914px;
	font-size: 11px;
	background-image: url(../images/img_hdr_demibrae.png);
	background-position: left bottom;
	background-repeat: no-repeat;
} 
.twoColFixLtHdr #sidebar {
	float: left; /* since this element is floated, a width must be given */
	width: 201px;
	background-image: url(../images/img_sidebar_nav_top.png);
	background-repeat: no-repeat;
	background-position: top;
	padding-top: 25px;
}
.twoColFixLtHdr #mainContent {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 201px;
	padding-top: 0;
	padding-bottom: 0;
	overflow: visible;
} 
#index_copy {
	padding: 15px;
	background-image: url(../images/img_bkgd_contentBox02.jpg);
	background-repeat: no-repeat;
	background-position: center -1.5px;
}
#content_footer {
	background-image: url(../images/hr_bg.jpg);
	background-repeat: no-repeat;
	background-position: top;
	height: 30px;
	width: 695px;
	text-align: right;
	padding-top: 20px;
	padding-right: 5px;
	font-size: 11px;
	float: left;
}


.twoColFixLtHdr #footer {
	background-image: url(../images/img_bkgd_footer.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 95px;
	width: 824px;
	float: left;
	text-align: right;
	font-size: 11px;
	padding-right: 10px;
	padding-top: 41px;
	padding-left: 95px;
} 
.twoColFixLtHdr #footer2 {
	background-image: url(../images/img_bkgd_footer02.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 95px;
	width: 824px;
	float: left;
	text-align: right;
	font-size: 11px;
	padding-right: 10px;
	padding-top: 41px;
	padding-left: 95px;
}

#sidebar_UpcomingEvents {
	margin-top: 10px;
	padding-left: 15px;
	padding-right: 12px;
	font-size: 11px;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
/* =Text Styles
-----------------------------------------------------------------------------*/
.txt_Gold {
	color: #ffd838;
}
.txt_White {
	color: #FFF;
}
.txt_Purple {
	color: #5c0d72;
}
.txt_Purple11 {
	color: #5c0d72;
	font-size: 11px;
}

.txt_Red {
	color: #FF3300;
}

.txt_REVIEW {
	color: #000;
	background-color: #FF0;
}


/* -Sidebar Navigation---------------------------------------------------------------------*/

.demimenu-sel ul{
	list-style-type: none;
	padding: 0;
	margin-bottom: 0;
	margin-right: 0;
	margin-left: 0;
}

.demimenu-sel ul li{
	padding-bottom: 0px; /*bottom spacing between menu items*/
}

.demimenu-sel ul li a{
	color: #FFF;
	display: block;
	line-height: 15px;
	padding-left: 15px; /*link text is indented 8px*/
	text-decoration: none;
	background-image: url(../images/img_bkgd_sidebar01.png);
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}
.demimenu-sel ul li a:visited{
	color: #ffd838;
}

.demimenu-sel ul li a:hover{ /*hover state CSS*/
	color: #FFF;
	line-height: 15px;
	padding-left: 15px; /*link text is indented 8px*/
	text-decoration: none;
	background-image: url(../images/img_bkgd_sidebar03.png);
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	background-position: right;
}
.demimenu-sel ul li a.current,ul.vert-one li a.current:hover{
	background-image: url(../images/img_bkgd_sidebar00.png);
	background-repeat: no-repeat;
	color: #5c0d72;
	font-weight: bold;
}
.text-decoration: none;	color: #0099cc;
}

/* -General Site Navigation---------------------------------------------------------------------*/
a:link {
	text-decoration: underline;
	color: #000;
	font-weight: bold;
}
a:visited {
	font-weight: bold;
	color: #5c0d72;
	text-decoration: underline;
}
a:hover {
	font-weight: bold;
	color: #5c0d72;
	text-decoration: underline;
}
a:active {
	font-weight: bold;
	color: #000;
	text-decoration: underline;
}
.class1 a {
	font-weight: normal;
}
.class1 a:link {
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
}
.class1 a:visited {
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
}
.class1 a:hover {
	text-decoration: underline;
	color: #FFF;
	font-weight: bold;
}
.class1 a:active {
	text-decoration: none;
	color: #FFF;
	font-weight: bold;
}
.class2 a {
	font-weight: normal;
}
.class2 a:link {
	color: #000;
	text-decoration: underline;
	font-weight: bold;
}
.class2 a:visited {
	color: #000;
	font-weight: bold;
	text-decoration: underline;
}
.class2 a:hover {
	text-decoration: underline;
	color: #8C5278;
	font-weight: bold;
}
.class2 a:active {
	text-decoration: none;
	color: #000;
	font-weight: bold;
}

.class3 a {
	font-weight: normal;
}
.class3 a:link {
	color: #ffd838;
	text-decoration: underline;
	font-weight: bold;
}
.class3 a:visited {
	color: #ffd838;
	font-weight: bold;
	text-decoration: underline;
}
.class3 a:hover {
	text-decoration: underline;
	color: #ffd838;
	font-weight: bold;
}
.class3 a:active {
	text-decoration: underline;
	color: #ffd838;
	font-weight: bold;
}
.class4 a {
	font-weight: normal;
}
.class4 a:link {
	color: #FFF;
	text-decoration: underline;
	font-weight: bold;
	font-size: 11px;
}
.class4 a:visited {
	color: #000;
	font-weight: bold;
	text-decoration: none;
}
.class4 a:hover {
	text-decoration: underline;
	color: #000;
	font-weight: bold;
}
.class4 a:active {
	text-decoration: none;
	color: #FFF;
	font-weight: bold;
	font-size: 11px;
}

.class5 a {
	font-weight: normal;
	font-size: 11px;
	color: #FFF;
}
.class5 a:link {
	color: #000;
	text-decoration: underline;
	font-weight: bold;
}
.class5 a:visited {
	color: #000;
	font-weight: bold;
	text-decoration: none;
}
.class5 a:hover {
	text-decoration: underline;
	color: #000;
	font-weight: bold;
}
.class5 a:active {
	text-decoration: none;
	color: #000;
	font-weight: bold;
}
#body_copy {
	text-align: center;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 15px;
	float: left;
}
.txt_Purple16px {
	color: #5c0d72;
	font-size: 16px;
}
.twoColFixLtHdr #container2 {
	width: 929px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(../images/img_container_bkgd02.png);
	background-repeat: repeat-y;
}
.txt_White16px {
	color: #FFF;
	font-size: 16px;
}
.txt_LPurple {
	color: #8C5278;
}
.txt_10px {
	font-size: 10px;
}
.txt_LPurple16px {
	color: #5C0D72;
	font-size: 16px;
}
#body_copyWmark {
	text-align: center;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 15px;
	float: left;
	background-image: url(../images/img_bkgd_contentBox02.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
.txt_11px {
	font-size: 11px;
	font-family: Verdana, Geneva, sans-serif;
}

