﻿html { 
min-height: 100%; margin-bottom: 1px; 
}

body {
	border: thin #CCCCCC;
	font-family: Verdana;
	margin: 0px;
	background-color: #000000;
	background-repeat: repeat-x;
	font-size: small;
	color: #000000;
	background-image: url('images/lh_bg02.gif');
}
#pageHeader{
	position: relative;
	margin: auto;
	width: 950px;
	height: 97px;
	background-color: #FFFFFF;
	background-image: url('images/Kairos_Hancock_Logo2.jpg');
	background-repeat: no-repeat;
	overflow: hidden;
}


/* Styles for Navigation */
#navBar {
	position: relative;
	margin: auto;
	width: 950px;
	height: 30px;
	background-color: #CC0000;
	top: 0px;
	left: 0px;
}
#navBar ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	height: 30px;
	width: 950px;
}
#navBar li {
	display:inline;
	float:left;
	width:auto;
	margin:0;
	padding:0;
}
#navBar ul li a {
	padding: 6px 10px 6px 10px;
	text-decoration: none;
	font-family: verdana;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	display: block;
	text-align: center;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	voice-family: inherit;
	height: 20px;
}
#navBar ul li a:hover {
	background-color: #FFCC00;
	color: #000000;
}
/* Styles for Content */



#mainContent {
	background-position: left;
	padding: 10px;
	position: relative;
	margin: auto;
	width: 930px;
	background-color: #FFFFFF;
	vertical-align: top;
}
#leftColumn {
	position: relative;
	width: 580px;
	z-index: 1;
	float: left;
	top: 0px;
	left: 1px;
}
.largeHeading {
	font-size: xx-large;
	color: #000080;
	font-family: Verdana;
	font-weight: bold;
}
.smallHeading {
	font-size: large;
	color: #000080;
	font-family: Verdana;
	font-weight: bold;
}



a.redlink {
	font-family: Verdana;
	font-size: small;
	color: #CC0000;
	font-weight: bold;
}
.redText {
	font-family: Verdana;
	font-size: small;
	font-weight: bold;
	color: #CC0000;
	font-style: italic;
}
#announcements {
	background-position: left 50%;
	border: thin solid #808080;
	padding: 5px;
	position: relative;
	width: 320px;
	float: right;
	text-align: left;
	background-repeat: repeat;
	background-attachment: scroll;
	margin-bottom: 20px;
	background-color: #FFFFE8;
}
.teamMeeting {
	font-family: Verdana;
	font-size: small;
	font-weight: bold;
	color: #CC0000;
}
.prisonReunion {
	font-family: Verdana;
	font-size: small;
	font-weight: bold;
	color: #0000FF;
}
#rightColumn {
	background-position: left 50%;
	border: thin solid #808080;
	padding: 5px;
	position: relative;
	width: 320px;
	float: right;
	text-align: left;
	background-repeat: repeat;
	background-attachment: scroll;
	margin-bottom: 20px;
}
#pageFooter {
	position: relative;
	margin: auto;
	width: 930px;
	text-align: left;
	background-color: #CC0000;
	padding: 10px;
	font-family: Verdana;
	font-size: x-small;
	font-weight: bold;
	color: #FFFFFF;
	z-index: 2;
}

#fullPage {
	position: relative;
	width: 920px;
	z-index: 1;
	float: left;
	top: 0px;
	left: 1px;
}

a.whitelinkCopy {
	font-family: Verdana;
	font-size: x-small;
	color: #FFFFFF;
	font-weight: bold;
}


