/* CSS Document */

/***Body and Background Stuff***/
/***************************/
body, html {
	margin: 0px;
	padding: 0px;
	background: #FCFCFA url(../img/bcg_rpt.jpg) repeat-x;
	font: 11px/13px Verdana, Arial, Helvetica, sans-serif;
}
#leftCol {
	width: 553px;
}
#outer {
	width: 100%;
}

/***Body Wrapper - Background Page Repeat***/
/***************************/
#body {
	width: 841px;
	background: url(../img/body_bcg.jpg) repeat-y;
	margin: 0px;
	clear: both;
	padding: 0px 7px;
}

/***Navigation Elements***/
/***************************/
#navWrapper {
	background: url(../img/nav_bcg.jpg) repeat-x;
	height: 30px;
}
ul#nav  {
	margin: 0px;
	padding: 8px 0px 0px 240px;
}
ul#nav li {
	display: block;
	margin: 0px 15px 0px 0px;
	font: bold 10px/12px Verdana, Arial, Helvetica, sans-serif;
	;
	color: #FFFFFF;
	text-transform: uppercase;
	list-style: none;
	background: url(../img/menu_div.jpg) no-repeat right top;
	white-space: nowrap;
	float: left;
	padding: 0px 15px 0px 0px;
}
ul#nav li.last {
	background: url(none);
}
ul#nav li a:link, ul#nav li a:visited, ul#nav li a:active{
	font: bold 10px/12px Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	display: block;
	text-transform: uppercase;
	text-decoration:none;
	white-space: nowrap;
}
ul#nav li a:hover {
	text-decoration:none;
	color: #EFEFE3;
}
#search {
	float: left;
	padding-top: 5px;
	padding-left: 5px;
	width: 200px;
}
/***Search Form***/
#search label {
	background: url(../img/search.jpg) no-repeat;
	text-indent: -9999px;
	height: 13px;
	width: 39px;
	display: block;
	float: left;
	padding: 0px;
	margin: 5px 5px 0px 0px;
}
#query label {
	display: none;
}
#search .inputField {
	height: 14px;
	width: 120px;
	font: 10px/12px Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	float: left;
}
#search .arrow {
	float: left;
	margin: 3px 0px 0px 2px;
}
form {
	margin: 0px;
	padding: 0px;
}
/***Table Widths***/
/***************************/
.table855 {
	width: 855px;
}
.table841 {
	width: 841px;
	font-size: 1px;
}
.table559 {
	width: 559px;
}
.table509 {
	width: 509px;
}
.table283 {
	width: 283px;
}
.table172 {
	width: 172px;
}

.table161 {
	width: 161px;
}

/***Footer Styles***/
/***************************/
#page_footer {
	clear: both;
	float: left;
	background: url(../img/footer_bcg.jpg) no-repeat;
	height: 23px;
	font: 9px/11px Verdana, Arial, Helvetica, sans-serif;
	color: #8C8C8B;
	width: 835px;
	padding: 10px 10px 0px;
}
#page_footer a:link, #page_footer a:visited, #page_footer a:active{
	font: 9px/11px Verdana, Arial, Helvetica, sans-serif;
	color: #8C8C8B;
	text-decoration:underline;
}
#page_footer a:hover {
	text-decoration:underline;
}
#page_footer span.left {
	float: left;
	width: 300px;
}
#page_footer span.right {
	float: right;
	width: 500px;
	margin: 0px;
	padding: 0px;
	text-align: right;
}
/*Header Div*/
/***************************/
#page_header {
	clear: both;
}

/***Horizontal Dotted Divider***/
/***************************/
#dotted_divider {
	padding-right: 10px;
	padding-left: 10px;
	background: url(../img/dotted_rpt.gif) repeat-x;
	display: block;
	height: 5px;
	margin-top: 4px;
	margin-bottom: 4px;
}
/***Additional Styles and Classes***/
/***********************************/
.lt-grey {
	color: #828282;
}

.mep-blue {
	color: #096596;
}
