@charset "utf-8";
#outerwrapper {
	height: auto;
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #F2F2FD;
}
#header, #content, #footer {
	width: 100%;
}
body {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	background-color: #FFF;
}
#header {
	background-image: url(../images/Banner.jpg);
	height: 120px;
	position: relative;
}
#navBarUpper {
	font-size: 0.9em;
	color: #FC3;
	height: 15px;
	width: 450px;
	position: absolute;
	left: 78px;
	top: 95px;
}
#navBarUpper a:link, #navBarUpper a:visited, #navBarUpper a:active {
	color: #FFF;
	text-decoration: none;
}
#navBarUpper a:hover {
	color: #FC3;
	text-decoration: none;
}
#content {
	font-size: 0.8em;
	color: #555555;
	padding-top: 10px;
	overflow: auto;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCC;
	border-left-color: #CCC;
	width: 798px;
	padding-bottom: 40px;
}
#leftCol {
	float: left;
	width: 420px;
	margin-top: 10px;
	margin-left: 80px;
}
#rightCol {
	float: left;
	width: 200px;
	margin-top: 10px;
	margin-left: 40px;
}
#footer {
	background-image: url(../images/Footer.jpg);
	height: 50px;
	position: relative;
}
#navBarFooter {
	font-size: 0.7em;
	color: #FC3;
	text-align: center;
	height: 15px;
	width: 400px;
	position: absolute;
	left: 200px;
	top: 8px;
}
#navBarFooter a:link, #navBarFooter a:visited, #navBarFooter a:active {
	text-decoration: none;
	color: #FFF;
}
#navBarFooter a:hover {
	color: #FC6;
	text-decoration: none;
}
#copyright {
	font-size: 0.65em;
	color: #CCC;
	text-align: center;
	height: 15px;
	width: 400px;
	position: absolute;
	left: 200px;
	top: 30px;
}
.hdr2 {
	font-size: 1.5em;
	font-style: oblique;
	color: #333;
	font-weight: bold;
}
.hdr3 {
	font-size: 1.2em;
	font-weight: bold;
	color: #333;
}
.hdr4 {
	font-weight: bold;
	color: #333;
}
.quote1 {
	font-size: .9em;
	font-style: italic;
	color: #06C;
	text-align: right;
	margin-top: 10px;
	margin-bottom: 10px;
}
.quoteLeft {
	font-style: italic;
	color: #06C;
	margin-top: 10px;
	margin-bottom: 10px;
}

.pictRight {
	float: right;
	margin-left: 15px;
}
.pictLeft {
	float: left;
	margin-right: 15px;
}
.clearAll {
	clear: both;
}
.centered {
	text-align: center;
	font-size: 0.9em;
	color: #66F;
}
.smallLink {
	font-size: 0.8em;
	color: #999;
}
a.sLink:visited, 
a.sLink:link , a.sLink:active{
	color: #00F;
	text-decoration: none;
}
a.sLink:hover {
	color: #F00;
	text-decoration: none;
}

.indent30 {
	margin-left: 30px;
}
.indent60 {
	margin-left: 60px;
}

a.briteLink:link, a.briteLink:visited, a.briteLink:active {
	color: #F00;
	text-decoration: none;
}
a.briteLink:hover {
	color: #00F;
	text-decoration: none;
}
a.hdr3Link:link, a.hdr3Link:active , 
a.hdr3Link:visited{
	text-decoration: none;
	color: #333;
	font-size: 1.2em;
	font-weight: bold;
}
a.hdr3Link:hover {
	text-decoration: none;
	color: #00F;
	font-size: 1.2em;
	font-weight: bold;
}
.italicGray {
	font-style: italic;
	color: #999;
}
