body {
	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: #333333;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 10px;
}
.oneColFixCtr #container {
	width: 820px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtr #mainContent {
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
#mainNav {
	float: left;
	width: 500px;
	margin-top: 30px;
	text-align: right;
}
#content {
	clear: both;
}
#logo {
	float: left;
	width: 279px;
	padding-top: 10px;
	clear: left;
}
a:link {
	font-size: 1.4em;
	margin: 8px;
	color: #003366;
} 

a:visited {
	color:#003366;
	margin: 8px;
	font-size: 1.4em;
}


a:hover {
	color:#000033;
	margin: 8px;
	font-size: 1.4em;
} 
a:active {
	color:#333333;
	margin: 8px;
	font-size: 1.4em;
} 

.smallGrey {
	font-size: 1em;
	color: #5D5D5D;
}
.bodyCopy {
	font-size: 12px;
	line-height: 16px;
}
