td img {display: block;}body {
	background-image: url(/images/checkers.gif);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

div#container {
	width: 800px;
	background: #FFFFFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding-top:225px;
	padding-bottom:20px;
	
}

div#menu {
	position:absolute;
	left:0px;
	top:160px;
	width:800px;
	height:34px;
	z-index:1;
	background-image: url(images/menu_bg.jpg);
}
div#wprae_header {
	position:absolute;
	left:0px;
	top:0px;
	width:800px;
	height:160px;
	z-index:2;
}

div#logo {
	float: left;
	margin-left: 30px;
	display: inline;  /* FIX IE double margin bug */
	width:150px;
}

div#bodytext {
	margin-left:180px;
	padding-right: 20px;
		z-index:5;
}

div#rightside {
	float: right;
	display: inline;  /* FIX IE double margin bug */
	width:250px;
	margin-left: 40px;
	margin-bottom: 30px;
}

div#footertext {
	margin-left:180px;
	padding-right: 20px;
	margin-top:50px;
		z-index:7;
}


div#footer {
	display: inline;  /* FIX IE double margin bug */
	position:absolute;
	padding-top:10px;
	padding-left:50px;
	padding-right:50px;
	padding-bottom:30px;
	background: #14206c;
	width: 700px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #369;
}


.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;
}

.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.8em;
	color: #333333;
}

.subs {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 1em;
	color: #DC0000;
	font-weight: bold;
}


.footertext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 1.2em;
	color: #666666;
}

.footertext a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 1.2em;
	color: #14206C;
	text-decoration: none;
}

.footertext a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 1.2em;
	color: #14206C;
	text-decoration: underline;
}
.smallnav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 1.2em;
	color: #14206C;
}

.smallnav  a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 1.2em;
	color: #14206C;
	text-decoration: none;
}

.smallnav  a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 1.2em;
	color: #DC0000C;
	text-decoration: underline;
}

.photoframe { /* frame around main image */
	border: 1px solid #CCC;
	background-color: #FFFFFF;
	padding: 5px;
	margin-bottom: 5px;
			}
.scheduleline {
	border-bottom: 1px solid #CCC;
}