﻿body
{
	padding: 0px;
	margin: 0px;
	background-color: #FFFFFF;
	font-family: tahoma, Arial, Helvetica, sans-serif;
}
	 
#hdr{
 /*background:#c0c0c0;*/
 color:#000000;
 /*border:solid #000000;*/
 /*border-width:2px 0px;*/
 margin:10px 0 0 150px;
 }

#lh-col{
 position: absolute;
 top: 220px;
 left: 10px;
 width: 180px;
 border: 2px solid #000000;
 background: #c0c0c0;
 color: #333333;
 margin: 0px;
 margin-top: 20px;
 padding: 5px;
 /*height: 400px;*/
 }

#rh-col{
 margin: 20px 20px 20px 220px;
 border: 2px solid #000000;
 background: #ffffff;
 color: #333333;
 padding: 20px;
 /*position :relative;*/
 }

#footer-main
{
	background-color: #B7954E;
	color: White;
	font-size: small;
	margin-top: 25px;
	clear: both;
	text-align: center;
}

a img
{
	border-style: none;
}


#outer-content
{	
	min-width: 900px;
}

.pageheader-text
{
	font-size: 2em;
}
.pageheader-logo
{	
	background-image: url('../StTimothyIcon.jpg');
	background-position: left center;
	background-repeat: no-repeat;
	position: absolute;	
	left: 0px;
	top: 10px;
	float: left;
	z-index: 10;
	width: 150px;
  height: 180px;	
	padding : 10px;
	/*border: 2px solid #000000;*/
	margin-left:10px;
}

.titlecaption
{
	font-size: small;	
}

.section-header
{
	background-color: #9C2B0D;
	font-weight: bold;
	font-size: larger;
	color: White;
	padding: 3px;
	margin-bottom: 3px;
}

.section-header-link
{
}

a:active
{
	color: #9C2B0D;
}

a:link
{
	color: #9C2B0D;
}

a:visited
{
	color: #527E7F;
}

a:hover
{
	color: #527E7F;
	background-color: #DECEAD;
}

a.section-header-link:link
{
  color: White;
}

a.section-header-link:visited
{
  color: White;
}
