@charset "utf-8";
body  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #516370;
	margin: 0; 
	padding: 0;
	text-align: justify; 
	color: #ffffff;
	font-size:small;
}


.twoColFixLtHdr #container { 
	width: 900px;  
	background-color: #516370;
	margin: auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: center; 
	margin-top:-15px;
} 
.twoColFixLtHdr #header {
	margin-left:-10px;
	background-color: #516370);
	margin: 5px;
	border-bottom: 1px solid #ffffff;
	} 

#content {border-top: 1px solid #ffffff; /*white*/
      margin: 30px 5px 5px 5px;
	  
	  } 

#medium	{margin:0px;}

.twoColFixLtHdr #footer { 
	padding: 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#516370;
	text-align:center;
	font-size:10px;
} 

#imageclick {margin-left:43px;
			margin-top: -20px;
			margin-bottom: 10px;
			text-align:left;
}


.twoColFixLtHdr #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:0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.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: 8px;
}
.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;
}

/* nav bar CSS section*/


div#listmenu	{width:100%;
		float:left;
		font-size:1em;
		background-color:#516370;
		margin-top: 5px;
		border:none;
		}

div#listmenu ul	{margin: 0 0 0 30px;
		text-align:center;
		width:70%;
		margin-left:auto;
		margin-right:auto;
		font-family: Verdana, arial, Geneva, sans-serif;
		font-size: 125%;
		background-color:#516370;
		font-color:#ffffff;
		
		
}

div#listmenu li	{float:left;
		position:relative;
		list-style-type:none;
		background-color:#516370;
		font-color:#fff;
		border-right:2px solid #9badbc;
	}
	
div#listmenu li:last-child {border-right:none;
}

div#listmenu li:hover	{
	background-color:#000;
}

div#listmenu a	{
	padding:0 6px;
	text-decoration: none;
	color:#fff;
}

div#listmenu a:hover {
	color:#f2d721;
}

div#listmenu ul li ul {margin-left:0px;
		width:8.25em;
		position:absolute;
		left:-1px;
		padding: 0px;
		display: none;
		font-size: 100%;
		text-align:left;
		}

div#listmenu ul li ul li {width:100%;
		border-left:1px solid #9badbc;
		border-bottom:1px solid #9badbc;
		border-right: 1px solid #9badbc;
		}
		
div#listmenu ul li ul li:first-child {
	border-top:1px solid #9badbc;
	}

div#listmenu ul li:hover ul {display: block;}

/* nav bar CSS section end */
	

