@charset "UTF-8";
body {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 11px;
	background-image: url(images/tiles.jpg);
	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: #333333;
}

.oneColFixCtrHdr #container {
	font-size: 11px;
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background-image: url(images/tiles_light.jpg);
	text-align: left;
	border-right-width: 1px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #E6DFD8;
	border-bottom-color: #E6DFD8;
	border-left-color: #E6DFD8;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-bottom: 25px;
}
.oneColFixCtrHdr #header {
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
.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: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #navPanel{
	color: #FFFFFF;
	height: 115px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	background-image: url(images/blackboardBorder.gif);
	background-repeat: repeat-x;
}
.oneColFixCtrHdr #newsTicker{
	color: #FFFFFF;
	height: 25px;
	background-position: center;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	background-color: #DDDDDD;
}
.oneColFixCtrHdr #panel2 {
}
.oneColFixCtrHdr #mainContent {
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #FF9900;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 25px;
	padding-left: 20px;
}
.oneColFixCtrHdr #footer {
	font-size: 9px;
	text-align: right;
	color: #858586;
	padding-top: 8px;
	padding-right: 10px;
	padding-bottom: 10;
	padding-left: 5px;
	height: 20px;
}
.oneColFixCtrHdr #footer a{
	color: #858586;
	text-decoration: none;
}
.oneColFixCtrHdr #footer a:hover{
	color: #333333;
	text-decoration: underline;
}
h1 {
	font-size: 16px;
	font-weight: bold;
}

h2 {
	font-size: 16px;
	font-weight: bold;
}
h3 {
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 0px;
	margin-top: 0px;
}

.tableheader {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #000000;
	font-size: 14px;
	text-transform: uppercase;
}
a {
	color: #E98013;
	text-decoration: underline;
}
a:hover {
	color: #666666;
	text-decoration: underline;
}
td,tr,th {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	vertical-align: top;
}
.imageShow {
	vertical-align: middle;
}
.imageShowtop {
	vertical-align: top;
	padding-top: 5px;
	padding-right: 15px;
}
.googleMap {
	background-image: url(images/loading.gif);
	background-repeat: no-repeat;
	text-align: left;
	width: 350px;
}
.locationHeader {
	color: #FFFFFF;
	background-color: #2A2927;
}

