body {
	margin: 0;
	padding: 0;
	position: relative; 
	top: 15px;
	font-family: tahoma, verdana, arial, helvetica, Lucida Calligraphy, sans-serif;
	font-size: 11px;
	color: #CCCCFF;
	background-image: url("background.jpg");
	background-attachment: fixed;
	}

		
/*typography*/
a 	{
	color: #FFFFFF;
	}

.link a:link { 
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 13px;
	}

.link a:visited { 
	text-decoration: none;
	color: #CC0066;
	font-weight: bold;
	font-size: 13px;
		}

.link a:active {
	text-decoration: none;
	font-weight: bold;
	font-size: 13px;
		}

.link a:hover {
	text-decoration: underline;	
	}


.sub a:link { 
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 10px;
	}

.sub a:visited { 
	text-decoration: none;
	color: #CC0066;
	font-weight: bold;
	font-size: 10px;
		}

.sub a:active {
	text-decoration: none;
	font-weight: bold;
	font-size: 10px;
		}

.sub a:hover {
	text-decoration: underline;	
	font-weight: bold;
	font-size: 10px;	
	}

.body a:link { 
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 13px;
	}

.body a:visited { 
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 13px;
		}

.body a:active {
	text-decoration: none;
	font-weight: bold;
	font-size: 13px;
		}

.body a:hover {
	text-decoration: underline;
	font-size: 13px;
	}

.body p {
	margin-left: auto;
	margin-right: auto;
	width: 80%;
}

.body ul {
	margin-left: auto;
	margin-right: auto;
	width: 80%;
}



h1 {
	font-size: 4.5em;
	font-weight: normal;
	margin-top: 0em;
	margin-bottom: 0em;
	font-family: "Lucida Calligraphy", sans-serif;
	}

h2 {
	font-size: 1.7em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: normal;
	}

h3 {
	font-size: 1.4em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: bold;
	font-family: "Lucida Calligraphy", sans-serif;
	}

h4 {
	font-size: 1.2em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: bold;
	}

h5 {
	font-size: 1.0em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: bold;
	}

h6 {
	font-size: 0.8em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: bold;
	}




p {
	font-size: 1.0em;
	line-height: 1.8em;
	margin: 1.2em 0em 1.2em 0em;
	}
li > p {
	margin-top: 0.2em;
	}

pre {/*moz 1.0/1.1/1.2.1, net 7.0/7.01 make this way too small, but i'm not going to go larger 	because monospace tends to run you into overflow pretty quick. prior moz and net are 	okay.*/
	font-family: monospace;
	font-size: 1.0em;
	}

bold, b {
	font-weight: bold;
	}
mission {
	}

goals {
	}

ul#menu {

  list-style-type: none;
  margin: 0;
  padding: 0;
}

ul#menu ol {
  display: none;
  text-align: right;
  list-style-type: none;
  margin: 0;
  padding: 5px;
}

 
  ul#menu ol {
  font-family: verdana, sans-serif;
  font-size: 11px;
}


ul#menu ol li {
  border-bottom: none;
}

ul#menu ol li:before {
  content: "- ";
}

div.centered 
{
text-align: center;
}
div.centered table 
{
margin: 0 auto; 
text-align: left;
}


table.sample {
	border-width: 2px;
	border-spacing: 0;
	border-style: solid;
	border-color: black;
	border-collapse: collapse;
	background-color: #990099;
	width: 80%;
	height: 100%;
	font-size: 14px;
	
}
table.sample th {
	border-width: 0px;
	border-style: none;
	border-color: gray;
	-moz-border-radius: ;
	 font-size: 14px;
}
table.sample td {
	border-width: 0px;
	border-style: none;
	border-color: gray;
	-moz-border-radius: ;
	font-size: 14px;
}


#banner {
	border: 0;
	}

#imgage {
	border: 3;
	border-color: black;
	}