body {
	font-family:Geneva, Arial, Helvetica, san-serif;
	font-size: 12px;
	line-height: 16px;
	background-color: #FFFFFF;
	color: #003366;
	min-height:100%;
	width: 100%;
	height: 100%;
}
html {
	min-height: 100%;
	width: 100%;
	height: 100%;
}

#container {
	position: absolute;
	left: 0px;
	top: 0px;
	right: 100%;
	bottom: 100%;
	height:100%;
	width: 100%;
	min-height: 100%;
}

html>body, html>body #container {
	height: auto;
}

#stripes {
	position:relative;
	left:0px;
	top:0px;
	right:0px;
	bottom:80%;
	height:25px;
	width:100%;
}

#nav1 {
	position:relative;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 80%;
	text-align:right;
	background-color: #003366;
	height:20px;
	width:100%;
	border-bottom-color:#FFCC33;
	border-bottom-style:solid;
	border-bottom-width:thick;
}

#nav1 a:link {
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 13px;
	font-weight: bold;
	text-decoration: none;
}

#nav1 a:visited {
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 13px;
	font-weight: bold;
	text-decoration: none;

}

#nav1 a:hover {
	color: #FFCC00;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 13px;
	font-weight: bold;
	text-decoration: none;
}

#nav1 a:active {
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 13px;
	font-weight: bold;
	text-decoration: none;

}

#whitestripe {
	position:relative;
	left:0px;
	top:0px;
	right:0px;
	width:100%;
	height:75px;
	margin:10px;
	padding:3px;
}

#logo {
	position:relative;
	left: 0px;
	top: 0px;
	bottom: 20px;
	right:0px;
	height: 60px;
	width: 220px;
}

#motto {
	position:absolute;
	left:313px;
	top: 18px;
	text-align:left;
	height: 20px;
	padding: 5px;
}

#motto p {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-weight:bold;
	font-size:16px;
	color:#003366;
}
	
#nav2 {
	position:absolute;
	left:0px;
	top:103px;
	right:0px;
	height:33px;
	width:100%;
	background-color:#003366;
	text-align:left;
}

#nav2 img {
	padding:0px 10px 0px 10px;
}

#footer {
	position:relative;
	background-color:#003366;
	height: 35px;
	width:100%;
	margin:3px 0px 0px;
	text-align: center;
	padding-top: 0px;
	bottom: 0px;
}

#footer p {
	font-family: Geneva, Arial, Helvetica, san-serif;
	font-size: 10px;
	font-style: normal;
	line-height: 14px;
	font-weight: normal;
	color: #FFFFFF;
}

#footer a:link {
	font-family:Geneva, Arial, Helvetica, san-serif;
	font-size:10px;
	font-style: normal;
	line-height: 14px;
	font-weight: normal;
	color: #FFFFFF;
}

#footer a:visited {
	font-family:Geneva, Arial, Helvetica, san-serif;
	font-size:10px;
	font-style: normal;
	line-height: 14px;
	font-weight: normal;
	color: #FFFFFF;
}

#footer a:hover {
	font-family:Geneva, Arial, Helvetica, san-serif;
	font-size:10px;
	font-style: normal;
	line-height: 14px;
	font-weight: normal;
	color: #FFCC00;
	border-bottom-color:#FFCC00;
	border-bottom-style:solid;
	border-bottom-width:1px;
}

#footer a:active {
	font-family:Geneva, Arial, Helvetica, san-serif;
	font-size:10px;
	font-style: normal;
	line-height: 14px;
	font-weight: normal;
	color: #FFFFFF;
}

#content {
	position:relative;
	top:10px;
	left:20px;
	right:20px;
	height:100%;
	width:100%;
	padding:10px 5px 5px;
	margin:0px;
	background-color:#FFFFFF;
}

p {
	font-family:Geneva, Arial, Helvetica, san-serif;
	font-size:12px;
	color:#003366;
}

