@charset "UTF-8";
/* CSS Document */

body {
	background-image: url(images/background.jpg);
	background-repeat: repeat-x;
	margin:0px;
	font-family:Verdana, Arial, SansSerif, "Lucida Grande";
	font-size:11px;
	color:#333333;
}

a:link, a:visited, a:active {
	color: #660000;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.footerLinks {
	font-size: 10px;
}

.footerLinks:link, .footerLinks:visited, .footerLinks:active {
	color:#333333;
}

#container {
	height:100%;
	width:100%;
	float:left;
	position:absolute;
}

#content {
	margin:10px;
	width:553px;
}

#borders {
	border:#FFFFFF solid 2px;
	margin-top:20px;
	height:100%;
	float:left;
	position:relative;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	color: #660000;
	font-weight: normal;
	margin:0px;
}

h2 {
	font-size: 13px;
	color: #660000;
	background-image: url(images/h2Gradient.gif);
	background-repeat: repeat-x;
	height: 20px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 10px;
	margin:0px;
	font-weight: bold;
}

h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #FFFFFF;
	background-image: url(images/redGradient.gif);
	background-repeat: repeat-x;
	height: 15px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 10px;
	margin:0px;
	font-weight: normal;
}

h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #e8a912;
	/* background-image: url(images/redGradient.gif);
	background-repeat: repeat-x; */
	height: 15px;
	padding: 5px 0 0 0;
	
	margin:0;
	font-weight: 300;
}

h5 {
	font-size: 9px;
	color: #e8a912;
	background-image: url(images/redGradient.gif);
	background-repeat: repeat-x;
	height: 12px;
	padding-top: 6px;
	padding-bottom: 6px;
	margin:0px;
	font-weight: bold;
	border-left:#FFFFFF solid 2px;
}

h5 a:link, h5 a:visited {
	color: #e8a912;
	display:block;
}

h6 {
	font-size: 9px;
	color: #660000;
	background-image: url(images/yellowGradient.gif);
	background-repeat: repeat-x;
	height: 12px;
	padding-top: 6px;
	padding-bottom: 6px;
	margin:0px;
	font-weight: bold;
	border-left:#FFFFFF solid 2px;
	
}

#timHip {
	height: 225px;
	width: 240px;
	float: right;
	margin-left:15px;
}

.directoryMargins {
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left:5px;
}

.directoryMargins:link, .directoryMargins:visited {
	color: #660000;
}

ul {
	margin-top:2px;
}

ol {
	margin-top:2px;
}

.principals {
	font-family: Verdana, Arial, SansSerif, "Lucida Grande";
	font-size: 11px;
	color: #E0D4C7;
	
}

.subheader {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #660000;
	font-weight: normal;
	margin-bottom:0px;
	margin-top:15px;
}

.quotes {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #333333;
	font-weight: normal;
	
}

.quotePerson {
	color: #666666;
}

p {
	margin-top:5px;
	margin-bottom:10px;
}

hr {
	color:#999999;
	margin-top:20px;
	margin-bottom:15px;
}

span.pulledquote {
	display: block;
	font-family:Georgia, "Times New Roman", Times, serif;
	float: right;
	padding: 0 0 0 10px;
	margin: 0 0 10px 10px;
	width: 170px;
	font-size: 2em;
	line-height: 1em;
	text-align: right;
	color: #660000;
}


span.pulledquoteleft {
	display: block;
	font-family:Georgia, "Times New Roman", Times, serif;
	float: left;
	padding: 0 0 0 10px;
	margin: 10px 10px 5px 5px;
	width: 170px;
	font-size: 2em;
	line-height: 1em;
	text-align: left;
	color: #660000;
}

.missionpulledquote {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #660000;
	font-weight: normal;
}

p.lutheranlinksTitle {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #333333;
	font-weight: normal;
	margin:20px 0 0 0;
	
}

.eboardsname {
	font: 10pt Georgia, "Times New Roman", Times, serif;
	color:#660000;
	border-bottom: solid 1px #CCC;
	border-left: solid 1px #CCC;
	-moz-user-select: none;
	-khtml-user-select: none;
	
}

.eboardsname a {
	text-decoration: none;
	display:block;
	margin: 0px;
	padding-top: 8px;
	padding-left:10px;
	padding-bottom:8px;
	cursor: pointer;
}

.eboardsname a:Hover {
	background-color: #EFEAE3;
}

.tantext {
	font-size:14px;
	color:#DDD4C6;
}

.formtext {
	text-align:right;
	padding:10px;
}

