body {
	width: 900px;
	margin: 0 auto;
	padding: 0px;
	margin-top: 20px;
	border:solid 7px #FFFFFF;
	margin-bottom: 20px;
	background-image: url(images/common/back_bluewave3.jpg);
	
}
div#header {
	margin: 0 auto;
	height: 101px;
	background-color: #FFFFFF;
	padding: 0px;
}


}
div#flash {
	
	height: 230px;
	background-color: #FFFFFF;
	padding: 0px;
	margin-top: 0px;
}
div#left {
	float: left;
	width: 150px;
	margin-top: 0px;
	border-left-color: #FFFFFF;
	border-color: #FFFFFF;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #999999;
	background-image: url(images/common/lsidebar.jpg);
}

div#right {
	float: right;
	width: 150px;
	background-color: #FFFFFF;
	margin-top: 0px;
	border-left-color: #999999;
	border-color: #999999;
	border-right-color: #FFFFFF;
	border-left-width: thin;
	border-left-style: solid;
}

div#middle {
	margin: 0 auto;
	background-color: #FFFFFF;
	margin-top: 0px;
	border-color: #000033;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 10.5px;
	height: inherit;
	background-image: url(images/common/divbkg.jpg);
	text-align: justify;
}


.style2 {
	font-size: 16px;
	font-weight: bold;}

div#footer {
	clear: both;
	border-top-color: #FFFFFF;
	border-top-style: solid;
	border-top-width: thick;
	height: 118px;
	background-image: url(images/common/footer.jpg);
}

/* Text Headers */

div#header1 {
	padding:0px 0px 0px 0px;
	margin: 0px;
	background-color: #000033;
	height: 26px;
	margin-top: 0px;
	font-family: "Arial Rounded MT Bold";
	font-weight: bold;
	font-size: 18px;
	font-variant: small-caps;
	color: #FECE2C;
	text-align: center;
	vertical-align: middle;
}

div#header2 {
	padding:0px 0px 0px 0px;
	margin: 0px;
	background-color: #000033;
	height: 26px;
	margin-top: 0px;
	font-family: "Arial Rounded MT Bold";
	font-weight: bold;
	font-size: 14px;
	font-variant: small-caps;
	color: #FECE2C;
	text-align: center;
	vertical-align: middle;
	
}

div#header3 {
	padding:0px 0px 0px 0px;
	margin: 0px;
	background-color: #000033;
	height: 26px;
	margin-top: 0px;
	font-family: "Arial Rounded MT Bold";
	font-weight: bold;
	font-size: 16px;
	font-variant: small-caps;
	color: #FECE2C;
	text-align: center;
	vertical-align: middle;
}

.style10 {	font-family: Verdana;
}
.style11 {
	color: #FFFFFF;
	font-weight: bold;
}



/* Navcontainer */
 #navcontainer {
	width: 150px;
	float: left;
}

#navcontainer ul
{
margin-left: 0;
padding-left: 0;
list-style-type: none;
font-family: Arial, Helvetica, sans-serif;
}

#navcontainer a
{
display: block;
padding: 3px;
width: 144px;
background-color: #036;
border-bottom: 1px solid #eee;
float: left;
}

#navcontainer a:link, #navlist a:visited
{
color: #EEE;
text-decoration: none;
}

#navcontainer a:hover
{
background-color: #369;
color: #fff;
}

/* END Navcontainer */


a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #FF0000;
}
a:active {
	text-decoration: none;
}


form.clean
{
	font-family: Arial, sans-serif;
	
	background-color: #fff;
}

form.clean *
{
	margin: 0;
	padding: 0;
}

form.clean p
{
	margin: 0 0;
}

form.clean input[type=text],
form.clean input[type=password],
form.clean textarea,
form.clean select
{
	-webkit-border-radius: .4em;
	-moz-border-radius: .4em;
	border-radius: .4em;
	background-color: #fafafa;
	border: 1px solid #ddd;
	color: #666;
	font-size: 1em;
	padding: .0em;
	width: 400px;
}

form.clean input:focus,
form.clean textarea:focus,
form.clean select:focus
{
	background-color: #ffe;
}

form.clean fieldset
{
	-webkit-border-radius: .6em;
	-moz-border-radius: .6em;
	border-radius: .6em;
	border: 1px solid #ddd;
	margin: 0em 0;
	padding: .5em 1em;
}

form.clean fieldset legend
{
	color: #17b;
	font-size: 1.2em;
	margin-left: 1em;
}

form.clean ol
{
	list-style: none;
}

form.clean ol li
{
	margin: .5em 0;
}

form.clean ol li label
{
	display:inline-block;
}

form.clean ol.table
{
	list-style: none;
	display:inline-block;
}

form.clean ol.table li
{
	display:inline-block;
}

form.clean ol.table li label[for]
{
	display: table-cell;
	text-align: right;
	
}



form.clean input[type=button],
form.clean input[type=reset],
form.clean input[type=submit],
form.clean button
{
	-webkit-border-radius: .4em;
	-moz-border-radius: .4em;
	border-radius: .4em;
	background-color: #fafafa;
	border: 1px solid #ddd;
	color: #666;
	font-size: .85em;
	padding: .15em .4em;
	margin: 0 .3em;
}

form.clean input[type=submit]:hover,
form.clean input[type=reset]:hover,
form.clean input[type=button]:hover,
form.clean button:hover
{
	background-color: #ffd;
}



/*  Lightbox */
/***********************************************************************/
#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:thick; }

#outerImageContainer{ position: relative; background-color: #333; border:thick; width: 770px; height: 210px; 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/prevlabel.gif) left 85% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 85% no-repeat; }

#imageDataContainer{ font: 12px Verdana, Helvetica, sans-serif; background-color: #fff; text-align:justify; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 100%; float: left; text-align: justify; }	
#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; }

