@import url('layout.css');
body {
	margin: 0px;
	background-color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	padding: 0px;
	font-size: 0.75em;
}
/* Styles for DIV tags */
#container {
	background-color: #7a7a7a;
	
	background-repeat: no-repeat;
	background-position: left top;
	background-attachment: scroll;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #586168;
	border-bottom-color: #586168;
	border-left-color: #586168;
}


#masthead {
	background-image: url(../images/mwheader.jpg);
	background-color: #000000;
	height:149px;
	padding: 0px;
}


#navigation {

background-color:#7a7a7a;
padding: 5px;

}


#content_container_right {
	background-color: #eeeeee;
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom:10px;
}
#content_container_right a {
	color: #333333;
	text-decoration: none;
}
#content_container_right a:hover {
	text-decoration: none;
	color:#999999;
}


#footer {
padding: 5px;
background-color:#000000;


}
	


	
	/* Styles for ontent_container_right */
h1 {
	font-size: small;
	color: #999999;
	margin-top: 0px;
	font-weight: bold;
	text-align: right;
	list-style-position: inside;
	background-color: #000000;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}

h2 {
	font-size:small;
	color:#333333;
	}

/* Styles for Footer */
#footer p {
	margin: 0;
	font-size: x-small;
	text-align: left;
	color: #999999;
}

#footer a {
	color: #e6e6f5;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: none;
	color:#999999;
}

#copyright {
	float: right;
	text-align: right;
}
#copyright p {
	font-size: 0.85em;
	color: #FF0000;
}