#text {
	padding-left:5px;
	margin-top:0;
	padding-top:0;
	top:0px;
	left:0px;
	right:10%;
	width:90%;
	background-color:#FFFFFF;
	height: 100%;
	position: relative;
}

h1 {
	font-size:24px;
	color:#003366;
	letter-spacing: 3px;
	word-spacing: 6px;
	line-height:32px;
}

#text ul {
	list-style:disc url(none);
	font-weight:normal;
}

#text ul li {
}

#text ul li ul li {
}

#text a {
	border-bottom:1px solid #003366;
	font-size: 12px;
	line-height: 16px;
}

#text a:link {
	color:#003366;
	text-decoration:none;
	border-bottom:1px solid #003366;
}

#text a:visited {
	color:#003366;
	text-decoration:none;
	border-bottom:1px solid #003366;
}

#text a:hover {
	color:#FFCC33;
	text-decoration:none;
	border-bottom:1px solid #FFCC33;
}

#text a:active {
	color:#003366;
	text-decoration:none;	
	border-bottom:1px solid #003366;
}

table {
	border-collapse:collapse;
	width:auto;
}

#mainpic {
	float:left;
	width:300px;
	margin-top:15;
	margin-right:15px;
	padding-top:5;
	padding-right:15px;
	padding-bottom:10px;
	height: 200px;
	position: relative;
}
h2 {
	font-size:18px;
	color:#003366;
	letter-spacing: 3px;
	word-spacing: 6px;
	line-height:22px;
	font-weight: bold;
}
.emphhead {
	font-family: Geneva, Arial, Helvetica, san-serif;
	font-size: 14px;
	font-style: italic;
	line-height: 18px;
	font-weight: bold;
	color: #003366;
	text-decoration: none;
}
h3 {
	font-size:16px;
	color:#003366;
	letter-spacing: 3px;
	word-spacing: 6px;
	line-height:20px;
	font-style: italic;
	font-weight: bold;
}

#library1 {
	width:300px;
	float:left;
	background-color: #FFFFCC;
	position: relative;
	left: 0px;
	top: 0px;
	right: 48%;
	bottom: 0px;
	padding: 10px;
	height: auto;
}

#library2 {
	background-color: #99CCFF;
	position: relative;
	top: 0px;
	right: 0px;
	bottom: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 299px;
	left: 0;
	padding: 1em;
	float: left;
}
.inspire {
	font-family: Geneva, Arial, Helvetica, san-serif;
	font-size: 18px;
	font-style: italic;
	line-height: 24px;
	font-weight: bold;
	color: #003366;
	text-decoration: none;
}

#weekly {
	width:50%;
	text-align:center;
	padding:5px;
}

.weeklyhead {
	font-family: Geneva, Arial, Helvetica, san-serif;
	font-size: 18px;
	font-style: normal;
	line-height: 24px;
	font-weight: bold;
	color: #003366;
	text-decoration: none;
	letter-spacing: 3px;
	word-spacing: 5px;
}

#weeklyfooter {
	width:100%;
	padding:5px;
}

#thanks {
	width:50%;
	position:relative;
	float:left;
	color:#FFCC00;
	font-size:14px;
	font-style:italic;
	font-weight:bold;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
}

#donate {
	position:relative;
	float:right;
}

