@charset "UTF-8";
#apDiv1  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 100%;
	background-color: #777777;
	background-image: url(../Karen_Lockyer_images/Karen_Lockyer_nav%20graphics/bg_k.png);
	background-repeat: repeat-x;
}
.thrColFixHdr #container {
	width: 990px; /* the auto margins (in conjunction with a width) center the page */
	border: 0px 1px 1px 1px solid
	
#;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;
	background-image: none;
	background-repeat: repeat-x;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-left-color: #000000;
	border-bottom-color: #000000;
	border-top: 1px solid #000000;
	position: relative;
} 
.thrColFixHdr #header {
	background-color: #BBB58E;
	height: 225px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
} 
.thrColFixHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 30px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #AA0000;
}


.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 160px; /* padding keeps the content of the div away from the edges */
	background-color: #fbf2c3;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 15px;
	clear: none;
	color: #000000;
	position: absolute;
	right: 0px;
	top: 239px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-left-style: dashed;
	border-left-color: #630;
}

.thrColFixHdr #mainContent {
	margin-top: 50px;
	margin-right: 250px;
	margin-bottom: 0;
	margin-left: 200px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	
}
	
* html h1 {
	padding-top: 20px;
} 
.thrColFixHdr #footer {
	background-color: #fbf2c3;
	height: 100px;
	clear: both;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	font-size: 0.8em;
	padding-top: 15px;
	position: relative;
} 
.thrColFixHdr #footer p {
	color: #000000;
	line-height: 20%;
	padding-top: 20px;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 150%;
	color: #000000;
	float: none;
	margin-top: 5px;
}
a {
	color: #000000;
	font-size: 14px;
	font-weight: normal;
	text-decoration: none;
}

