@charset "utf-8";
/* CSS Document */

body	{
		background-color: #FFFFFF;
		font-family: Helvetica, Arial, sans-serif;
		font-size: 14px;
		color: #375e70;
		}
#container	{
		margin: auto;
		width: 616px;
		}
#banner	{
		border: solid;
		border-width: 1px;
		border-color: #375e70;
		}
#nav	{
		width: 616px;
		margin-top: 10px;
		border: solid;
		border-width: 1px;
		border-color: #375e70;
		font-size: 12px;
		}
#content	{
		width: 576px;
		margin-top: 0px;
		padding: 10px 20px 10px 20px;
		border: solid;
		border-top-style: none;
		border-width: 1px;
		border-color: #375e70;
		}
#footer	{
		width: 576px;
		margin-top: 10px;
		font-size: 10px;
		text-align: center;
		}

/* Classes */
h2	{
		font-size: 18px;
		font-weight: bold;
		}
h3	{
		font-size: 14px;
		}
li	{
		margin-top: 10px;
		}
.center	{
		text-align: center;
		}
.frontpic	{
		margin: 10px 10px 10px 0px;
		float: left;
		}
/* Links */
#nav a:link	{
		color: #375e70;
		text-decoration: none;
		}
#nav a:active	{
		color: #375e70;
		text-decoration: none;
		}
#nav a:visited	{
		color: #375e70;
		text-decoration: none;
		}
#nav a:hover	{
		color: #314a56;
		text-decoration: underline;
		}
a:link	{
		color: #375e70;
		text-decoration: underline;
		}
a:active	{
		color: #375e70;
		text-decoration: underline;
		}
a:visited	{
		color: #375e70;
		text-decoration: underline;
		}
a:hover	{
		color: #314a56;
		text-decoration: underline;
		}
		
/* Lightbox CSS */
#lightbox{
		background-color:#000000;
		padding: 10px;
		border-bottom: 2px solid #666;
		border-right: 2px solid #666;
		}
#lightboxDetails{
		font-size: 0.8em;
		padding-top: 0.4em;
		}	
#lightboxCaption{ 
		float: left; 
		}
#keyboardMsg{ 
		float: right; 
		}
#closeButton{ 
		top: 5px; 
		right: 5px; 
		}

#lightbox img{ 
		border: none; 
		clear: both;
		} 
#overlay img{ 
		border: none; 
		}

#overlay	{ 
		background-image: url(images/overlay.png); 
		}

* html #overlay{
		background-color: #333;
		back\ground-color: transparent;
		background-image: url(blank.gif);
		filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="images/overlay.png", sizingMethod="scale");
	}
