	.white_11px{
		color: #FFFFFF;
		font-size: 12px;
		font-family: Arial;
		text-align: left;
	}
	
	.white_11px a{
		color: #FFFFFF;
		font-size: 12px;
		font-family: Arial;
		text-align: left;
		text-decoration: none;
	}
	
	.white_11px a:hover{
		text-decoration: underline;
	}
	
	.header_text{
		color: #FFFFFF;
		font-size: 14px;
		font-family: Arial;
		font-weight: bold;
		text-align: left;
	}
	.black_11px{
		color: #000000;
		font-size: 11px;
		font-family: Arial;
	}
	BODY{
		background-color: #7e0716; /*#7c212a;*/ 
		margin: 0px 0px 0px 0px;
	} 
	.grey_bg{
		background-color: #c3c6bf;
		color: #FFFFFF;
		font-size: 11px;
		font-family: Arial;
		padding: 5px;
	}
	.dark_grey_bg{
		background-color: #8d8481;
		color: #FFFFFF;
		font-size: 11px;
		font-family: Arial;
		padding: 5px;
	}
a.white_links{
		color: #FFFFFF;
		font-size: 11px;
		font-family: Arial;
	}
a.white_links:hover{
		color: #c3c6bf;
		font-size: 11px;
		font-family: Arial;
	}
.left_repeater{
	background-image: url(../images/mws_left_repeater.gif);
	width: 200px;
	height: 100%;
	background-repeat: repeat-y;
}
.header_repeater{
	background-image: url(../images/header_repeater.gif);
	width: 100%;
	height: 35px;
	background-repeat: repeat-x;
}
.light_grey_bg{
	background-color: #c7c5be;
	padding-left: 5px;
	padding-right: 5px;
}
.stripe_repeater{
	background-image: url(../images/mws_header_repeater.gif);
	background-repeat: repeat-x;
	margin-top: 90px;
}

.menu_button
{
	width:120px;
	height:47px;
	background: url(/global/images/menu_button.gif) no-repeat;
	cursor: hand;
	text-align: left;
	vertical-align:top;
}

.menu_link
{
	text-transform: uppercase;
	color: #FFF;
	font-weight: bold;
	font-size: 9pt;
	text-decoration: none;
	font-family: Arial;
	display: block;
	padding-top: 7px;
	height: 21px;
	padding-left: 80px;
}

.menu_link:hover
{
	text-transform: uppercase;
	color: #940D06;
	font-weight: bold;
	font-size: 9pt;
	text-decoration: none;
	font-family: Arial;
	display: block;
	padding-top: 7px;
	height: 21px;
	padding-left: 80px;
}



/*************************************NEW************************************/

html, body
{
	
	background: #7c212a no-repeat;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	/*min-height: 100%;*/
	height: 100%;
	width: 100%;
}

#container{
	
	text-align: center;
	/*float: none;
	clear: both;*/
}

.header
{
	float: none;
	width: 960px;
	height: 230px;
	margin: 0px auto;
}

#table
{
	float: left;
	width: 800px;
	margin: 0px auto;

}

.logo
{
	float: right;
	height: 222px;
	width: 100%;
}

.repeater
{
	background: url('../images/mw_header_repeater.jpg') repeat-x;
	position: relative;
	top: 100px;
}

.nav		
{
	float: none;
	clear: both;
	height: 25px;
	width: 610px;
	
	position: relative;
	margin: 0px auto;
	bottom:6px;
}

.black_line
{
	float: none;
	clear: both;
	width: 860px;
	height: 1px;
	position: relative;
	margin: 0px auto;
	bottom: 5px;
	border-bottom: 1px solid black;
}

/*.nav a
{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	display: inline;
	border: 0px red solid;
}*/	

/*.nav a:hover
{

}
*/
#footer
{
	float: none;
	clear: both;
	height: 101px;
	width: 960px;
	text-align: center;
	background: url('../images/mw_footer_repeat.gif') repeat-x;
	margin: 0px auto;
	border: 0px solid yellow;
}


#footer .footer_nav		
{
	float: left;
	width: 960px;
	text-align: center;
	margin-top: 25px;
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
	border: 0px solid white;
}

#footer .footer_nav a
{
	color: #ffffff;
	text-decoration: none;
	font-size: 12px;
}	

#footer .footer_nav a:hover
{
	text-decoration: underline;
}

.mark
{
	float: left;
	clear: none;
	width: 180px;
}

.content_header
{
	float: left;
	width: 548px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #ffffff;
	margin-bottom: 15px;
	position: relative;
	left: 30px;
	border: 0px solid red;
}

.content_sub
{
	float: left;
	width:540px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #ffffff;
	margin-bottom: 5px;
	position: relative;
	left: 30px;
	border: 0px solid yellow;
}

.main_content
{
	float: left;
	width:580px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #ffffff;
	position: relative;
	left: 30px;
	border: 0px solid white;
}

.read_more_link
{
	width: 80px;
	float: right;
	clear: both;
}

.read_more_link a
{	
	width: 80px;
	text-decoration: none;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
}

.read_more_link a:hover
{
	width: 80px;
	font-style: italic;
}



.home_images
{
	float: left;
	width: 550px;
	height: 155px;
	padding-top: 20px;
	position: relative;
	left: 50px;
	top: 0px;
}

#thetable
{
	width: 397px;
	height: 302px;
	background-color: #888885;
	border: 1px solid #c6c5c0;
}

#thetable td
{
	border: 1px solid #c6c5c0;
}

#thetable tr
{
	border: 1px solid #c6c5c0;
}