@charset "utf-8";
body {
	background-color: #FFFFFF;
}a:link {
	color: #666666;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #333333;
}
a:hover {
	text-decoration: underline;
	color: #333333;
}
a:active {
	text-decoration: none;
	color: #333333;
}
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #FFFFFF;
	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;
}
h1 {
	font-family: "Times New Roman", Times, serif;
	color: #BA0000;
	font-size: 16px;
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-top-color: #BA0000;
	border-right-color: #BA0000;
	border-bottom-color: #BA0000;
	border-left-color: #BA0000;
}
strong {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 12px;
	text-align: left;
	font-weight: normal;
}
h2 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 12px;
	text-align: left;
	font-weight: bold;
}

h3 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 12px;
	text-align: left;
	font-weight: bold;
}

h4 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 12px;
	text-align: left;
	font-weight: bold;
}

h5 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 12px;
	text-align: left;
	font-weight: bold;
}

h6 {
font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 12px;
	text-align: left;
	font-weight: bold;
}

.thrColAbsHdr #container {
	position: relative; /* adding position: relative allows you to position the two sidebars relative to this container */
	width: 993px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	overflow: hidden;
}

.thrColAbsHdr #header {
	height: 80px; 
	padding-bottom: 0px;
} 
.thrColAbsHdr #header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	padding-bottom: 15px;
}
.thrColAbsHdr #sidebar1 {
	position: absolute;
	left: 0;
	width: 199px;
}
.thrColAbsHdr #sidebar2 {
	position: absolute;
	right: 0;
	width: 216px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #EBEBEB; /* padding keeps the content of the div away from the edges */
	background-color: #FFFFFF;
}
.thrColAbsHdr #sidebar3 {
	background: #BDCABE;
	margin-bottom: 10px;
	clip: rect(auto,auto,auto,auto);
	margin-right: 0px;
	margin-top: 15px;
	width: 216px;
}
.thrColAbsHdr #sidebar4 {
	background: #AEC6B6;
	margin-bottom: 10px;
	clip: rect(auto,auto,auto,auto);
	margin-right: 0px;
	margin-top: 15px;
	width: 216px;
}
.thrColAbsHdr #sidebar5 {
	margin-bottom: 10px;
	clip: rect(auto,auto,auto,auto);
	margin-right: 0px;
	margin-top: 15px;
	width: 216px;
	background-color: #BAD1C1;
}
.thrColAbsHdr #weeckly {
	margin-bottom: 10px;
	clip: rect(auto,auto,auto,auto);
	margin-right: 0px;
	margin-top: 15px;
	width: 250px;
	background-color: #FFFFFF;
	font-size: 10px;
	background-position: top;
}
.thrColAbsHdr #monthly{
	margin-bottom: 10px;
	clip: rect(auto,auto,auto,auto);
	margin-right: 0px;
	margin-top: 15px;
	width: 250px;
	background-color: #FFFFFF;
	font-size: 10px;
}
.thrColAbsHdr #mainContent {
	width: 550px;
	height: auto;
	margin-right: 225px;
	margin-bottom: 0;
	margin-left: 200px;
	padding-top: 15px;
	padding-right: 4px;
}
.thrColAbsHdr #footer {
	font-size: 9px;
	width: 100%;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	background-color: #FFFFFF;
} 
.thrColAbsHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.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;
}