#credit {
	float:left;
	font-size:10px;
	color:#003366;
	width:100%;
	padding:10px;
}
.disclaimer {
	font-family: Geneva, Arial, Helvetica, san-serif;
	font-size: 10px;
	font-style: italic;
	line-height: 16px;
	font-weight: normal;
	color: #003366;
	text-decoration: none;
}
.readMore {
	color: #FF0000;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FF0000;
}
#portpic {
	float: left;
	height: 300px;
	width: 200px;
	margin-top: 5px;
	margin-right: 15px;
	margin-bottom: 5px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
}
#impactphoto2 {
	padding: 5px;
	float: right;
	height: 263px;
	width: 350px;
}
#impactphoto1 {

	padding: 5px;
	float: left;
	height: 263px;
	width: 350px;
}
.line {
	color: #003366;
	text-align: center;
}
.sublist {
	list-style-type: none;
}
.calhead {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 16px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #003366;
}
.emphheadNonItal {

	font-family: Geneva, Arial, Helvetica, san-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 18px;
	font-weight: bold;
	color: #003366;
	text-decoration: none;
}
#mainpicSm {

	float:left;
	width:251px;
	margin-top:15;
	margin-right:2px;
	padding-top:5;
	padding-right:15px;
	padding-bottom:10px;
	height: 188px;
}
.believe {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	font-style: normal;
	line-height: 28px;
	font-weight: bold;
	color: #FFCC00;
	text-decoration: none;
	letter-spacing: 3px;
}
#artspic {
	height: 210px;
	width: 350px;
	padding-right: 5px;
	padding-bottom: 5px;
	float: left;
	margin-right: 10px;
}
#testimony1 {
	padding: 5px 10px 5px 5px;
	float: left;
	height: 150px;
	width: 100px;
}
#headmaster {
	margin: 5px;
	padding: 5px;
	float: left;
	height: 257px;
	width: 228px;
}
#director {
	margin: 5px;
	padding: 5px;
	float: left;
	height: 250px;
	width: 250px;
}
#nav2 a:hover {
	color: #013567;
	text-decoration: none;
	background-color: #00356D;
}
#nav2 a {
	color: #003366;
	background-color: #003366;
}
.largeremph {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 16px;
	font-weight: bold;
	color: #003366;
	text-decoration: underline;
}
#inputoredit a {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: 1.5em;
	font-weight: bold;
	color: #003366;
	text-decoration: none;
	border-bottom-width: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-left-width: 0px;
}
#directorylink {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 1.5em;
	font-weight: normal;
	color: #003366;
	text-decoration: none;
	padding-top: 10px;
}
#directorylink a {

	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 1.5em;
	font-weight: normal;
	color: #003366;
	text-decoration: none;
	padding-top: 10px;
}
.view {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	line-height: 1.5em;
	font-weight: bold;
	color: #FF0000;
	text-decoration: none;
}
#directory {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 1.5em;
	font-weight: normal;
	color: #003366;
	text-decoration: none;
	position: relative;
	width: 100%;
}
#directory a {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 1.5px;
	font-weight: normal;
	color: #003366;
	text-decoration: none;
}
#inputoredit {
	text-decoration: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	position: relative;
	width: 100%;
	margin-left: 15px;
	padding-left: 15px;
}
#vollinks {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 1.5em;
	font-weight: normal;
	color: #003366;
	text-decoration: none;
}
#vollinks a {

	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 1.5em;
	font-weight: normal;
	color: #003366;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #003366;
}
#inputoredit a:hover {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 1.5em;
	font-weight: normal;
	color: #FFCC00;
	text-decoration: none;
}
#inputoredit a {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 1.5em;
	font-weight: normal;
	color: #003366;
	text-decoration: none;
}
#content a {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 1.5em;
	font-weight: normal;
	color: #003366;
	text-decoration: none;
}

td a {
	border-bottom:1px solid #003366;
	font-size: 12px;
	line-height: 16px;
}

td a:link {
	color:#003366;
	text-decoration:none;
	border-bottom:1px solid #003366;
}

td a:visited {
	color:#003366;
	text-decoration:none;
	border-bottom:1px solid #003366;
}

td a:hover {
	color:#FFCC33;
	text-decoration:none;
	border-bottom:1px solid #FFCC33;
}

td a:active {
	color:#003366;
	text-decoration:none;	
	border-bottom:1px solid #003366;
}td {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 14px;
	font-weight: normal;
	color: #003366;
	text-decoration: none;
}
