body	{
	
	scrollbar-face-color: 424542;
	scrollbar-arrow-color: #527552;
	scrollbar-highlight-color: #000000;
	scrollbar-3dlight-color: #424542;
	scrollbar-darkshadow-color: 424542;
	scrollbar-track-color: #565A57;
	scrollbar-shadow-color: #424542}

/**
 * 100% height layout with header and footer
 * ----------------------------------------------
 * Feel free to copy/use/change/improve
 */

html,body {
	margin:0;
	padding:0;
	height:100%; /* needed for container min-height */
	background:black;
	
	font-family:arial,sans-serif;
	font-size:small;
	color:#666;
}


	
h1 { 
	font:15px; 
	margin:0.5em 0;
	font-variant: small-caps
}

h2 {
	font:1em; 
	margin:0 0 0.5em;
}
	h1, h2, a {
		color:#B8A8B8;
	}

p { 
	line-height:1.5; 
	margin:0 0 1em;
}

div#container {
	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	width:100%;
	background:black;
	
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/

	min-height:100%; /* real browsers */
}

div#header {
	padding:1em;
	background-color:#4E404D;
	border-bottom:6px double gray;
}
	div#header p {
		font-style:italic;
		font-size:1.1em;
		margin:0;
	}

div#content {
	padding:1em 4em 5em; /* bottom padding for footer */
}
	div#content p {
		text-align:justify;
		padding:0 1em;
	}
div#content img {
		border-style: solid;
	border-color: #C1C1C1;
	border-width: 1px;
}
div#footer {
	position:absolute;
	width:100%;
	bottom:0; /* stick to bottom */
	background:#212121;
	border-top:6px double #212121;
}
div#footer p {
		padding:1em;
		margin:0;
	}
	
#links
	{
	position: absolute;
	top: 10px;
	right: 10px;
	height: 25px;
	width: 425px;
	margin: 0px;
	text-transform: uppercase;
	}
	
#links a {
	color:#C3C3C3;
	text-decoration: none;
	}
	
	
	
body, th, td, ul, div, blockquote {
        font-family: Trebuchet MS, tahoma, sans-serif;
        font-size: 11px;
        line-height: 14pt;
        color: #FFFFFF;}


HR {color: #4A414A;
	height: 1pt}

.top {
	background-color: #000000;
	border-style: solid;
	border-width: 0px;
	border-color: none;}

a:link {


	color: #A67585;
	text-decoration: none}

a:visited {


	color: #E6B722;
	text-decoration: none}

a:hover {

	color: #E6B722;
	text-decoration: none;}





input {color: #6B6B6B;
	border-style: solid;
	border-color: #C1C1C1;
	border-width: 1px;
	font-family: verdana;
	background: #FFFFFF;
	font-weight: normal;
	font-size: 11px}


.hometext {
	
	padding: 0 20px 0 20px;
}

.homelinks {
	text-align: right;
	padding-right: 160px;
	font-size: 11pt;
	line-height: 18pt
	}

.homelinks a:link {

 
	color: #A2A2A2;
	text-decoration: none;
	font-weight: bold}

.homelinks a:visited {

 
	color: #A2A2A2;
	text-decoration: none;
	font-weight: bold}

.homelinks a:hover {
	 
	color: #E6B722;
	text-decoration: none;
	font-weight: bold}

.padded {
		padding: 10px;
}

#lightbox{
	background-color:#eee;
	padding: 20px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
	}
#lightboxDetails{
	font-size: 0.8em;
	padding-top: 0.4em;
	}	
#lightboxCaption{ float: left; color: #000 }
#keyboardMsg{ float: right;  color: #000 }

#lightbox img{ border: none; } 
#overlay img{ border: none; }

#overlay{ background-image: url(overlay.png); }

* html #overlay{
	background-color: #000;
	back\ground-color: transparent;
	background-image: url(blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="overlay.png", sizingMethod="scale");
	}