html { min-height: 100%; margin-bottom: 1px; }

* {
	padding: 0px;
	margin: 0px; 
	}
p {
	margin-top: 8px;
	margin-bottom: 8px;
	}

body {
	background-color: rgb(173,173,173);
	font-family: verdana, sans serif;
	font-size: 0.7em;
   	text-align: center;  
	}

#wmain {
	width: 830px;
	margin: 30px auto;
	position: relative;
	}
		
#head
	{
	background: url(jpegs/topoff.jpg) top left;
	width: 830px;
	height: 30px;

	}

#bot
	{
	background: url(jpegs/botshadow.jpg) top left repeat-x;
	width: 830px;
	height: 60px;
	margin-top: -10px;
	}
			
#wrapper {
	background: url(jpegs/leftright.jpg) top left repeat-y;
	width: 730px;
	position: relative;
	text-align: left;
	padding-left: 50px;
	padding-right: 50px;
	color: #999;
	}
#splash {
	text-align: center;
	}

#heightfixer {
	height: 178px;
	}

.desk {
	cursor: help;
	}


a:link {
	color: rgb(80,100,114);
	text-decoration: none;
	}
	
a:visited {
	color: rgb(80,100,114);
	text-decoration: none;
	}
	
a:hover {
	color: #336699;
	text-decoration: none;
	}

.spec a:link {
	background-image: url(jpegs/magnifier.gif);
	background-repeat: no-repeat;
	background-position: center right;
	padding-right: 13px;
	}

.spec a:visited {
	background-image: url(jpegs/magnifier.gif);
	background-repeat: no-repeat;
	background-position: center right;
	padding-right: 13px;
	}
	
a {
	-moz-outline: none; 
	}

.legal {
	color: rgb(210,210,210);
	font-size: 0.8em;
	padding-top: 10px;
	clear: both;
	}

.newspane {
	line-height: 120%;
	padding: 18px;
	}

.caption {
	font-size: 0.8em;
	padding-top: 3px;
	width: 320px;
	}

.footnote {
	border-top: 1px solid;
	font-size: 0.9em;
	}

.imagethumbs {
	padding-top: 7px;
	}

.imagethumbs img {
	padding-bottom: 2px;
	}

#nav {
	text-align: right;	
	padding-top: 15px;
	padding-bottom: 15px;

	}	

.textleft {
	float: right;
	margin-right: 2px;
	width: 353px;
	background-color: rgb(248,248,244);
	padding: 5px 17px 12px 10px;
	}

.textleftscroll {
	float: right;
	width: 362px;
	margin-right: 20px;
		}

.textleft h4 {
	margin-bottom: 10px;
	color: rgb(80,100,114);
	font-size: 1.2em;
	}

.textleftscroll h4 {
	margin-bottom: 10px;
	color: rgb(80,100,114);
	font-size: 1.2em;
	}


.textleft h3 {
	margin-top: -10px;
	margin-bottom: 10px;
	color: rgb(200,0,0);
	font-size: 0.9em;
	}
		
.thumbdiv {
	width: 340px;
	float: left;
	padding-left: 5px;
	}

.tier2 {
	padding-top: 2px;
	}

.greyblue {
	color: rgb(130,150,164);
	}
		
.medlarge {
	float: left;
	padding: 10px 0px 5px 5px;
	width: 340px;	
	}

.logo {
	padding-bottom: 15px;
	margin-top: -10px;
	
	}

.tr {
	position: absolute;
	top: -5px;
	left: 688px;
	padding-bottom: 5px;
	
	}

#jswarning {
	background-color: white; 
   	padding: 5px; 
	border: 1px solid;
	color: rgb(125,0,0);
	font-weight: bold;
	}


   							