/**************** body and tag styles ****************/
	body {
	  margin-top: 0px;	  
	  margin-bottom: 30px;
	  }

	#container {
	  width: 750px;
	  margin: 0 auto;
	  font-family: Verdana, Arial, Helvetica, sans-serif;
	  line-height: 1.6em;
/*	  color: #666666; */
	  background-color: white;
	  }
	  
	#container2 {
	  width: 746px;
	  margin: 0 auto;
	  font-family: Georgia, Arial, Helvetica, sans-serif;
	  font-size: small;
	  line-height: 1.5em;
/*	  color: #666666; */
	  background-color: white;
	  border-bottom: 2px solid #2763A5;
	  }
		
	h1 {
	  font-family: Georgia, Times, serif;
	  font-weight: normal;
	  font-size: 32px;
	  color: #329622;
	  margin-bottom: 30px;
	  background-color: #FFFFFF;
	  }
		
	h2 {
	  color: #666666;
	  font-size: 16px;
	  font-family: Verdana, Arial, Helvetica, sans-serif;
	  background-color: #FFFFFF;
	  }
		
	a {
	  color: #329622;
	  background-color: #FFFFFF;
	  text-decoration: none;
	  font-weight: bold;
	  }

	a:hover {
	  background-color: #FFFFFF;
	  color: inherit;
	  font-weight: bold;
	  text-decoration: underline;
	  }

	blockquote {
		font-style: italic;
		padding-right: 0px;
		margin-right: 0px;
	}
		


/**************** header styles ****************/
	#header {
	  width: 750px;
	  border: 0px
	  padding-bottom: 10px;
	  padding-top: 10px;
	  clear: both;
	  }
	#header p { 
	  margin-top: -20px;
	  margin-left: 30px;
	  color: #999999;
	  }


/**************** content styles ****************/
	#content {
	  width: 400px;
	  padding-left: 10px;
	  padding-right: 10px;
	  padding-top: 0px;
	  float: left;
	  }
		
	#content p {
	  }

	#content ul {
		list-style: none;
	}

	#content li {
	 border-bottom: 1px solid #dddddd;
	 }
	 
	 #content li#last {
	 border-bottom: none;
	 }
	  
/**************** sidebar styles ****************/
	#sidebar {
	  width: 175px;
	  padding-left: 21px;
	  padding-right: 10px;
	  padding-top: 0px;
	  float: right;
	  }
		
	#sidebar p {
	  padding-bottom: 10px;
	  border-bottom: 1px solid #DDDDDD;
	  }
	  
/**************** footer styles ****************/
	#footer {
	  margin-top: 15px;
	  padding-top: 0px;
	  padding-bottom: 0px;
	  padding-left: 2px;
	  padding-right: 2px;
	  clear: both;
	  width: 742px;
	  background-color:#2763A5;
	  }
		
	#footer p {
	  color:#FFFFFF;
	  padding: 5px;
	  text-align: center;
	  }
		
	#footer p a {
	  color: #FFFFFF;
	  background-color:#2763A5;
	  font-weight:100;
	  border-bottom: 1px dotted #FFFFFF;
	  }
		
	#footer p a:hover {
	  color: #FFFFFF;
	  text-decoration: none;
	  border-top: 1px dotted #FFFFFF;
	  border-bottom: 0px dotted #FFFFFF;
	  }
