@charset "utf-8";
body  {
	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;
	background-color: #003366;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 100%;
	line-height: 1.2;
}

img {
	border: thin solid #000;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
}

#container {
	width: 1000px;
	text-align: center; /* this overrides the text-align: center on the body element. */
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #C0AF8F;
	border-top-color: #C0AF8F;
	border-right-color: #C0AF8F;
	border-bottom-color: #C0AF8F;
	border-left-color: #C0AF8F;
} 
#container a {
	text-decoration: none;
}
#container a:visited {
	color: #0000B8;
}


#header {
	background-color: #B09B73;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	height: 120px;
	text-align: center;
	width: 1000px;
} 

#header #Placeholder  {
	margin: 10px;
}


#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 150px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #C0AF8F;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
	font-size: 80%;
	text-align: left;
}
#sidebar1 ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#sidebar1 ul li {
	border-top-width: thin;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-top-color: #B09B73;
	border-bottom-color: #B09B73;
	position: relative;
}
	
#sidebar1 ul li a {
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	display: block;
}


#sidebar1 ul li a:link {
	text-decoration: none;
}

#sidebar1 ul li a:hover {
	text-decoration: none;
	background-color: #D1C5AD;
}


#sidebar1 ul li a:active {
	text-decoration: none;
	background-color: #B09B73;
}

 #sidebar1 ul li ul {
	 left: -1000px;
	 position: absolute;
	 padding: 0px;
	 width: 90%;
}

#sidebar1 ul li:hover ul {
	top: 0%;
	left: 150px;
	background-color: #CEBB99;
}

#sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 145px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #C0AF8F;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 15px;
	font-size: 100%;
	text-align: left;
}
#sidebar2 h5 {
	font-size: 110%;
	color: #B80028;
}



#mainContent {
	text-align: left;
	background-color: #FFFFFF;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 170px;
	margin-right: 170px;
} 
#mainContent form {
	text-align: center;

}

#mainContent p a {
	text-decoration: none;
}




#mainContent h1 {
	font-size: 140%;
}
#mainContent h2 {
	font-size: 120%;
}
#mainContent h3  {
	font-size: 100%;
}
#mainContent h4 {
	font-size: 80%;
}
#mainContent h5 {
	font-size: 110%;
	color: #B80028;
	text-align: center;
}


#footer {
	background-color: #003366;
	text-align: center;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	color: #FFF;
} 
#footer a:link {
	color: #FFF;
}

#footer h1 {
	font-size: 110%;
	font-weight: bold;
	padding-top: 0px;
	padding-bottom: 0px;
	margin: 0px;
	padding-right: 0px;
	padding-left: 0px;
}
#footer h2 {
	font-size: 60%;
	font-weight: normal;
	padding-top: 4em;
	color: #FFF;
}



#footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}
.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: 1em;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.clearingMP {
	margin: 0px;
	padding: 0px;
}

.LtCaption {
	font-size: small;
	float: left;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	text-align: center;
}
.RtCaption {
	font-size: small;
	text-align: center;
	float: right;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
.photos {
	text-align: center;
	padding: 0px;
	margin: 0px;
	width: 830px;
}
