body
{
	font-size: 12px;
	line-height: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	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;
	background-image: url(../images/broadcloth2.jpg);
	background-repeat: repeat-y;
}

h1
{
	font-size: 30px;
	line-height: 125%;
}

h2
{
	font-size: 24px;
	line-height: 125%;
}

h3
{
	font-size: 18px;
	line-height: 125%;
}

h4
{
	font-size: 16px;
	line-height: 125%;
}

.mainTitle
{
	font-size: 24px;
	color: #0000FF;
	font-weight: bold;
}

.locationInfo
{
	font-size: 14px;
	font-weight: bold;
}

#tagline
{
	height: 28px;
	background-color: #0f0d0e;
	color: #ffffff;
	font-size: 18px;
	font-weight: bold;
	padding: 6px 0 2px 0;
	font-style: italic;
	text-align: center;
	border-top: 1px white solid;
	border-right: 0px white solid;
	border-bottom: 1px #ffffff solid;
	border-left: 0px solid;
}

.twoColElsLtHdr #container
{
	width: 900px;
	/* this width will create a container that will fit in an 800px browser window if text is left at browser default font sizes */
	background-color: #FFFFFF;
	margin: 0 auto 0 95px;
	/* the auto margins (in conjunction with a width) center the page */
	border: 0px #000 solid;
	text-align: left;
	/* this overrides the text-align: center on the body element. */
	background-image: url(../images/navback.jpg);
	background-repeat: repeat-y;
}

.twoColElsLtHdr #mainContent
{
	margin: 0 auto 0 150px;
	/* the right margin can be given in ems or pixels. It creates the space down the right side of the page. */
	background-color: #FFFFFF;
	width: 648px;
}

.twoColElsLtHdr #mainContent #dateInfo
{
	font-size: 22px;
	font-weight: normal;
	text-align: center;
	border-top: 0;
	border-right: 0;
	border-bottom: 1px #CCC solid;
	border-left: 0;
	padding-bottom: 8px;
}

.twoColElsLtHdr #mainContent p
{
	font-size: 12px;
	line-height: 150%;
}

.twoColElsLtHdr #mainContent td
{
	font-size: 100%;
	line-height: 150%;
}

.twoColElsLtHdr #mainContent .middleContent
{
	font-size: 12px;
	background-color: #FFF;
	width:900px;
}

.twoColElsLtHdr #mainContent .middleContent .center { text-align: center; }

.twoColElsLtHdr #header
{
	background: #0000FF;
	padding: 0;
	/* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	text-align: center;
}

.twoColElsLtHdr #header h1
{
	margin: 0;
	color: white;
	padding: 10px 0;
	/* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

.twoColElsLtHdr #sidebar1
{
	float: left;
	width: 145px;
	/* since this element is floated, a width must be given */
	/* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 0;
	/* top and bottom padding create visual space within this div */
}

.twoColElsLtHdr #sidebar1 h3, .twoColElsLtHdr #sidebar1 p
{
	/* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 10px;
}

.twoColElsLtHdr #footer
{
	padding: 0 10px;
	/* this padding matches the left alignment of the elements in the divs that appear above it. */
	font-size: 9px;
	text-align: center;
	background-image: url(../images/footerbg.jpg);
	background-repeat: repeat-x;
}

.twoColElsLtHdr #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 */
}

