body
{
	font: 11px/13px Verdana;
	color: #333;
	text-align: center;
	background: #f8f8f8;
}

p, td, ul, ol, li, select, input, button
{
	font: 11px/13px Verdana;
	color: #333;
}

img { border: 0; }

h1, h2, h3, h4, h5, h6 
{
	margin: 0 0 8px 0;
	font-family: Verdana, Helvetica, Arial, sans-serif;
}

h1 {
	font-size: 18px;
}

h2 {
	font-size: 13px;
}

h3 {
	font-size: 12px;
}

h4 {
	font-size: 11px;
}

a:link { color: #404042; text-decoration: none; }
a:active { color: #5FACCC; text-decoration: none; }
a:visited { color: #404042; text-decoration: none; }
a:hover { color: #5FACCC; text-decoration: none; }

p { margin: 0 0 12px 0; }

/**********************/

#mwrc_header
{
	width: 780px;
	/*_width: 800px;*/
	padding: 10px;
}

#mwrc_container
{
	width: 800px;
	_width: 780px;
	margin: 0 auto 0 auto;
	padding: 0px;
	text-align: left;
	background-color: #ffffff;
}

#temp_main_content
{
	padding: 20px;
	clear: both;
	border-left: solid 1px #E6ECEE;
	border-right: solid 1px #E6ECEE;
	_width: 760px;
	background: url('temp_main_bg.gif') repeat-x;
}

#temp_footer
{
	border-top: solid 2px #ddd;
	height: 50px;
	padding: 20px;
	width: 760px;
	/*_width: 800px;*/
}

/***** nav styles *****/

#mwrc_nav
{
	padding: 0;
	margin: 0;
	width: 800px;
	float: left;
	border-top: solid 1px #5faccc;
	border-bottom: solid 1px #5faccc;
}

ul#mwrc_nav_ul
{
	padding: 0;
	margin: 0;
	list-style: none;
	float: left;
}

/* all list items */
ul#mwrc_nav_ul li 
{
	float: left;
	border-right: solid 1px green;
}

ul#mwrc_nav_ul li a 
{
	display: block;
	float: left;
	padding: 0 2em;
	line-height: 2.1em;
	text-decoration: none;
	color: #c3c3c3;
	font-weight: normal;
}

ul#mwrc_nav_ul li a:hover
{
	color: #000;
	background-color: #E8EEF0;
}


/***********************/