@import url('common.css');
body {
	margin: 0px;
	color: #000000;
	background-color: #FFFFFF;
}
#container {
	background-color: #000000;
	width: 820px;
	color: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
}
.centered700 {
	text-align: center;
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
}
.smallish {
	font-size: 1.125em;
}
#centered {
	text-align: center;
}
h1 {
	color: #C0C0C0;
}
a:visited {
	color: #CCFFFF;
}
h2 {
	color: #800000;
}
.border_none_pad_5 {
	border-width: 0;
	margin: 5px;
}
a:link {
	color: #336699;
}
#footer {
	position: relative;
	width: 100%;
	clear: both;
}
#circle {
	background-position: center;
	clear: both;
	text-align: center;
	background-repeat: no-repeat;
}
.textblack {
	color: #000000;
	font-weight: bold;
	text-align: justify;
}
#threecolheader {
	color: #FFFFFF;
	padding: 5px;
	width: 700px;
	margin-right: auto;
	margin-left: auto;
}
#threecoll {
	float: left;
	position: relative;
	clip: rect(auto, auto, auto, 0px);
	width: 250px;
}
#threecolc {
	float: left;
	width: 200px;
	clip: rect(auto, auto, auto, auto);
	position: relative;
}
#threecolr {
	float: right;
	clip: rect(auto, auto, auto, auto);
	position: relative;
}
#search {
	padding: 5px;
	clear: both;
}
.maintext {
	text-align: justify;
	color: #000000;
}
#stationery {
	background-color: #CCCCCC;
	width: 600px;
	padding: 40px;
	margin-right: auto;
	margin-left: auto;
	border-style: groove;
	display: block;
	color: #000000;
}

