body
{
	font-size:       62.5%; 
	margin:          0;
	padding:         0;
	background-color: #000;
	font-family:     'lucida grande', arial, tahoma, sans-serif;
}

body {
	background-image: url(images/bridge2.jpg);
	margin-left: 0px;
}

#container
{
	margin:          16px auto;
	padding-top:	 0px;
	width:           90%;
	position:        relative;
	background-color:#333;
}

#header
{
	margin:          0 auto;
	width:           95%;
	height:          275px;
	background:      transparent url('images/bridgeheader1.jpg') top center no-repeat;
}

.headURL
{
	position:         relative;
	font-family:     'lucida grande', arial, sans-serif;
	font-size:       11px;
	color:            #FF3;
	left:           0px;
	width:			 100%;
}

#header a:link, #header a:active, #header a:visited
{
	color: #FF9;	
	text-decoration: none;
}
#header a:hover
{
	background-color:#6A7919;
	color:           #FDFDFD;
}
.headtitle
{
	position:        relative;
	font-family:     Times;
	font-size:       30px;
	color:           #FFF;
	top:             216px;
	left:            0px;
}

 /* Add a black background color to the top navigation */
.topnav {
  background-color: #800000;
  overflow: hidden;
}

/* Style the links inside the navigation bar */
.topnav a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 14px;
  text-decoration: none;
  font-size: 14px;
}

/* Change the color of links on hover */
.topnav a:hover {
  background-color: #BBC1AC;
  color: black;
}

/* Add an active class to highlight the current page */
.topnav a.active {
  background-color: #366 ;
  color: white;
}

/* Hide the link that should open and close the topnav on small screens */
.topnav .icon {
  display: none;
} 


/* Dropdown container - needed to position the dropdown content */
.dropdown {
  float: left;
  overflow: hidden;
}

/* Style the dropdown button to fit inside the topnav */
.dropdown .dropbtn {
  font-size: 14px;
  border: none;
  outline: none;
  color: white;
  
  background-color: inherit;
  font-family: inherit;
  margin: 0;
}

/* Style the dropdown content (hidden by default) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #CE8B86;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

/* Style the links inside the dropdown */
.dropdown-content a {
  float: none;
  color: white;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

/* Add a dark background on topnav links and the dropdown button on hover */
.topnav a:hover, .dropdown:hover .dropbtn {
  background-color: #555;
  color: white;
}

/* Add a grey background to dropdown links on hover */
.dropdown-content a:hover {
  background-color: #ddd;
  color: black;
}

/* Show the dropdown menu when the user moves the mouse over the dropdown button */
.dropdown:hover .dropdown-content {
  display: block;
}

#menu
{
	margin:          0 20px;
	height:          24px;
	padding:         5px 0;
	color:           #6A7919;	
}

#menu ul
{
	margin:          0;
	padding:         7px;
	height:          24px;
}

#menu ul li
{
	list-style:      none;
	display:         wrap;
}

#menu ul li a:link, #menu ul li a:active, #menu ul li a:visited
{
	color:           #FFF;	
	padding:         10px 7px 10px 7px;
	font-size:       12px;

	font-family:     'lucida grande', arial, sans-serif;
	font-weight:     bold;
	text-decoration: none;
}

#menu ul li a:hover
{
	background-color:   #6A7919;
	color:           #FDFDFD;
}

#content
{
	min-height:      390px;
	width:           95%;
	margin:          0 auto;
	background-color:#FDFDFD;
}

#insidecontent
{
	float:           center;
	padding-left:    25px;
	padding-right:    25px;
	width:           auto;
	font-family: "lucida grande", arial, tahoma, sans-serif;
	
}

#insidecontent a:link, #insidecontent a:active, #insidecontent a:visited
{
	color: #64B1FF;	
	text-decoration: none;
}
#insidecontent a:hover
{
	background-color:#6A7919;
	color:           #FDFDFD;
}


#insidecontent p
{
	margin:          0;
	color:           #767676;
	font-family:     Tahoma;
	font-size:       1.5em;
	line-height:     130%;
	text-align: left;
}
#insidecontent ul
{
	margin:          0;
	color:           #767676;
	font-family:     Tahoma;
	font-size:       1.5em;
	line-height:     130%;
}
ol
{
	margin:          0;
	color:           #767676;
	font-family:     Tahoma;
	font-size:       1.5em;
	line-height:     130%;
}

h1
{
	margin:          0;
	font-weight:     normal;
	color:           #c66233;
	font-size:       2.5em;
	font-family:Times;
	text-align: left;
}

h2
{
	margin:          0;
	display:         inline;
	position:        relative;
	font-size:       large;
	font-weight:     normal;
	color:           #94c258;
}

h3
{
	margin:          0;
	font-size:       1.5em;
	font-weight:     bold;
	color:           #94C258;
}
	 
.floatRight {
	text-align: center;
	position: relative;
	float: right;
	margin: 3px;
	padding-left: 10px;
	display: inline;
}
.floatLeft {
	text-align: left;
	position: relative;
	float: left;
	margin: 3px;
	padding-right: 10px;
	display: inline;
}

#footer
{
	margin:          0 auto;
	width:           100%;
	height:          39px;

}

#footer span
{
	display:         block;
	position:        relative;
	font-family:    Tahoma;
	font-size:       1.5em;
	padding:         10px;
	color:           #767676;
