html { min-width: 600px; }

body, div, td, th, h2, h3, h4 { /* redundant rules for bad browsers  */  
    font-family: verdana,sans-serif;
	font-size:    x-small;
	voice-family: "\"}\"";
	voice-family: inherit;
	font-size: small;
	color: #333;
}  
.clearhack { display: inline; } /*Clears Box Model Hack in IE5*/

body {
	background: #EDEBE3 url("images/photo.jpg") left top no-repeat fixed;
	color: #333;
	padding: 1em 20px 3em 20px;
	margin: 0;
}

a { color: #06C; }
a:hover { color: #333; }
a:active { color: #000; }

p { line-height: 140%; }
#contents li { line-height: 140%; }
#contents ul { list-style-image: url("images/bdot.gif");}

h1,h2 {
	font-family: trebuchet ms;
	font-weight: bold;
	color: #333;
}

h1 {
	font-size: 180%;
	margin: 0;
}

h1 a { text-decoration: none; color: #333; }
h1 a:hover { border-bottom: 1px dotted #666; color: #000; }

h2 {
	font-size: 170%;
	padding-bottom: 2px;
	margin-bottom: 5px;
	border-bottom: 1px solid #CCC;
	margin: 0;
	color: #069;
	font-weight:bold;
}

h3 {
	font-size: 120%;
	padding-top: 10px;
	margin: 0;
}

p.note {
	background: #EEE;
	padding: 4px;
	font-family: tahoma;
	font-size: 85%;
	line-height: 130%;
	margin-top: 0;
	border-bottom: 1px solid #CCC;
}

#footer {
	margin-left: 190px;
	font-size: .85em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#footer a {color: #C60; text-decoration: none;}

#footer a:hover {color: #C60; text-decoration: none; border-bottom: 1px dashed;}

.indent {
	margin-left: 25px;
}

#table {
	padding: 0;
	margin: 0;
	border-left: 1px solid #52A5F2;
	border-right: 1px solid #52A5F2;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#table th {
	font: bold 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
	border-bottom: 1px solid #52A5F2;
	border-top: 1px solid #52A5F2;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: left;
	padding: 6px 6px 6px 12px;
	background: #52A5F2;
}

#table td {
	font-size: 12px;
	border-bottom: 1px solid #52A5F2;
	background: #fff;
	padding: 6px 6px 6px 12px;
	color: #4f6b72;
}


#table td.alt {
	font-size: 12px;
	background: #F5FAFA;
	color: #797268;
	padding: 6px 6px 6px 12px;
}

#table td.borderblend {
	font-size: 10px;
	background: #fff;
	padding: 6px 6px 6px 12px;
	color: #4f6b72;
	border-bottom: 1px solid #FFFFFF;
}

#table td.borderblendalt {
	font-size: 10px;
	background: #F5FAFA;
	color: #797268;
	padding: 6px 6px 6px 12px;
	border-bottom: 1px solid #F5FAFA;
}

#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);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="images/overlay.png", sizingMethod="scale");
	}
	
a:link.whitelink {color: #fff;}