/* shared structural elements */

body {
	background-color: #fff;
}

#frame {
	float: left;
	margin: 1px 1px;
	width: 751px;
}

#MainTextBody {
	margin-left: 15px;
	margin-top: 60px;
	width: 735px;
	float: inherit;
	vertical-align: top;
	height: auto;
}

#copyright {
	float: inherit;
	margin-top: 25px;
	width: 736px;
	background-color: #617B6B;
	text-align: right;
	font-size: 0.60em;
	vertical-align: top;
	color: #FFFFFF;
	padding: 3px;
	margin-bottom: 20px;
}


/* shared navigation */


a:link {
	color: #617B6B;
	text-decoration: underline;
}

a:visited {
	color: #617B6B;
	text-decoration: underline;
}

a:hover {
	color: #333333 !important;
	text-decoration: underline;
}


/* bits and pieces */


.clear {
	clear: both;
	overflow: hidden;
	float: none;
	width: 100%;
	height: 1px;
}