html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
}
body {
	background-color: #ffffff;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	text-align: center;
}
h1 {
	color: #003366;
	font-size: 14px;
	font-weight: bold;
	line-height: 14px;
}
h2 {
	color: #003366;
	font-size: 12px;
	font-weight: bold;
	line-height: 14px;
}
h3 {
	color: #003366;
}
h4 {
	color: #003366;
}
h5 {
	color: #003366;
}
h6 {
	color: #003366;
}
a,	a:link {
	color: #003366;
	font-weight: bold;
	text-decoration: underline;
}
a:visited {
	color: #990000;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #003366;
	text-decoration: underline;
}
a:focus {
	color: #003366;
	text-decoration: underline;
}
a:active {
	color: #990000;
	text-decoration: underline;
}
#outerWrapper {
	background-image: url("../images/outerWrapper_bg.png");
	background-position: bottom;
	background-repeat: repeat-x;
	margin: 0 auto 0 auto;
	text-align: left;
	width: 760px;
	border: thin solid #999;
}
#outerWrapper #header {
	color: #003366;
	font-size: 18px;
	font-weight: bold;
	line-height: 15px;
}
#outerWrapper #tagline {
	height: 5px;
	line-height: 15px;
	background-color: #FFFFFF;
}
#outerWrapper #topNavigation {
	background-color: #990000;
	color: #ffffff;
	height: 26px;
	margin-bottom: 10px;
	margin-top: 1px;
	padding: 0px 0px 0px 0px;
	text-align: left;
}
#outerWrapper #contentWrapper #leftColumn1 {
	float: left;
	padding: 10px 20px 10px 20px;
	width: 150px;
}
#outerWrapper #contentWrapper #content {
	margin: 0 0 0 5px;
}
#outerWrapper #contentWrapper .clearFloat {
	clear: left;
	display: block;
}
#outerWrapper #footer {
	color: #990000;
	padding: 10px 0px 10px 15px;
}