.content
	{
	margin-left: auto;
    	margin-right: auto;
    	width: 780px;
	}

html {overflow-y: scroll;}

BODY {
	FONT-FAMILY:  arial, verdana, helvetica, sans-serif; font-weight: normal; font-size:13px;
	
}

h3.history {
	COLOR: green; text-align:left;
}
.gallery {
	COLOR: green; text-align:left;FONT-WEIGHT: bold;
}
A {
	COLOR: green; FONT-WEIGHT: normal; text-decoration:underline;
}
A:hover {
	text-decoration:underline;
}
A.history {
	COLOR: #000000; FONT-WEIGHT: normal; text-decoration:none;
}
A.history:hover {
	text-decoration:none;
}
A.sub {
	COLOR: #000000; font-size: 12px; FONT-WEIGHT: bold; text-decoration:none;display: block;padding-bottom:9px;
}
A.sub:hover {
	COLOR: green; FONT-WEIGHT: bold; text-decoration:underline;display: block;
}
A.footer {
	COLOR: #999999; font-size: 11px; text-decoration:none;
}
A.footer:hover {
	COLOR: #999999; text-decoration:underline;
}
img {
	display: block;
}
P.footer {
	COLOR: #999999; font-size: 11px; text-decoration:none;
}
.sub_text {
	COLOR: #000000; font-size: 12px; FONT-WEIGHT: normal;
}

#caption_text {
	COLOR: #000000; font-size: 12px; FONT-WEIGHT: normal;
}

#sub_line_top {
	border-color: #cccccc;border-width: 1px 0 0 0;border-style: solid; padding: 9px 0px 0px 0px; /*top right bottom left */
}
#sub_line_middle {
	border-color: #cccccc;border-width: 1px 0 0 0;border-style: solid; padding: 9px 0px 9px 0px; /*top right bottom left */
}
#sub_line_bottom {
	border-color: #cccccc;border-width: 0 0 1px 0;border-style: solid; padding: 0px 0px 9px 0px; /*top right bottom left */
}

div.banner {
  margin: 0;
  position: fixed;
}

div.image {
  align:center;
margin:10px;
}
div.image .caption {
margin:10px;
text-align: center;
  font-style: normal;
  font-size: smaller;
  text-indent: 0;
}



#nav, #nav ul { /* all lists */
width: 165px;
/* this width value is also effected by
the padding we will later set on the links. */
margin: 0;
padding: 0;
list-style-type: none;
}

#nav li { /* all list items */
position: relative;
margin-top: 2px;
}

#nav li ul { /* second-level lists */
	position : absolute;
	left: -999em;	
	margin-left: 165px; /* Set 1px less than menu width */
	margin-top: 0;
	display: none;
	width: 150px;
}

#nav li ul ul { /* third-and-above-level lists */
	position : absolute;
	left: -999em;	
	margin-left: 151px; /* Set 1px less than menu width */
	margin-top: 1px;
	display: none;
	width: 150px;
}

#nav li a {
	display: block;
	width:109px; /* IE6 nav container width - right & left padding */
	padding: 2px 54px 9px 2px; /*top right bottom left */
	text-decoration: none; /*lets remove the link underlines*/
	background: url(../images/h_circle_9.gif);
	vertical-align: bottom;
	text-align: right;
	font-family: arial, verdana, arial, sanf-serif;
	font-size: 14px;
	FONT-WEIGHT: bold;
}

#nav li a:hover {
	background: url(../images/h_green_circle_9.gif);
	color: green;
}

#nav a em {
	text-decoration: underline;
	font-style: normal;
}

#nav a:link, #nav a:active, #nav a:visited {
	color: #000000;
}

/* sub menu */

#nav li ul {
	position: absolute;
	left: 165px; /* Set 1px less than menu width */
	top: 0;
	display: none;
	width: 150px;
	}

#nav li ul li {
	margin-top: -1px;
}

#nav li ul li a {
	
	width:128px; /* IE6 nav container width - right & left padding */
	border: 1px solid #ccc;
	padding: 2px 2px 2px 20px; /*top right bottom left */
	vertical-align: bottom;
	text-align: left;
	font-family: arial, verdana, arial, sanf-serif;
	font-size: 12px;
	FONT-WEIGHT: bold;
	background: #ffffff;
	
}

#nav li ul li a:hover {
	text-decoration: underline;
	background: #ffffff;
	color: green;
}

#nav li:hover ul, li.over ul { display: block; } /* The magic */

/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; height: 1%; }
* html ul li a { height: 1%; }
/* End */

/* end sub menu */


#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
	}
