body {background : #333333; margin-top : 0px; margin-bottom : 0px; font-family : tahoma, arial, helvetica, sans-serif; margin-right: auto; margin-left: auto; text-align : center;}

.central {margin-top : 10px; margin-right: auto; margin-left: auto; position: relative;	text-align: left; width: 900px;}
.container {width : 900px; padding : 0px; background : #ffffff;}

.header {width : 215px; padding : 0px; margin : 0px 20px 0px 30px; float : right;}
.header img {border : 0px;}
.header .hpright {border : 1px solid #cc0000; padding : 0px; margin : 10px 0px 0px 0px;}
.header .hpright h3 {font-size : small; color : #ffffff; background : #cc0000; padding : 2px 0px 2px 5px; margin : 0px; text-decoration : none;}
.header .hpright li {font-size : small;}
.header .hpright p, .header .hpright td {font-size : small; margin : 0px 0px 10px 10px;}
.header .hpright form {margin : 0px 0px 0px 10px;}
.header .hpright form img {display : none;}

.nav {padding : 0px 0px 0px 5px; margin : 0px;}
.nav ul {display : inline; font-size : small; padding : 0px; margin : 0px;}
.nav li {display : inline; padding : 0px 5px 0px 5px; margin : 0px;}
.nav li a {font-weight : bold;}
.nav li a:link, .nav li a:visited {text-decoration : none;}
.nav li a:active, .nav li a:hover {text-decoration : none; background : #cccccc;}

.main {padding : 10px;}
.main .tn {border : 1px solid #cc0000; width : 144px; height : 144px;}
.main h1 {font-size : large; display : inline;}
.main h2 {font-size : medium; display : inline;}
.main h3 {font-size : small; text-decoration : underline; margin-bottom : 4px; color : #666666;}
.main p {font-size : small; margin-top : 4px; margin-bottom : 4px; width : 70%;}
.main ul {font-size : small;}
.main ul li {list-style-image : url(../img/bullet.png); margin-bottom : 15px; margin-top : 0px;}

.main .slides {margin : 5px 0 25px 0; background : url(../img/00.jpg) no-repeat; border : 1px solid #cc0000; width : 530px;}
.main .slides img {width : 530px; height : 298px;}

.main table caption {display : none;}
.main table td, .main table th {font-size : small; vertical-align : top;}

.main .news {width : 530px; border : 1px solid #cc0000; margin-bottom : 20px;}
.main .news h3 {color : #ffffff; background : #cc0000; padding : 2px 0px 2px 5px; margin : 0px; text-decoration : none;}

a:link, a:visited {color : #ee0000;}
a:hover, a:active {color : #0000ff;}

.roundtop {background : url(../img/tr.png) no-repeat top right;}
.roundbottom {background : url(../img/br.png) no-repeat top right; background-color : #ffffff;}
img.corner {width: 15px; height: 15px; border: none; display: block !important;}

.extfoot {background : #333333; color : #888888; text-align : right; margin : 0px; padding :2px 15px 0px 0px; font-size : x-small;}
.extfoot a {text-decoration : none;}
.extfoot a:link, .extfoot a:visited {color : #888888;}
.extfoot a:active, .extfoot a:hover {color : #ff0000;}

.intfoot {text-align : right; margin : 0px 15px 0px 10px; padding : 20px 0px 0px 0px; clear : both;}
.intfoot img {width : 38px; height : 25px; border : 1px solid #000000; margin : 0px 2px 0px 2px;}

#thumbBox{ /*Outermost DIV for thumbnail viewer*/
position: absolute;
left: 0;
top: 0;
width: auto;
padding: 10px;
padding-bottom: 0;
background: #313131;
visibility: hidden;
z-index: 10;
cursor: hand;
cursor: pointer;
}

#thumbBox .footerbar{ /*Footer DIV of thumbbox that contains "close" link */
font-weight : bold;
font-size : 0.7em;
letter-spacing: 5px;
line-height: 1.1em;
color: white;
padding: 5px 0;
text-align: right;
}


#thumbBox #thumbImage{ /*DIV within thumbbox that holds the enlarged image */
background-color: white;
}

#thumbLoading{ /*DIV for showing "loading" status while thumbbox is being generated*/
position: absolute;
visibility: hidden;
border: 1px solid black;
background-color: #EFEFEF;
padding: 5px;
z-index: 5;
}

#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#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: transparent url(../img/blank.gif) no-repeat; /* 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;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}