@charset "UTF-8";
body {
	font: 12pt Verdana, Arial, Helvetica, sans-serif;
	background: #002536;
	margin: 50px; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 50px;
	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 */
	color: #000000;
}


.oneColElsCtrHdr #container {
	width: 900px;  /* this width will create a container that will fit in an 800px browser window if text is left at browser default font sizes */
	background: #BCAC97;
	padding: 20px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	/*border: 1px solid #FFFFCC;*/
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColElsCtrHdr #header {
	/*padding: 0 10px 0 20px; */ /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	/*background-color: #FFFFCC;*/
	font-family:Arial, Helvetica, sans-serif;
	background-color:#002536;
}
h1 {
   	margin: 30px;
	color: #000000;
	font-family:Arial, Helvetica, sans-serif;
    border-bottom: 1px solid #000000;
	width: 830px;
    font-size: x-large;
	text-transform:uppercase;
}

h2 {
	margin: 30px;
    color: #000000;
    background-color: #FFFF66;
    font-family:Arial, Helvetica, sans-serif;
    /*background-image:url('h1.png');*/
    font-weight:bold;
	width: 830px;
    font-size:large;
    
}
h3 {
   	margin: 30px;
	color: #000000;
	font-family:Arial, Helvetica, sans-serif;
    border-bottom: 1px solid #000000;
	width: 830px;
    font-size: medium;
}
ul {
	margin: 30px;
}
.oneColElsCtrHdr #mainContent {
	margin: 20 px; 
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFCC;

}
#slideshow {
	margin: 500px;
}
.text {
	margin: 50px;
	color: #000000;
	font-family:Arial, Helvetica, sans-serif;
	line-height: 150%;
	}
	
	
/*//////////////// FOOTER \\\\\\\\\\\\\\\\\\*/


.oneColElsCtrHdr #footer {
	padding: 0 10px;
	font-size: small;
	color:#FFFFFF;
	text-align: center;
	background-color:#000000;
	/*background-color: #990000;*/
	font-family:Arial, Helvetica, sans-serif;
} 
.oneColElsCtrHdr #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 */
	background-color: #000000;
	font-family:Arial, Helvetica, sans-serif;
}

.wrap {
    text-align:left;
    float:left;
    clear:none;
    margin: 10px 10px
}
.links {
	color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	}
	

