/* General */

*, 
html {
     margin: 0;
     padding: 0;
} 
body {
	text-align: left;
	padding: 0;
	margin: 0;
	color: #546c76;
	background-color: #7cadc2;
	font-size: 14px;
}
p {
    font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	margin: 10px 0px 20px 0px;
	font-size: 0.9em;
}
.small {
    font-size: 0.7em;
}
h1,
h2,
h3,
h4 {
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin-bottom: 10px;
	text-align: left;
}
h1 {
    font-size: 1.4em;
}
h2 { 
    font-size: 1.3em;
	border-bottom: 1px #546c76 solid; 
}
h3 {
    font-size: 1em;
	font-weight: bold;
}
h4 {
	font-size: 0.9em;
	font-style: italic;
}
a {
    color: #0000FF;
	font-weight: bold;
}
a:hover,
a:focus,
a:active {
    text-decoration: none;
}
img {
     border: 0px;
}
li {
    font-size: 1em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.print {
    display: none;
	visibility: hidden;
}
.extlinkIMG {  
	margin-left: .3em; 
	cursor: pointer;  
}

/* Main Construction */

.wrapper {
	text-align: center;
	width: 975px;
	margin: 0 auto 0 auto;
}
.header {
    width: 975px;	
	padding-top: 15px;
}
.navigation {
    width: 975px;
	height: 282px;
	clear: both;
} 
.body {
    background: url(/images/background.gif) repeat-y;
    width: 975px;
	padding: 15px 0 0 0;
	margin: -10px 0 0 0;
	float: left;
}
.footer {
    width: 975px;
	padding: 35px 0 0 0;
	margin: -20px 0 0 0;
	background: url(/images/backgroundbottom.gif) top no-repeat;
	clear: both;
}

/* Header */

.headerlft {
	width: 428px;
	height: 146px;
	float: left;
	text-align: left;
}
.headerrgt {
    width: 547px;
	height: 146px;
	float: left;
	background-image: url(/images/header_rgt.gif)
}

/* Navigation */

.nav{
	float: left;
}

/* Body */

.bodyinner {
    width: 910px;
	margin: 0 0 0 43px;
	float: left;
}
.bodylft {
	width: 563px;
	float: left;
	text-align: left;
	padding-right: 25px;
	margin: 0;
}
.bodyrgt {
    width: 290px;
	float: left;
	text-align: left;
	padding: 10px 0 0 15px;
	margin: 0;
	background: url(/images/HomeRgtBack.gif) no-repeat;"
}

/* Footer */

.footer p {
	font-size: 0.8em;
	color: #FFFFFF;
}
.footerlft {
	width: 300px;
	margin-left: 20px;
	float: left;
}
.footercntr {
	width: 350px;
	float: left;
}
.footerrgt {
    width: 177px;
	margin-left: 128px;
	float: left;
}

/* 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);
	}