.MainText {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 12px;
	text-align: left;
} 
.MainTextBrown {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #614524;
	font-size: 12px;
} 
.MainTextRed {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #BC3927;
	font-size: 12px;
	font-weight: bolder;
} 
.MainTextSmall {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 10px;
	text-align: left;
} 
.MainTextWhite {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #FFF;
	font-size: 12px;
}
.MainTextSmallHomeCalendar {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 10px;
	list-style-image: url(../Images/bullet.gif);
	list-style-type: square;
	list-style-position: inside;
}
.thrColAbsHdr #mainContentcalendar {
	width: auto;
	height: auto;
	margin-right: 225px;
	margin-bottom: 0;
	margin-left: 200px;
	padding-top: 15px;
	overflow: visible;
}
.EventDetailFrame {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 12px;
	padding: 2px;
	height: 150px;
	width: 550px;
	border: 1px solid #848484;
	margin-bottom: 5px;
}
.MainTextRedTitle {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #BC3927;
	font-size: 16px;
	font-weight: bolder;
}
table#calendar {
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
table#calendar caption {
	font-size: 120%;
	font-weight: bold;
}
table#calendar a {
	text-decoration:none;
}
table#calendar tr#days th {
	color: #FFFFFF;
	background-color: #BC0000;
	font-weight: bold;
	padding: .3em 1px;
	width: 100px;
}
table#calendar tr#title th {
	background: #FFFFFF;
	color: #BC0000;
	font-size: 120%;
	border: 1px solid #D8D8D8;
	padding-top: .3em;
	padding-left: .3px;
}
table#calendar td {
	width: 120px;
	height: 90px;
	color: #848484;
	text-align: right;
	border: 1px solid #D8D8D8;
	border-color: #D8D8D8 #D8D8D8 #D8D8D8 #D8D8D8;
	vertical-align: top;
}
table#calendar .day7 {
	border-right: 1px solid #CCCCCC;
}
table#calendar td a {
	font-weight: bold;
	display: block;
	margin: 0;
	padding: 0px;
	width: 100px;
}
table#calendar th a {
	font-weight: bold;
}
table#calendar a:link {color: #646464;}
table#calendar a:visited {color: #CC0000;}
table#calendar a:hover {color: #FFFFFF; background: #BC0000;}
table#calendar .day1, table#calendar .day7 {
	background: #FFFFFF;
}
table#calendar .blank {
	background: #AAB;
	border: 1px solid #AAB;
	border-right: 1px solid #99A;
	width: 100px;
}
table#calendar .lastweek td {
	border-bottom: 2px solid #AAB;
}
table#calendar .today {
	background-color: #AEC6B6;
	border: 1px solid black;
}
table#calendar p {
	font-size: 70%;
	color: #666666;
	margin: 0px;
	padding: 0px;
	border-top: 1px solid #666666;
}
.MainTextRight {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 12px;
	text-align: right;
}
.MainTextRedCalendar {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #666;
	font-size: 10px;
	font-weight: bolder;
	background-color: #A7C7B6;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	list-style-type: circle;
}
.MainTextTitle {
	font-family: "Times New Roman", Times, serif;
	color: #BA0000;
	font-size: 16px;
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-top-color: #BA0000;
	border-right-color: #BA0000;
	border-bottom-color: #BA0000;
	border-left-color: #BA0000;	

}
.mainnavwrap
{
	margin: 0px;
	padding: 0px;
	text-align: left;
	vertical-align: top;
}
#mainnav 
{
	position:relative;
	float:left;
	color: #848484;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	vertical-align: text-bottom;
	letter-spacing: 1px;
	word-spacing: 2px;
	text-align: left;
	width: 199px;
	height: 1000px;
	top: 20px;
	border-top-style: 0;
	border-right-style: 0;
	border-bottom-style: 0;
	border-left-style: 0;
	left: -30px;
}

#mainnav li
{
display:inline;

list-style:none;
float:left;
}

#mainnav li a
{
color:#848484;
font-weight:bold;
display:block;
height:8px;
height:8px;
height:8px;
text-decoration:none;
text-indent:0px;
padding:1;

outline:none;
background:url(../images/NB.gif) no-repeat center top;  width:199px;
cursor:pointer;
}



#mainnav li#mainnav-1 a{
	background-image:url(../images/NB.gif);
	width:199px;
	width:199px;
	height: 20px;
	font-size: 12px;
}
#mainnav li#mainnav-2 a{
	background-image:url(../images/NB2.gif);
	width:199px;
	width:199px;
	height: 20px;
	color: #BA0000;
	font-size: 12px;
}

#mainnav li a:hover, #mainnav li.active a {
	background-position: center bottom;
	color: #BA0000;
}

.mainnavline 
{
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999;
	float: right;
	padding-right: 0px;
	padding-left: 0px;
	margin-left: 1px;
	margin-right: 0px;
	width: 199px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	height: 0px;
	position: fixed;
	left: -5px;
	top: 134px;
.MainTextRelation {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 12px;
	text-align: left;
}
.MainTextRelation {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #EE419D;
	font-size: 16px;
	text-align: left;
	font-weight: bold;
}
