body {
	margin: 0;
	padding: 0;
	width: 100%;
}
#navigation {
	background: url("/images/vertical.gif") repeat-y;
	width: 200px;
	/* height: 430px; */
}
#navBar {
	padding-top: 10px;
}
#navBar ul {
	margin: 0;
	padding: 0;
}
#navBar li {
	height: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	margin: 0 0 5px 20px;
	padding: 0 6px 10px 0;
	border-top: solid 2px #6A8E8E;
	border-left: solid 2px #6A8E8E;
	border-bottom: solid 2px #000;
	border-right: solid 2px #000;
	background-color: #004040;
	width: 140px;
	list-style: none;
	text-align: right;
}
#navBar li:hover {
	background-color: #1C8686;
	color: #FFF;
	text-decoration: none;
}
#navBar a {
	display: block;
	color: #FFF;
	text-decoration: none;
}
#mainContent {
	padding: 0;
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: .9em;
	color: #000;
	font-style: normal;
	font-weight: normal;
	width: auto;
}
#mainContent ul {
	list-style-type: none;
	padding-left: 1em;
	margin: 0px;
}
#mainContent li {
	background-image: url("/images/diamond.gif");
	background-repeat: no-repeat;
	background-position: 0px 5px;
	padding-left: 1em;
}
#mainContent a {
	color: #3399FF;
	text-decoration: none;
}
#mainContent a:hover {
	color: #3399FF;
	text-decoration: underline;
}
.allCapsBold {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 10pt;
	text-transform: uppercase;
	font-weight: bold;
}
h2, h4{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-style: normal;
	color: #000;
	font-weight: bold;
}
h2 {
	font-size: 1.1em;
}
h4 {
	font-size: .9em;
}

#topBanner {
	background: url("/images/horizontal.gif") repeat-x;
	height: 125px;
}
#topBanner img {
	position: absolute;
	top:0;
	left:0;
	display: block;
	width: 200px;
}
#topBanner .tagLine {
	position: absolute;
	top:0;
	right:0;
	width: 600px;
	display: block;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 24pt;
	font-style: italic;
	font-weight: normal;
	color: #004040;
	margin-top: -8px;
	margin-right: 10px;
	text-align: right;
	list-style: none;
}
#missionStatement {
	float: right;
	width: 260px;
	margin: 10px 0 10px 10px;
	padding: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 17px;
	text-align: right;
	background-color: #EFEFEF;
}
.regular {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	color: #000000;
}
.header {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
	color: #000000;
}
.NH {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #800000;
	font-weight: bold;
	font-style: normal;
}
.WCS {
	background-color: rgb(0,128,128);
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #FFFFFF;
}
.holyDays {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
	color: #0000FF
}
.reminder {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	color: #777;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-style: italic;
	font-weight: normal;
	color: #000000;
}

/*
This section deals with the position of items on the screen.
It uses absolute positioning - fixed x and y coordinates measured from the
top-left corner of the browser's content display.
*/
#navigation, #mainContent, #topBanner {
  position: absolute;
}
#navigation, #mainContent {
  top: 125px;
}

#mainContent {
	left: 210px;
	margin-right: 10px;
}
#topBanner {
  width: 100%;
}
