/* General */

*, 
html {
     margin: 0;
     padding: 0;
} 
body {
	text-align: center;
	padding: 3% 3% 10% 3%;
	margin-left: auto;
	margin-right: auto;
	background: #CCCCCC;
	background-image: url(/images/background.gif);
	background-repeat: repeat;
	color: #000000;
	font-size: 16px;
}
p {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	text-align: left;
	margin: 10px 5px 20px 5px;
}
h1,
h2,
h3,
h4 {
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin-bottom: 10px;
}
h1 {
    font-size: 1.3em;
}
h2 {
    font-size: 1em;
}
h3 {
	font-size: 0.8em;
}
h4 {
    font-size: 0.8em;
    text-decoration: underline;
}
a {
    text-decoration: none;
	font-weight: bold;
	color: #0033FF;
}
a:hover,
a:focus,
a:active {
    text-decoration: underline;
}
img {
     border: 0px;
}
.print {
    display: none;
	visibility: hidden;
}
.centertxt {
    vertical-align: middle;
}
.center {
     text-align: center;
}
.extlinkIMG {  
	margin-left: .3em; 
	cursor: pointer;  
}
caption {
     font-weight: bold;
}
table {
    font-size: 0.8em;
}
th {
    font-weight: bold;
}
.large {
    font-weight: bold;
	font-size: 0.9em;
}

/* Main */

.wrapper {
    width: 825px;	
	margin: 0 auto 0 auto;
	padding: 0;
	text-align: center;
}
.head {
    width: 825px;
	height: 155px;
	margin: 0px;
	padding: 0px;
	background-image: url(/images/header.gif); 
}
.imagebar {
    width: 825px;
	height: 353px;
	margin: 0px;
	padding: 0px;
}
.content {
    width: 825px;
	margin: 0;
	padding: 0;
	background-image: url(/images/content-main.gif);
	background-repeat: repeat-y;
}
.footer {
    width: 825px;
	margin: 0px;
	padding: 0px;
}

/* Image Bar */

.imagebarlft {
    float: left;
	width: 489px;
	height: 353px;
	background-image: url(/images/imagebar-lft.gif);
}
.imagebarrgt {
    float: left;
	width: 336px;
	height: 353px;
	background-image: url(/images/imagebar-rgt.gif);
}

/* Content */

.navigation {
    width: 100%;
	text-align: center;
}
.navigation a {
    font-size: 0.8em;
}
.contentarea {
    width: 95%;
	text-align: center;
	padding-top: 20px;
}
.contentlft {
	float: left;
	width: 525px;
	text-align: left;
	padding-left: 20px;
}
.contentlft p {
    text-indent: 20px;
}
.contentrgt {
    float: left;
	text-align: left;
	padding-left: 10px;
	width: 225px;
	border-left: 1px solid #990000;
}
.imagelft {
    padding: 5px;
	float: left;
}

/* Footer */

.footertop {
    width: 825px;
	height: 36px;	
	margin: 0 auto 0 auto;
	padding: 0;
	text-align: center;
	background-image: url(/images/footer-top.gif);
}
.footerbody {
    width: 825px;	
	min-height: 7em;
	margin: 0 auto 0 auto;
	padding: 0;
	text-align: center;
	background-image: url(/images/footer-content.gif);
	background-repeat: repeat;
}
.footerlft {
    width: 400px;
	float: left;
	margin-left: 20px;
}
.footerrgt {
    width: 400px;
	float: left;
}
.footerbot {
    width: 825px;	
	height: 26px;
	margin: 0 auto 0 auto;
	padding: 0;
	text-align: center;
	background-image: url(/images/footer-bottom.gif);
}

/* Lightbox */

#lightbox{
	background-color:#eee;
	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(/images/blank.gif);
	}

