@charset "utf-8";
.oneColFixCtr #mainContent {
	border: 15px ridge #0000FF;
	padding: 5px;
	text-align: center;
	height: auto;
	vertical-align: text-bottom;
	margin: 10px;
}
.oneColFixCtr #container {
	width: 780px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #6699FF;
	margin-top: 10;
	margin-right: auto;
	margin-bottom: 10;
	margin-left: auto;
}
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #CCCCFF;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-large;
	font-style: italic;
	font-weight: bolder;
	font-variant: small-caps;
	text-transform: capitalize;
	color: #000099;
}
h2 {
	font-size: large;
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
}
a:link {
	color: #0033FF;
	text-decoration: none;
}
a:visited {
	color: #003366;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
.oneColFixCtr #container #mainContent #Philosophy {
	clear: none;
	height: auto;
	width: 240px;
	float: left;
	margin-bottom: 10px;
}
.oneColFixCtr #container #mainContent #NewsFlash {
	clear: none;
	height: auto;
	width: 240px;
	float: left;
	margin-bottom: 10px;
	text-decoration: blink;
}
.oneColFixCtr #container #mainContent #Links {
	padding: 0px;
	height: auto;
	width: 240px;
	float: right;
	clear: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

