html, body {
	margin: 0px;
	padding: 0px;
	background-color: #E0E4FC;
	font-family: Verdana;
	text-align: center;
	height: 100%;
	color: #003366;
}

a:link {
	color: #DA1015;
	text-decoration: none;
}

a:visited {
	color: #DA1015;
	text-decoration: none;
}

a:active {
	color: #DA1015;
	text-decoration: none;
}

a:hover {
	color: #000000;
	text-decoration: underline;
}

.center {
	text-align: center;
}

.tleft {
	width: 200px;
}

.tright {
	width: 300px;
}

.error {
	color: #FF0000;
	font-size: 0.7em;
}

p, label {
	margin-top: 0.2em;
	margin-bottom: 0.2em;
	font-size: 0.7em;
	line-height: 150%;
}

input {
	border: 1px solid #990000;
	font-family: Verdana;
	font-size: 9px;
}
textarea {
	border: 1px solid #990000;
	font-family: Verdana;
	font-size: 9px;
}

img {
	border: none;
}

h1 {
	font-size: 1em;
	color: #990000;
	margin-bottom: 0.5em;
}

h2 {
	font-size: 0.75em;
	color: #990000;
	margin-bottom: 0.5em;
}

ul {
	margin-left: 25px;
	margin-top: 1em;
	margin-bottom: 1em;
	font-size: 0.6em;
	list-style-type: disc;
}

p.headerone {
	font-size: 13pt;
	color: #FFFFFF;
	margin-left: -15px;
	margin-top: 20px;
	font-weight: bold;
}

p.headertwo {
	font-size: 18pt;
	color: #FFFFFF;
	margin-top: -13px;
	font-weight: bold;
}

p.footerone {
	font-size: 10pt;
	color: #FFFFFF;
	margin-top: 24px;
	font-weight: bold;
}

#pagewidth {
	position: relative;
	width: 715px;
	background-image: url('img/mainbg.jpg');
	margin-left:auto;
	margin-right:auto;
}

#header {
	position: relative;
	height: 139px;
	padding-left: 5px;
	padding-right: 5px;
}

#headerleft {
	float: left;
	height: 139px;
	width: 250px;
	background-image: url('img/header1.jpg');
}

#headerright {
	float: right;
	height: 139px;
	width: 455px;
	background-image: url('img/header2.jpg');
}

#content {
	position: relative;
	padding-top: 20px;
	padding-left: 10px;
	padding-right: 10px;
}

#nav {
	float: left;
	width: 143px;
	text-align: left;
	padding-left: 10px;
}

#nav ul {
	list-style: none;
	padding: 0px 0px 10px 0px;
	margin: 0px;
}

#nav li a {
	background: url('img/linkbg.jpg') repeat-x;
	height: 22px;
	line-height: 18px;
	width: 128px;
	display: block;
	font-weight: bold;
	color: #DA1015;
	text-align: left;
}

#main {
	float: right;
	width: 522px;
	text-align: left;
}

#footer {
	clear: both;
	position: relative;
	height: 54px;
	padding-left: 5px;
	padding-right: 5px;
}

#footerleft {
	float: left;
	width: 250px;
	height: 54px;
	background-image: url('img/footer1.jpg');
}

#footerright {
	float: right;
	width: 455px;
	height: 54px;
	background-image: url('img/footer2.jpg');
}

#damage {
	position: absolute;
	left: 327px;
	top: 90px;
	z-index: 1;
	font-size: 9px;
	color: #FFFFFF;
}

.imageleft {
	margin-top: 10px;
	margin-bottom: 10px;
	float: left;
	width: 50%;
	text-align: center;
	line-height: 140%;
}

.imageright {
	margin-top: 10px;
	margin-bottom: 10px;
	float: right;
	width: 50%;
	text-align: center;
	line-height: 140%;
}

#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:img/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(img/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(img/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; }