/* Miscellaneous classes for reuse */
.fltrt
{
	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
{
	clear: both;
	height: 0;
	font-size: 1px;
	line-height: 0px;
}

.photoLeft
{
	float: left;
	padding: 6px 6px 6px 2px;
}

.times
{
	text-align: right;
	white-space: nowrap;
}

.topics
{
	color: #003366;
	font-weight: bold;
}

.eyebrow
{
	font-size: 14px;
	font-style: italic;
}

.fieldLabel
{
	text-align: right;
	font-weight: bold;
	white-space: nowrap;
	color: blue;
	font-size: 12px;
}

.scheduleGrid
{
	border-color: #cccccc;
	border-width: 1px;
	border-style: solid;
}

.scheduleGrid .dayHeader
{
	color: #ffffff;
	background-color: #0000FF;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
}

.scheduleGrid td
{
	border-color: #cccccc;
	border-width: 1px 0 0 1px;
	border-style: solid;
}

.scheduleTable h3 { border-top: 1px #CCC solid; }

/* under layer */
ul#mainnav
{
	list-style: none;
	margin: 0;
	padding: 0;
	display: block;
}

/* top layer */
/* top layer */
ul#mainnav li
{
	/*background-color: #C11631;*/
	padding: 3px;
	display: block;
	border-color: #FFF;
	border-width: 1px;
	border-style: solid none none none;
	font-size: 14px;
	line-height: 125%;
}

ul#mainnav li a:link, ul#mainnav li a:visited
{
	text-decoration: none;
	display: block;
	/*background-color: #C11631;*/
	/*font: bold 10pt/1.5 arial, san-serif;*/
	color: #ffffff;
	padding: 3px;
}

/* top layer hover color*/
ul#mainnav li a:hover
{
	background-color: #FFFFFF;
	color: black;
	padding: 3px;
	display: block;
}

/* ---------   main nav_b starts here ----------------------------  */
ul#mainnav_b
{
	list-style: none;
	margin: 0;
	padding: 0;
	display: block;
}

/* top layer */
ul#mainnav_b li a:link, ul#mainnav_b li a:visited
{
	text-decoration: none;
	display: block;
	/*background-color: #C11631;*/
	/*font: bold 10pt/1.5 arial, san-serif;*/
	color: #000000;
	padding: 3px;
}

/* top layer */
ul#mainnav_b li
{
	/*border-top: 1px solid #000000;*/
	/*background-color: #C11631;*/
	padding: 1px;
	display: block;
}

/* top layer hover color*/
ul#mainnav_b li a:hover
{
	background-color: #FFFFFF;
	color: black;
	padding: 3px;
	display: block;
}

/* -----  subnav links added here ----------- */
/* Sets subnav list nav links */
ul#mainnav ul.subnav
{
	background-color: transparent;
	margin-left: 1px;
	padding-left: 0px;
	list-style: circle;
	color: white;
	border-style: none;
}

/* ----- this style controls left edge of subnav list --*/
ul#mainnav ul.subnav li
{
	background-color: transparent;
	font-size: 10px;
	padding: 0 0 0 9px;
	line-height: 12px;
	list-style: circle;
	border-style: none;
}

/* Sets color for subnav list nav links */
ul#mainnav ul.subnav li a:link, ul#mainnav ul.subnav li a:visited
{
	font-size: 10px;
	color: #FFFFFF;
	background-color: transparent;
	display: block;
	font-weight: bold;
	border-style: none;
	list-style: circle;
}

/* Sets hover color for subnav list nav links */
ul#mainnav ul.subnav li a:hover
{
	color: #000000;
	background-color: #FFFFFF;
	border-style: none;
}

/* end subnav here */
.pageTitleHeader
{
	font-size: 30px;
	color: #0000FF;
}

#news
{
	background-color: white;
	float: right;
	width: 220px;
	border: 8px #FFF solid;
	height: auto;
}

.newsitem
{
	border: 1px red solid;
	padding: 6px;
	text-align: center;
}

.photoRight
{
	float: right;
	padding: 8px 0px 8px 8px;
}

.headStaff
{
	font-weight: 14px;
	white-space: nowrap;
}

.staffTitle 
{
	font-weight: bold;
	color: #666666;
	font-size: 14px;
	line-height: normal;
		line-height: normal;
}

.staffName
{
	font-weight: bold;
	white-space: nowrap;
	font-size: 14px;
}

.tribeName
{
	font-weight: normal;
	font-style: italic;
	white-space: nowrap;
	font-size: 14px;
}

