body {
	font: 12px 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;
	background-image: url(/images/theme/Background2.gif);
	background-repeat: repeat-x;
}
.twoColFixLtHdr #container #sidebar1 .PictureButton .PictureButtonText {
	padding-top: 20px;
	padding-left: 90px;
	font-size: 12px;
	color: #000099;
}
.twoColFixLtHdr #container #sidebar1 .PictureButton {
	height: 82px;
	width: 200px;
	margin-bottom: 10px;
}
.twoColFixLtHdr #container {
	width: 840px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #ffffff;
	margin: 0px auto;
	text-align: left;
}
.twoColFixLtHdr #container #MainMenuBar {
	padding-top: 100px;
	text-align: center;
	padding-left: 60px;
}
.twoColFixLtHdr .PictureButtonText a {
	color: #000099;
	text-decoration: underline;
}
.twoColFixLtHdr .PictureButtonText a:hover {
	text-decoration: underline;
}
.twoColFixLtHdr #header {
	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. */
	margin: 0;
	background-image: url(/images/theme/Banner2.gif);
	background-repeat: no-repeat;
	height: 150px;
}
.twoColFixLtHdr #container #MastHead #header img {
	margin: 0px;
	padding: 0px;
}
.twoColFixLtHdr #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: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* 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: #ffffff; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 10px 15px 15px;
	margin: 0px 0 0 0;
}
.twoColFixLtHdr #container #MainBoxRightEdge {
	background-image: url(/images/theme/RightEdge.gif);
	background-repeat: repeat-y;
	background-position: right;
	margin: 0;
	padding: 1px;
}
.twoColFixLtHdr #container #MainBoxLeftEdge {
	background-image: url(/images/theme/LeftEdge.gif);
	background-repeat: repeat-y;
	padding-left: 15px;
}
.twoColFixLtHdr #mainContent {
	margin: 0px 0 0 230px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0px 20px 0px 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.twoColFixLtHdr #footer {
	padding: 0 20px 0 20px;
	background-color: #CCCCCC;
}
.twoColFixLtHdr #container #MainBoxLeftEdge #MainBoxRightEdge #footer {
	width: 770px;
}
.twoColFixLtHdr #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;
}
.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;
}
.twoColFixLtHdr #container #MainMenuBar li {
	display: inline;
	list-style-type: none;
	background-repeat: no-repeat;
	padding: 5px;
}
.twoColFixLtHdr #container #MainMenuBar a {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 12px;
	padding-right: 10px;
}
.twoColFixLtHdr #container #MainMenuBar a:hover {
	color: #FFFFFF;
	text-decoration: underline;
	font-size: 12px;
	padding-right: 10px;
}

#mainContent img {
        margin: 5px;
        padding: 0px;
}

h1 {
    font-size: 20px;
    color: #5858ab;
}

h2 {
    font-size: 16px;
    color: #5858ab;
}

h3 {
    font-size: 14px;
    color: #5858ab;
}

p {
    margin-top: 0px;
    margin-bottom: 10px;
    padding-top: 0px;
    padding-bottom: 0px;
}

.calendar table {
	border-width: 1px;
	border-style: outset;
	border-color: gray;
	border-collapse: collapse;
	background-color: white;
}

.calendar th {
    width: 100px;
	border-width: 1px;
	padding: 5px;
	border-style: inset;
	border-color: gray;
	background-color: white;
	-moz-border-radius: ;
}

.calendar td {
    width: 100px;
    height: 50px;
	border-width: 1px;
	padding: 5px;
	border-style: inset;
	border-color: gray;
	background-color: white;
	vertical-align: top;
}

.calendar-day {
    border: 1px solid black;
    float: left;
}

.comingweektable td {
    padding-right: 10px;
}

.comingweektable tr {
    padding-right: 10px;
    
}

.comingweektabletitlecol {
    width: 200px;
    font-weight: bold;
}

#twenty47table {
	font-family: verdana;
	font-size: 8px;
	font-weight: normal;
    border-collapse: collapse;
    margin-bottom: 20px;
}

#twenty47table  .hourrow td {
        background: #e0e0ff;
}
#twenty47table   .time  {
	vertical-align: middle;
	text-align: right;
        padding-right: 5px;
	border: 0px;
	width: 35px;
}
#twenty47table th {
	width: 70px;
	border: 0px;
	text-align: center;
	font-size: 10px;
}

#twenty47table   .topleft  {
	width: 35px;
	border: 0px;
}

#twenty47table   .markedcell td {
        border: 1px solid #808080;
        background: #8080ff;
}

#twenty47table   .activecell {
        border: 1px solid #808080;
}

#twenty47table   .inactivecell td {
        border: 0px;
        background: #ffffff;
}

#notice {
    color: #c00000;
    padding: 10px;
    margin: 10px;
    border: 1px solid #c00000;
}
