.container	{ width: 900px;
			  margin: 5px auto;
			  border: 1px solid #000000;
			 }
			 
.banner		{ width: 900px;
			  height: 147px;
			  float: left;
			  background-color: #ffffff;
			 }
			 
.nav		{ font-family: arial, sans-serif;
			  font-size: 93%;
			  font-weight: 600;
			  color: #ffffff;
			  float: left;
			  display: inline;
			  margin: 7px 0 4px 15px;			  
			 }
.nav a:link { text-decoration: none; color: #ffffff; }
.nav a:visited { text-decoration: none; color: #ffffff; }
.nav a:hover { text-decoration: none; color: #0606b2; }
.nav a:active { text-decoration: none; color: #0606b2; }

.nav2		{ font-family: arial, sans-serif;
			  font-size: 93%;
			  font-weight: 600;
			  color: #ffffff;
			  float: left;
			  display: inline;
			  margin: 7px 0 4px 15px;			  
			 }
.nav2 a:link { text-decoration: none; color: #ffffff; }
.nav2 a:visited { text-decoration: none; color: #ffffff; }
.nav2 a:hover { text-decoration: none; color: #c1953b; }
.nav2 a:active { text-decoration: none; color: #c1953b; }

.header		{ font-family: Arial, Sans-Serif;
			  font-size: 177%;
			  color: #0000fe;
			  font-weight: bold;
			  }
			  
.subhead	{ font-family: Arial, Sans-Serif;
			  font-size: 114%;
			  color: #c1953b;
			  font-weight: bold;
			  }

.text		{ font-family: Arial, Sans-Serif;
			  font-size: 93%;
			  color: #000000;
			  font-weight: normal;
			  }
.text a:link { text-decoration: none; color: #0606b2; }
.text a:visited { text-decoration: none; color: #0606b2; }
.text a:hover { text-decoration: none; color: #888888; }
.text a:active { text-decoration: none; color: #888888; }

.text_blue	{ font-family: Arial, Sans-Serif;
			  font-size: 93%;
			  color: #0606b2;
			  font-weight: normal;
			  }
.text_blue a:link { text-decoration: none; color: #c1953b; }
.text_blue a:visited { text-decoration: none; color: #c1953b; }
.text_blue a:hover { text-decoration: none; color: #888888; }
.text_blue a:active { text-decoration: none; color: #888888; }

.footer		{ font-family: Arial, Sans-Serif;
			  font-size: 77%;
			  font-weight: 400;
			  color: #ffffff;
			  letter-spacing: 0.04em;
			  word-spacing: normal;
			  height: 28px;
			  background-image: url('images/marqeter.jpg');
			  background-repeat: no-repeat;
			  float: left;
			  width: 900px;
			 }
.footer a:link { text-decoration: none; color: #ffffff; }
.footer a:visited { text-decoration: none; color: #ffffff; }
.footer a:hover { text-decoration: none; color: #dadada; }
.footer a:active { text-decoration: none; color: #dadada; }

.f2			{ color: #9494de; }

.points		{ margin: 0 0 0 15px;
		}
		
ul.points li { color: #4848c7;
 			   list-style-type: disc;
			   margin: 0 15px 0 10px; 
		} 


