/* CSS Document */

	body{
	font-family:arial,helvetica,geneva,sans-serif;
	font-size:11px;
	color:#333333;
	}
#mast{
	padding:5px;
	width:100%;
	background:#D6370D;
	}

	#breadcrumb{
	margin:1px 0px 10px 0px;
	padding:5px;
	width:100%;
	background:#782C18;
	color:#FFFFFF;
	font-weight:bold;
	}	
#breadcrumb a {
	color: #FFFFFF;
}

	#left{
	width:261px;
	font-size:11px;
	float:left;
	background:#D4C792;
	font-weight:bold;
	padding:3px;
	margin-bottom:3px;
	}
	
	#right{
	width:200px;
	font-size:11px;
	float:right;
	background:#D4C792;
	font-weight:bold;
	padding:3px;
	margin-bottom:3px;
	}


	#middle{
	padding-left:5px;
	width:500px;
	float:left;
	background:#FFFFFF;
	}
	
	#newmiddle{
	padding-left:15px;
	width:600px;
	background:#FFFFFF;
	}

    #footer{
	width:100%;
	background:#787878 url(images/footer_arrows.gif) ;
	clear:both;
	height:35px;
	color:#CCCCCC;
	background-repeat:repeat-x;
	height:100px
    }
	
	
a:link,a:visited,a:active {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

