@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #95B3D7;
	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; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	line-height:1.125em;
	background-image: url(box2.jpg);

}

/* 16×1.125=18 */
/*
body {
    font-size:100%;
    line-height:1.125em; 
}

.bodytext p {
    font-size:0.875em;
}

.sidenote {
    font-size:0.75em;
}
*/

a {
	font-family: Calibri, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #FFF;
	text-decoration: none;
	/*line-height: 16px;*/

}
a:link {text-decoration:none; }
a:visited {text-decoration:none; }
a:hover {	color: blue;}

.menuBar a {
	font-family: Calibri, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFF;
	text-decoration: none;
	line-height: 16px;

}
.menuBar a:hover {	color: blue;}
.oneColFixCtrHdr #container {
	width: 739px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left;
	
}
.oneColFixCtrHdr #header {
	position: absolute;
	top: 0px;
	width: 739px;
}
.oneColFixCtrHdr #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 */
}
.oneColFixCtrHdr #mainContent {
	top: 435px;
	width: 639px;
	background-color: #AF8D72;
	position: absolute;
	padding: 0 50px 0 50px;
	background-image: url(i/HomeImg3.jpg);
	background-repeat: no-repeat;
}
  .clear {
    clear:both;
    height:1px;
    overflow:hidden;
  }


.oneColFixCtrHdr #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.mainTable { padding: 0 30px 0 30px;	
	}
	
h1 { 
font-family:Candara, Georgia, "Times New Roman", Times, serif;
font-size: 150%;
color:#FFF;
}
li {
	font-family:Calibri, Georgia, "Times New Roman", Times, serif;
	/*font-size: 95%;*/
	font-size:0.875em;
	color:maroon;
	font-weight: bold;
}
p {
	font-family: Candara, Georgia, "Times New Roman", Times, serif;
	/*font-size: 100%;*/
	font-size:0.875em;
	color:maroon;
	font-weight: bold;
	margin-top: 0px;
}
h2 {
	font-family: Candara, Georgia, "Times New Roman", Times, serif;
	/*font-size: 100%;*/
	font-size:0.95em;
	color:maroon;
	font-weight: bold;
}
h3 {
	font-family: Candara, Georgia, "Times New Roman", Times, serif;
	/*font-size: 100%;*/
	font-size:0.875em;
	color:maroon;
	font-weight: bold;
}
td {
font-family: Candara, Tahoma, Geneva, sans-serif
/*font-size: 70%;*/
font-size:0.875em;
color:#FFF;
}
#aboveList {
	padding:0;
	margin-bottom:0px;
	}

#imageBar {
	top: 236px;
	left: -1px;
	width: 660px;
	position: absolute;
}
.imageStyle {
	border:8px outset #FFF;   
}
#mainText  {
	top: 10px;
	left: 35px;
	width: 600px;
	padding: 0 30px 10px 30px;
	position: absolute;
	background-color: #C30;
	
}
#ltTop {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 120%;
	color:#FFF;
	top: 20px;
	left: 10px;
	width: 300px;
	position:absolute;
	
}
#rtTop {
	font-family:Candara, Georgia, "Times New Roman", Times, serif;
	font-size: 120%;
	color:#FFF;
	top: 40px;
	width: 290px;
	position: absolute;
	left: 450px;
}
#textBar {
	top: 210px;
	left: 35px;
	width: 660px;
	background-color:#4F81BD;
	position:absolute;
}
.menuBar {
	font-family: Calibri, Tahoma, Arial, sans-serif;
	font-size: 16px;
	/*font-weight: bold;*/
	position: absolute;
	top: 150px;
	left: 236px;
	color: #FFF;
	text-align: center;
	width: 503px;
}
#pageBar {
	font-family: Candara, Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	position: absolute;
	top: 186px;
	left: 50px;
	color: #FFF;
	text-align: left;
}
#pageBar2 {
	font-family: Candara, Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	position: absolute;
	top: 198px;
	left: 550px;
	color: #FFF;
	text-align: center;
}

#pageBarSub {
	font-size: 14px;
	font-weight: bold;
}
