@charset "UTF-8";
/* CSS Document */
/* This is the code that affects background colors and headers */
body {
	background-color:#fff; 
	font-family:Arial, sans-serif;
	font-size: 11pt;
}
p { text-align:left; }
h1 {
	font-size:14pt;
	color:#333;
	text-align:left;
	border-bottom-color: #000;
	border-bottom-style
	border-bottom-width: 1px;
}
h2 {
	font-size:13pt;
	color:#333;
	text-align:left;
}
h3 {
	font-size:11pt;
	color:#006;
	text-align:left;
}
h4 {
	font-size:11pt;
	color:#000;
	text-align:left;
}
h6 {font-size:14px;
	text-align:center;
}
/* This code defines the links throughout the site */
a { 
	color: #000; 
	font-weight: bold;
}
a:hover {
	color:#39F;
}
a:visited {
	color:#000;
}
strong {font-size:12pt; font-weight:bold;
}
/* This code defines boxes that hold the navigation and content of the site */
#container {
	width:800px;
	height:auto;
	margin: 0px;
	padding: 0px;
	background-color:#FFF;

}
#header {
	width:800px;
	height:106;
	background-color:#FFF;
	margin: 0;
	padding: 0;
	float:left;
}


/*This section defines the side navigation and drop down behaviors*/
#navigation {
	background-color:#FF3;
	font-size: 12pt;
	width: 800px;
	float:left;
	clear: none;
	padding: 0.5em 0;
	border-bottom
	border-bottom-color
	border-bottom-width
	border-top
	border-top-style
	border-top-width
}
#navigation a:link { text-decoration: none; }
#navigation a:hover { color:#39F; text-decoration:none }
ul { padding: 5px; margin: 0; list-style: none; }
li { float: left; position: relative; padding: 0 1em 0; }
li ul {
  display: none;
  position: absolute; 
  top: 1em;
  left: 0;
  }
li > ul {
	top: auto;
	left: auto;
	}
li:hover ul, li.over ul{ background-color:#9CF; display:block; border-bottom:none; border-bottom-width:0; border-bottom-color:0; border-left:0; border-left-width:0; border-right:0; border-right-width:0; border-top:0; border-top-width:0; }

/* This the container for text and images */
	
#content {
	background-color: #FFF;
	float:left;
	clear:both;
	padding-bottom: 1em;
	padding-left: 1.5em;
	padding-right: 0;
	padding-top: 0em;
}
#content p { 
	text-indent:1.5em; }
/* this is the container for the photo gallery pages */
#content_photo {
	width:800px;
	background-color: #FFF;
	float:left;
	clear:both;
	margin:0;
	padding:0;
}
#content_photo a {border-bottom:#69C; border-bottom-width:5px; border-bottom-style:solid; }
#content_photo a:hover {border-bottom:#69C; border-bottom-width:5px; border-bottom-style:solid; }
/* This section defines the bottom of the page */
#footer {
	width:800px;
	height:45px;
	background-color:none;
	float:left;
	clear:both;
	border-bottom-color:;
	border-bottom-style: none;
	border-bottom-width:0px;
	font-size: 11pt;
	text-transform: none;
}
#footer p {font-size:10pt; text-indent:1em;
}

