/* Global Styles */

body {
	margin:0px;
	}
	
td {
	font:11px verdana;
	color:#333333;
	}
	
a {
	color:#CC6600;
	text-decoration:none;
	}
	
a:hover {
	text-decoration:underline;
	}
	
a:visited {
	color: #CC6600;
	text-decoration:none;
	}
	
/* ID Styles */
	
#navigation a {
	font:10px arial;
	color: #FFFFF0;
	text-decoration:none;
	letter-spacing:.1em;
	display:block;
	padding:5px 20px 5px 20px;
	}

#navigation td {
	border-right: 1px solid #FFFFFF;
	}
	
#navigation a:hover {
	background: #669966;
	color: #000000;
	}

#padding {
	padding:20px 5px 20px 5px;
	}
	

/* Class Styles */

.logo {
	font:18px times new roman;
	color: #333300;
	letter-spacing:.4em;
	font-weight:bold;
	}

.sidebarText {
	font:12px georgia;
	color: #336666;
	}
	
.bodyText {
	font:11px verdana;
	color:#3B3B3B;
	vertical-align:top;
	}
	
.mission {
	font: Georgia, "Times New Roman", Times, serif;
	color:#3B3B3B;
	font-size: 14px;
	}
	
.pageName {
	font:20px georgia;
	color: #336666;
	letter-spacing:.1em;
	line-height:26px;
	}
	
.subHeader {
	font:14px georgia;
	color: #669999;
	font-weight:bold;
	line-height:20px;
	letter-spacing:.1em;
	}
	
.navText {
	font:10px arial;
	color: #FFFFF0;
	letter-spacing:.1em;
	}
	

	
/* Thumbnail Index */

div#index {
	text-align: center;
}

div#index table {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

div#index td.thumbcell {
	width: 100px;
	border-style: solid;
	border-color: #BFBFBF;
	border-width: 1px;
	text-align: center;
	vertical-align: middle;
	padding: 10px;
}

div#index td.thumbcell img {
	border-style: none;
}

div#index div.pages {
	font-family: arial;
	font-size: 10pt;
	text-align: right;
}

