@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	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;
}
#container {
	width: 800px; 
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;
} 
#header {
	background: #DDDDDD;
	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. */
	background-image: url(/images/header_menu_bg.jpg);
	height: 150px;
	position: relative;
	margin: 0;
	border-bottom: 2px white solid;
	width: 100%;
} 
#menu_top {
	bottom: 0px;
	position: absolute;
	width: 100%;
	text-align: center;
	padding: 0;
	margin: 0;
}
#body_bg {
	width: 100%;
	background-image: url(/images/content_bg.jpg);
	background-repeat: repeat-y;
}
#spacer {
	width: 100%;
	height: 85px;
	background-image: url(/images/wheat_bg.jpg);
	background-repeat: no-repeat;
	text-align:right;
}
#sidebar {
	float: left;
	width: 150px;
	color: #FFFFFF;
	padding:0 5px 0 5px;
	margin:0;
}
#sidebar a {
	color:#FFFFFF;
	text-decoration:none;
}
#content {
	margin: 0px 15px 0 165px;
	padding: 0 10px 0 10px;
	font-size: small;
} 
#content p { margin:0px 0 15px 0; }
#content p:first-letter {
	font-size: 150%;
	line-height: 1;
}
#content a { text-decoration: none; }
#content .indent { padding-left: 25px; }
#websites {
	width: 300px;
	height: 200px;
	float: right;
	margin: 0;
	padding: 0;
}
#footer {
	font-size: 12px;
	height: 80px;
	color: #FFFFFF;
	font-weight: bold;
	background-image: url(/images/footer_bg.jpg);
	background-repeat: no-repeat;
	position: relative;
	padding: 0;
	margin: 0;
} 
#footer a {	color: #FFFFFF; }
#footer2 {
	position: absolute;
	bottom: 0px;
	width: 100%;
	padding: 0;
	margin: 0;
	background-image: url(/Templates/menu/top/menu_bg.png);
	background-repeat: repeat;
}
.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;
	margin-bottom: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
	margin-bottom: 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;
}
.AccordionPanelTab { font-weight: bold; }
.AccordionPanelContent { padding:5px; }
.tblHover {
	background-color:#B88A2E;
	cursor:pointer;
}
.tblSelect { color:#0000FF; }
#tblWebsites {
	color:#FFFFFF;
	font-size:small;
}
.websiteName { padding:5px; }
#websiteName {
	font-size:large;
	text-align:center;
}
#service_menu td {
	font-weight:bold;
	padding:5px 0 5px 0;
	cursor:pointer;
}
#search_results iframe { width:760px; }