html { min-height: 100%; margin-bottom: 1px; }

a:link {
	color: #336699;
	text-decoration: none;
}
a:visited {
	color: #336699;
	text-decoration: none;
}
a:hover {
	color: #0099FF;
	text-decoration: none;
}
a:active {
	color: #336699;
	text-decoration: none;
}

body {
	margin: 0px auto;
	padding: 0;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;

	background-repeat: repeat;
	}
		

#container {
	text-align: left;
	position: relative;
	margin: 10px auto 0px;
	padding: 0px;
	width: 800px;
	background-color: #ffffff;
		}


#topbanner {
	margin: 0px;
	padding: 0px;
	}
	

#navigation {
	width: auto;
	height: auto;
	margin: 0px;
	background-image:url(images/navbar.gif);
	background-repeat: no-repeat;
	text-align: right;
	padding-right: 150px;
	color: #336699;
	padding-top: 58px;
	padding-bottom: 20px;
		
	}
	

#content {
	width: auto;
	min-height:280px;
	height:auto !important;
	height:280px;
	
	}
	
#leftnav{
	width: 200px;
	height: 100px;
	float: left;
	padding-left: 10px;
		}
		
#leftnav p{
	padding-left: 0px;
	margin-left: 0px;
	font-size: 80%;
	color: #216994;
}
		
	
#footer {
	width: auto;
	height:30px;
	margin: 0px;
	background-image:url(images/footer.gif);
	background-repeat: no-repeat;
	padding-top: 50px;
	text-align: center;
	font-size: 80%;
	color: #FF3063;
	}


ul {
	padding:0;
	margin:0;
	list-style: none;
	float: left;
	}

ul li {
	float: left;
	margin: 0;
	padding: 0;
		}
		
ul li a:link, ul li a:active, ul li a:visited {
	color: #ce0031;
	font-weight: bold;
	display: block;
	font-size: 80%;
	padding-top: 5px;
	}
	
ul li a:hover{
	color: #006666;
	}
	
h1{
	color: #FF0000;
	font-size: 100%; 
	font-weight: bold;
	}

/* BELOW ARE THE BACKGROUND IMAGES FOR THE LEFT NAVIGATION   */

#link1 {
      display: block;
      height: 25px;
      width: 200px;
      background-image: url(images/link1.gif);
	  padding-left: 10px;
	  background-repeat:no-repeat;
	  }
	  
  #link2 {
      display: block;
      height: 25px;
      width: 200px;
      background-image: url(images/link2.gif);
	  background-repeat:no-repeat;
	  padding-left: 10px;
	  }
	  
	  #link3 {
      display: block;
      height: 25px;
      width: 200px;
      background-image: url(images/link3.gif);
	  padding-left: 10px;
	  background-repeat:no-repeat;
	  }
	  
	  #link4{
      display: block;
      height: 25px;
      width: 200px;
      background-image: url(images/link4.gif);
	  padding-left: 10px;
	  background-repeat:no-repeat;
	  }
	  
	  #link5 {
      display: block;
      height: 25px;
      width: 200px;
      background-image: url(images/link5.gif);
	  padding-left: 10px;
	  background-repeat:no-repeat;
	  }
	  
	  #link6 {
      display: block;
      height: 25px;
      width: 200px;
      background-image: url(images/link6.gif);
	  padding-left: 10px;
	  background-repeat:no-repeat;
	  }
	  
	  #link7 {
      display: block;
      height: 25px;
      width: 200px;
      background-image: url(images/link7.gif);
	  padding-left: 10px;
	  background-repeat:no-repeat;
	  }
	  
	  #link8 {
      display: block;
      height: 25px;
      width: 200px;
      background-image: url(images/link8.gif);
	  padding-left: 10px;
	  background-repeat:no-repeat;
	  }
	  
	  #link9 {
      display: block;
      height: 25px;
      width: 200px;
      background-image: url(images/link9.gif);
	  padding-left: 10px;
	  background-repeat:no-repeat;
	  }
	  
 /* page title image replacement */
 
#maintitle {
	text-indent: -9000px;
	background-image: url(images/header.jpg);
	background-repeat:no-repeat;
	height: 148px;
	width: 800px;
	}
	
#title {
	text-indent: -9000px;
	background-image: url(images/title.gif);
	background-repeat:no-repeat;
	height: 34px;
	width: 385px;
	margin-left: 250px;
	
	 }
 
/* remove padding and margin from h1*/
	
#maintitle h1
{
padding-left: 0px;
margin: 0;
}

p {
	padding-left: 250px;
	text-align: left;

}
.image1 {
	text-align: right;
	float: right;
	padding-left: 10px;
}
ol {
	margin-left: 280px;
	list-style-type: disc;
}
.comments {
	font-style: italic;
	color: #FF3366;
}
#leftnav ol {
	margin-left: 0px;
	padding-left: 5px;
	font-size: 80%;
	color: #216994;
	list-style-type: disc;
}
h3 {
	font-size: 95%;
	color: #FF3366;
	margin-left: 250px;
	}
h2 {
	font-weight: bold;
	color: #6699CC;
	font-size: 90%;
}
.snippet {
	color: #3399CC;
}
