@charset "utf-8";
body {
	color: #000000;
	font-family: "Times New Roman", Times, serif;
	margin: 0;
	padding: 0;
}
a:link {
	color: #30477A;
	text-decoration: none;
}
a:visited {
	color: #30477A;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #9B8B4D;
}
a:active {
	color: #30477A;
	text-decoration: underline;
}

h1 {
	font-size: 2.2em;
	color: #30477A;
	font-variant: small-caps;
	text-decoration: none;
	text-align: center;
}

.oneColElsCtr #wrapper {
	width: 700px;
	margin: 0 auto;
	background-image: url(images/mw-container-shadow.gif);
	background-repeat: repeat-y;
	background-position: center;
	padding: 0;
}
.oneColElsCtr #content {
	background: #FFFFFF; /* this overrides the text-align: center on the body element. */
	width: 634px;
	margin: 0 auto;
	padding: 0;
}
.oneColElsCtr #footerShadow {
	width: 700px;
	background-image: url(images/footer-shadow.jpg);
	height: 35px;
	margin: 0 auto;
	padding: 0;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

