@charset "UTF-8";
body {
	background: #00FF00 url(images/bbr.gif);
	background: #00FF00 url(images/gbr.gif);
	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: 100%;
	font-weight: normal;
}

/*****************/
/* LINKS */
/*****************/

a {color: #714554;}

a:hover {color: #000}

a:visited {color: #689dc9;}

/*****************/
/*****************/


.oneColFixCtrHdr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	background: #f1ecf0 url(images/gbr.gif);
	background: #f1ecf0;
	background: #fefcf1;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	margin-top: 8px; /* */
	padding-top: 8px; /* */
	border: 1px solid #999;
	text-align: center; /*  */
}
.oneColFixCtrHdr #header {
	/*background: #DDDDDD; */
	font-family: Century Gothic,Verdana, Arial, Helvetica, sans-serif;
	padding: 0 10px 0 10px;  /* 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. */
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
/*visibility: hidden;*/
}
.oneColFixCtrHdr #header h2 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	/*word-spacing: 2px;t */
	letter-spacing: 1.5px; /*   */
}
.oneColFixCtrHdr #mainContent {
	text-align: left; /*  */
	padding: 0 22px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #f1ecf0;
	background: #fbfbfb;
}
.oneColFixCtrHdr #footer {
	background: #f1ecf0 url(images/lbr.gif);
	border: 0.1em solid #dcdce9;
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
}
.oneColFixCtrHdr #footer p {
	font-size: 75%;
	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 */
}
.oneColFixCtrHdr .centerer {
	text-align: center; /*  */
	margin: 0 auto;
	}
.oneColFixCtrHdr #Schdules {
	text-align: center; /*  */
	margin: 0 auto;}
.oneColFixCtrHdr #Schdules td {
	text-align: center; /*  */
	background: #fff;
	background: #f1ecf0;
	border: 1px solid;
	border-color: #988e96;
}
.oneColFixCtrHdr #Schdules .r4 {
	font-size: 80%;
	text-align: center; /*  */
	background: #fbfbfb;
	border: none;
	color: #b25c5d;
}

.oneColFixCtrHdr .bdr {
	border: 2px solid;
	border-color: #988e96;
}

.style2 {font-size: small}

.bord  {
	border: 2px solid;
	border-color: #988e96;
}

Li  {
	margin-bottom: 1em;}
}

.right  {
	float: right;
	border: 2px solid;
	border-color: #988e96;
	margin: 0 0 9px 14px;}

.oneColFixCtrHdr #Schdules caption {
	text-align: center; /*  */
	background: #fff;
}
.oneColFixCtrHdr .sspace {
	visibility: hidden;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
