/* CSS Document */
body {
	background-image: url(/assets/background.gif);
	background-repeat: no-repeat;
	background-color: #73D5F7;	
}

#Header {
	position:absolute;
	width:741px;
	height:298px;
	z-index:1;
	left: 10px;
	top: 10px;
}
#Content {
	position:absolute;
	width:473px;
	height:321px;
	z-index:2;
	left: 225px;
	top: 325px;
}
#sideQuote {
	position:absolute;
	width:186px;
	height:194px;
	z-index:3;
	left: 10px;
	top: 550px;
	background-color: #E9F6FE;
	border-width:thin;
	border: solid;
	border-color:#73D5F7;
}
#Nav {
	position:absolute;
	width:190px;
	height:167px;
	z-index:5;
	left: 10px;
	top: 325px;
}
#TextNav {
	position:absolute;
	width:638px;
	height:39px;
	z-index:6;
	left: 10px;
	top: 909px;
	text-align: center;
}
a{
color:#2D4A9A;
}
a.textnavlink:link {
	color: #FFFFFF;
	text-decoration: none;
}
a.textnavlink:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a.textnavlink:hover {
	text-decoration: underline;
}
a.textnavlink:active {
	text-decoration: none;
}
h2{
font-size:large;
}
h4{
	text-align: center;
	font-size:medium;
}
.headerfont {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #2D4A9A;
	}
.bodyfont {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	background-repeat: no-repeat;
	font-size: medium;
	text-align: left;
}
.smallfont {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	background-repeat: no-repeat;
	font-size: small;
	text-align: left;
}
.quotefont {
	color: #2D4A9A;
	font-size: small;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
}
.quoteauthorfont {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #2D4A9A;
	font-size: small;
	text-align: center;
}
.footerfont {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: small;
	font-weight: bold;
}

