@charset "utf-8";
a:link {text-decoration: none; color: red; font-weight: bold;}
a:visited {text-decoration: none; color: red; font-weight: bold;}
a:hover {text-decoration: underline; color: red; font-weight: bold;}
a:active {text-decoration: none; color: red; font-weight: bold;}

a.black:link {text-decoration: none; color: black; font-weight: bold;}
a.black:visited {text-decoration: none; color: black; font-weight: bold;}
a.black:hover {text-decoration: underline; color: black; font-weight: bold;}
a.black:active {text-decoration: none; color: black; font-weight: bold;}

body {
    font: 100% Verdana, Arial, Helvetica, sans-serif;
    background: #FFF;
    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;
}

.oneColFixCtrHdr #container {
    width: 860px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
    background: #FFFFFF;
    margin: 25px auto 0;
    text-align: justify;
    border-top: 0px none #000000;
    border-right: 0px none #000000;
    border-bottom: 0px none #000000;
    border-left: 0px none #000000;
}

.oneColFixCtrHdr #header {
    background: #FFF url(/images/logo.gif) no-repeat center center;
    padding: 0;
    height: 198px;
    margin: 0px;
}

.oneColFixCtrHdr #header h1 {
}

.oneColFixCtrHdr #mainmenu {
	height: 32px;
	margin-top: 30px;
}

.oneColFixCtrHdr #mainContent {
    background: #FFFFFF;
    min-height: 400px;
    margin: 10px 20px 0px;
}

.oneColFixCtrHdr #mainContent p {
	/*    text-align: justify; */
    white-space: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}

.oneColFixCtrHdr #mainContent h1 {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align: left;
	white-space: normal;
	font: bold normal 18px Arial, Helvetica, sans-serif;
	padding-right: 50px;
	padding-bottom: 25px;
}

.oneColFixCtrHdr #mainContent h2 {
	text-align: left;
	white-space: normal;
	font: bold normal 14px Arial, Helvetica, sans-serif;
	padding-top: 15px;
	padding-right: 50px;
	padding-bottom: 15px;	
}

.oneColFixCtrHdr #footerDeco {
	height: 30px;
	margin-top: 30px;
	background-color: #FFF;
	background-image: url(/images/footer.gif);
	background-repeat: no-repeat;
	background-position: center center;
}

.oneColFixCtrHdr #footer {
	height: 115px;
	margin-top: 15px;
	background-color: #FFF;
	background-image: url(/images/footerBottomWithText.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}

.oneColFixCtrHdr #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: 0px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
    text-align: center;
}

.calendarDayNum {
	font-size: 9px;
	text-align: center;
}

.calendarWeekNum {
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	color: #FFF;
}

.calendarWeekdayName {
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	color: #FFF;
}

.calendarFlowHeading {
    text-align: left;
    font-size: 11px;
    font-weight: bold;
    text-align: left;
    color: #FFF;
    padding: 3px 0px 0px 5px;
}

.calendarFlowParagraph {
    text-align: left;    
	font-size: 10px;
	margin: 2px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
}

.calendarMonthName {
    text-align: center;    
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
}


.newsFlowHeading {
    text-align: left;
    vertical-align: top;
    color: #FFF;
    padding-left: 13px;
    font-size: 12px;
    font-weight: bolder;
}

.newsFlowParagraph {
    text-align: justify;
    padding-left: 10px;
    vertical-align: top;
    padding-top: 0px;
	padding-right: 25px;	
}

.newsFlowPictureParagraph {
	font-size: 10px;
	text-align: center;
	vertical-align: top;
}

.subMenu {
	font-size: 11px;
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
	padding-bottom: 20px;
}
.calendarDayNumReserved {
	font-size: 9px;
	text-align: center;
	font-weight: bold;
	color: #FFF;
}
.calendarDayNumToday {
    font-size: 11px;
    text-align: center;
    font-weight: bold;
}
.newsFlowParagraphClosing {
	border-top: 2px solid #CCCCCC;
	font-size: 9px;
    text-align: right;
    padding-top: 5px;
	padding-bottom: 15px;
    font-style: italic;
    font-weight: bold;
    padding-right: 10px;
    color: #666;
}
.formFields {
	font-size: 10px;
	text-align: left;
	font-weight: bold;
}

#ieError {
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 24px;
    font-weight: bolder;
    padding-right: 50px;
    padding-left: 50px;
}

#moveUp {
    margin-top: -5px;
}

.calendarFlowHeadingCentered {
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    color: #FFF;
    padding: 3px 0px 0px 5px;
}

/*.newsFlowParagraphWithoutIndent {
    text-align: justify;
    vertical-align: top;
    padding-top: 10px;
	padding-right: 25px;	
}*/

.globalParagraph {
	text-align: justify;
	vertical-align: top;
	margin-top: -5px;
	padding-right: 25px;	
}

.calendarWeekScheduleExpandSet {
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    color: #000;
}

.calendarWeekScheduleExpandSetParagraph {
    font-size: 12px;
    font-weight: normal;
    text-align: left;
    color: #000;
    text-indent: 10px;
}

.globalParagraphForSpecialUse {
    text-align: justify;
    vertical-align: top;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    text-indent: 10px;
}
.oneColFixCtrHdr #mainContent h3 {
	text-align: left;
	padding-bottom: 10px;	
}
#moveUpTimesTwo {
	margin-top: -10px;
}
.authorParagraphClosing {
	font-size: 9px;
	text-align: right;
	padding-top: 5px;
	padding-bottom: 15px;
	font-style: italic;
	font-weight: bold;
	padding-right: 10px;
	color: #666;
}
