html, body 
{
 
	color: #000;
	font: normal 90%/1.8em 'Lucida Grande', Verdana, Geneva, Lucida, Helvetica, Arial, sans-serif;
	margin: 0;
	height: 100%;
	
	
}
h1 {
	font-size: 1.8em;
	font-weight: bold;
	margin-top: 0em;
	margin-bottom: 0em;
	color: #3366CC;
}
h2 {
	font-size: 1.6em;
	margin: 1.0em 0em 1.0em 0em;
	font-weight: bold;
	color: #3366CC;
}
h3 {
	font-size: 1.2em;
	margin: 1.0em 0em 1.0em 0em;
	font-weight: bold;
	color: #3366CC;
}
p {
	font-size: 1.1em;
	line-height: 1.8em;
	margin: 1.1em 0em 1.1em 0em;
	text-align: left;
}
ul 
{
    font-size: 1.1em;
}
a:link, a:visited {
	color: #cc3300;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
a:active {
	color: #ff9900;
	text-decoration: underline;
}
title {
    color: #3366CC;
}
#header {
	width: 900px;
	background-color: #54638e;
	
}
#header h1 {
	padding: 10px 0 0 0;
	margin: 0 0 0 200px;
	color: #3366CC;
	margin-left: 10px;
}

#content {
	
	margin-left:22%; 
	background-color: #fff;
	
	
}
#content1 {
	
	margin-left:22%; 
	background-color: #fff;
	
	
}

#breadcrumbs {
	color: #54638e;
	background-color: #ffffff;
	padding: 10px;
	float: right;
	clear: left;
	margin-bottom: 1.8em;
}
#breadcrumbs a:link, #breadcrumbs a:visited,
#breadcrumbs a:hover, #breadcrumbs a:active {
	color: #000000;
}
#sidebar {
	float:left;
	
	background-color: #54638e;
	width: 183px;  /* ds */
}
html>body #sidebar {
	width: 193px;
}
#sidebar h3 {
  font-weight: bold;
  padding-bottom: 0.5em;
  border-bottom: 1px dashed #fdea12;
  color: #ffffff;
}
#nav {
}
#nav li {
	display: inline; /* for IE5 and IE6 */
}
#nav ul {
	width: 180px;
	list-style-type: none;
}
#nav a:link, #nav a:visited {
	display: block;
	width: 99.99%; /* for IE5 */
	color: #ffffff;
	text-decoration: none;
	
	font-weight: bold;
}
#nav a:hover {
	text-decoration: none;
	color: #33cc66;
	background-color: #54638e;	
}
.dynamicMenu {
    background-color:#54638e;
     
   
}
.dynamicMenuItem
{
    background-color: #54638e;
   
    
}
.login {
	color: #ffffff;
	background-color: #54638e;
	font: normal 1.1em/1.1em verdana, arial, helvetica, sans-serif;
}
.login td {
	color:#ffffff;
	background-color: #54638e;
	font: bold 0.8em/0.8em verdana, arial, helvetica, sans-serif;
}
.login td.title {
	color: #ffffff;
	font: bold 1.0em/1.0em verdana, arial, helvetica, sans-serif;
	text-align: center;
	padding-bottom: 10px;
}
.loggedinout {
    color: #54638e;
    background-color: #ffffff;
    font: 0.9em/1.4em verdana, arial, helvetica, sans-serif;
}
.title {
    color: #3366CC;
    font: bold 1.0em/1.0em verdana, arial, helvetica, sans-serif;
    text-align: center;
    padding-bottom: 5px;
    border-bottom: #ffffff thin solid;
    margin-bottom: 5px;
}
#footer {
	padding: 0 20px 1.8em 10px;
	border-top: 1px solid #3366CC;
	clear: both;
}
#footer p {
	font: normal 0.8em/0.9em verdana, arial, helvetica, sans-serif;
	color: #666;
}
#footer p.left {
	float: left;
	clear: left;
}
#footer p.right {
	float: right;
	clear: right;
}
.spacer {
	clear: both;
}
dd, dt {
	font-size: 0.95em;
}
#mainTitle {
	font-size: 2.0em;
	font-weight: bold;
	visibility: hidden;
}
.pageTitle {
	font-size: 1.5em;
	font-weight: bold;
}
.itemTitle {
	border-bottom: 1px solid #3366CC;
	font-size: 1.5em;
}
.itemContent 
{
    
   
	padding-bottom: 1.8em;
}
.box {
    border: solid 1px #3366CC;
}
.boxFloat {
    /* border: solid 1px #3366CC; */
    float: left;
}
.boxFloatRight {
    border: solid 1px #3366CC;
    float: right;
}
.floatRight {
    /* border: solid 1px #3366CC; */
    float: right;
}

#newsItem 
{
	padding-top: 1.0em;
	border-bottom: 1px solid #3366CC;
	
    }
#newsTitle 
{
	font-size: 110%;
	color:#3366cc;
    /*
	float: left;
    */
}
#newsDate {
    font: normal 0.9em/0.9em 'Lucida Grande', Verdana,  Geneva, Lucida, Helvetica, Arial, sans-serif;
	float: right;
	/* clear: right; */
	color: #666666;
}
#newsContent {
	text-align: left;
}
.rowSelected {
    background-color: #FEF268;
}

input.buttonLink
{
    text-decoration: underline;
    border: 0px;
    background-color: Transparent;
}

.grid {
    margin-bottom: 10px;
}
.grid TR TD {
    padding: 1px 5px 1px 5px;
}

.details, .details TR, .details TD{
    border-style: none;
    border-width: 0;
    padding-left: 20px;
}
{
    background-color: #FEF268;
    border: solid 1px green;
}
#wrapper {
text-align:center;

}
#inner 
{
 border:1px;
 border-color:#000000;
 width: 900px;   
text-align: left;
margin:0 auto; 
}

ul.blue 
{
    
	list-style: none;
	float: right;
	
}

ul.blue li {
	float: left;
}

ul.blue li a {
	float: left;
	text-decoration: none;
	color: #ccc;
	padding: 4px 15px 0 0;
	margin-right: 8px;
	font: 900 14px "Arial", Helvetica, sans-serif;
}

ul.blue li a span {
	float: left;
	padding-right: 10px;
	display: block;
	margin-top: -4px;
	height: 24px;
}

ul.blue li a:hover {
 	color: #fff;
	background: url(images/blue.png) no-repeat top right;
}

ul.blue li a:hover span {
	background: url(images/blue.png) no-repeat top left;
}

ul.blue li a.current {
	background: url(images/blue.png) no-repeat top right;
 	color: #fff;
}

ul.blue li a.current span {
	background: url(images/blue.png) no-repeat top left;
}


#os
{ background-color: #54638e;
    }
    
#gallery
{
    padding-left: 80px;
    }
    
    
    #lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(images/lightbox/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLinklightbox:visited:hover { background: url(images/lightbox/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }

#maintext
{   Float:left;
}

#rightimage
{   Float:left;
}

a img
{
    border:0;
}
