/* CSS Document */
body {
	margin:0px 0px 0px 8px;
	padding:0;
	text-align:center;
	color:#000000;
	font-family:"Trebuchet MS", Verdana, Arial, sans-serif;
	background-color: #ffffff;
	}
	
#container {
	position:relative;
	width:800px;
	margin:0 auto;
	padding-bottom:20px;
	font-size:85%;
	text-align:left;
	height:auto;
	z-index: 1;
	background-color:#FFFFFF;
	border-top:0;
	}

#welcome {
	position:relative;
	top:0px;
	padding:5px;
	font-size:14px;
	font-weight:normal;
	text-align:center;
	z-index:2;
	background-color: #660000;
	color: #FFFFFF;
	width: 435px;
	margin-top: -5px;
	}
	
#welcome p {
	font-weight:bold;
	font-size:small;
	margin:-2px;
	text-align:center;
	}
	
#button {
	position:absolute;
	width:443px;
	top:6px;
	margin:0px 0px 20px 0px;
	padding:0px;
	border:none;
	}

#info {
	width:445px;
	z-index:5;
	left:100px;
	padding:0px 13px 0px 13px;
	position:relative;
	height:auto;
	border-left:2px dotted #cc9999;
	border-right:2px dotted #cc9999;
	color:#660000;
	line-height:1.5em;
	}
	
#info p.endnote {
	font-size:x-small;
	color:#990000;
	text-align:center;
	line-height:normal;
	padding: 5px 0px 5px 0px;
	margin-top: 20px;
	text-indent:0;
	}
	
#info h3 {
	height:28px;
	border-top:1px solid #c4d3d5;
	padding-top:5px;
	margin-top:5px;
	}

#info ul {
	list-style-type:disc;
	text-align:left;
	}
	
#info ul ul {
	list-style-type:square;
	}

#info a:link, #info a:visited {
  font-weight:normal;
  text-decoration:underline;
  color:#336699;
  }
  
#info a:hover {
	text-decoration:underline;
	}

p {
	text-align:left;
	margin-top:-5px;
	}
	
p+p {
	text-indent:20px;
	}
	 
#extras {
	width:208px;
	height:auto;
	margin-bottom:20px;
	z-index:2;
	top:250px;
	left:583px;
	padding:0px 0px 0px 0px;
	position:absolute;
	}
			
#tutnotes ul li {
	background:transparent url(../../images/diambull.gif) no-repeat;
	margin-left:-45px;
	margin-top:0px;
	padding:0px 0px 0px 25px;
	list-style:none;
	}
	
#extras img a:link, #extras a:visited {
  border:0px;
  }
  
#extras a:link, #extras a:visited {
  font-weight:normal;
  color:#336699;
  text-decoration:none;
  }
  
 #extras a:hover {
	text-decoration:underline;
	text-align:left;
	}
  
table.info {
	width:100%;
	border-bottom:10px #000000 solid;
	padding:0px;
	border-top:0px;
	border-right:0px;
	border-left:0px;
	}
	
td.info {
	text-align:left;
	}
	
table.right {
	width:100%;
	border-bottom:10px #663333 solid;
	padding:4px;
	border-top:0px;
	border-right:0px;
	border-left:0px;
	}
	
td.right {
	text-align:left;
	}
	
td.darkarea {
	color:#ffffff;
	font-weight:bold;
	text-align:center;
	}
	
th.right {
	text-decoration:underline;
	}

dt {
	font-weight:bold;
	}

/*hidden text*/
h1, h2, h3 {	
	margin:0;

  }
h1 span, h2 span, h3 span {
	display:none;
	}

/*end hidden text*/

h4 {
	font-size:125%;
	color:#660000;
	text-align:left;
	}
	
h5 {
	text-transform:uppercase;
	}
	
h6 {
	font-size:90%;
	font-weight:bold;
	color:#000000;
	}
	
h7 {
	font-size:100%;
	color:#000000;
	font-weight:normal;
	}
	
	

	
#image-left {
	margin:0;
	padding:5px;
	float:left;
	}
	
#image-right {
	margin:0;
	padding:10px 0px 10px 15px;
	float:right;
	}
	
	
#image-middle {
	margin:0;
	padding:0px 5px 0px 5px;
	}

#image-relative {
	margin:0;
	padding:5px;
	position:relative;
	}

#footer {
	position:relative;
	width:445px;
	top: 20px;
	left:113px;
	margin:20px 0px 0px 0px;
	padding:10px 0px 0px 0px;
	border-top: 1px solid #cc9999;
	border-bottom:15px #ffffff solid;
	}
	
#footer a:link, #footer a:visited {
  font-weight:normal;
  text-decoration:underline;
  color:#336699;
  }

hr {
	clear:both;
	}

blockquote {
	color:#000000;
	}
	
td img {
/* Another Mozilla/Netscape bug with making sure our images display correctly */
	display: block;
}

#tools {
	width: 92px;
	margin:0;
	padding:0;
	position:absolute;
	top:248px;
	}

#navbar_left {
	top: 250px;
	position:absolute;
	left: 0px;
	width: 92px;
	z-index: 1;
	margin: 0;
	padding: 0;
	font-size: 10px;
	}
	
p.navbar_left {
	color:#660000;
	line-height:2em;
	text-indent: 0px;
	text-align: right;
	font-weight: bold;
	}

#navbar_left a:link, #navbar_left a:visited {
   text-decoration:none;
   color:#660000;
	}
