/* This controls basic parts of the page */
/* FFFFFF is White */
/* 000066 is Hyperlink Blue */
/* 660000 is Dk Hyperlink Red */
/* Acceptable variants of Web-safe orange include */
/* FF9900, CC6600, CC6633, FF6633, FF6600, and, FF3300 */
body {
	background-color: #FFFFFF;
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
}
tr, td {
	vertical-align: top;
}
a:link {
	color: #000066;
	text-decoration: none;
}
a:visited {
	color: #660000;
	text-decoration: none;
}
a:active, a:hover {
	color: #660000;
	text-decoration: underline;
}
/* Hide the "upgrade your browser" message from recommended browsers */
.webstandards {
	display:none;
	speak:none;
}
/* This is the Title for Each Page */
/* This controls the page name text in the header */
/* The banner background image is controlled in each page with a style */
.bannerID {
	height: 49px;
	font-family: "Times New Roman", Times, sans-serif;	
	font-size: 1.5em;
	color: #000066;
	text-decoration: none;
	white-space: nowrap;
	padding-left: 10px;
	background: #FFFFFF no-repeat center;
}
/* This controls the bread crumb links */
.breadcrumbs {
	font-size: 0.8em;
	text-decoration: none;
}
/* This controls the navigation links section */
.nav {
	font-size: 0.75em;
	text-decoration: none;
	width: 30%;
	margin-right: 5px;
	border-right: 1px solid #FF6600;
}
.nav h2 {
	font-size: 0.95em;
	font-weight: bold;
	color: #000066;
	background-color: #FF6600;
	padding: 3px;
	margin-top: 0px;
}
.nav ul {
	margin-top: -1.25em;
	margin-left: 1em;
	margin-bottom: .25em;
	padding-left: 5px;
	padding-right: 5px;
	list-style-type: none;
}
.nav ul li {
	text-indent: -0.75em;
}
.nav a:link, .nav a:visited {
	color: #000066;
	text-decoration: none;
}
.nav a:hover, .nav a:active {
	color: #AA0000;
	text-decoration: underline;
}
/* This give the hanging indents on lists of links */
ul.links {
	margin-left: 1em;
	padding-left: 5px;
	padding-right: 5px;
	list-style-type: none;
}
ul.links li {
	text-indent: -0.75em;
}

/* This controls the footer section */
.footer {
	font-size: 0.75em;
	text-decoration: none;
	margin-right: 5px;
}
.footer h2 {
	font-size: 0.75em;
	padding-left: 5px;
	font-weight: bold;
	color: #000066;
	margin-top: 0px;
	margin-bottom: 0px;
}
.footer p {
	margin-top: 0em;
	margin-left: 1em;
	margin-bottom: .25em;
	padding-left: 5px;
	padding-right: 5px;
	list-style-type: none;
	font-size: 0.75em;
}
.footer li {
	list-style-type: none;
}
/* This controls the photo column */
.photo {
	font-size: .25em;
	padding-right: 5px;
	width: 15%;
	background-color: #FFFFFF;
}
.photo p {
	margin-top: 0em;
	margin-left: 1em;
	margin-bottom: .25em;
	padding-left: 5px;
	padding-right: 5px;
	list-style-type: none;
	font-size: 3.75em;
}
/* This controls the page content */
#content {
	font-family: "Times New Roman", Times, sans-serif;
	width: 80%;
	vertical-align: top;
	padding: 5px;
}
#content p {
	font-family: "Times New Roman", Times, sans-serif;
	padding-right: 5px;
	padding-left: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
	line-height: 1.0em;
}
#content h1 {
	font-size: 1.5em;
	color: #000066;
	font-family: "Times New Roman", Times, sans-serif;
	padding-right: 5px;
	padding-left: 5px;
	margin-top: 0px;
	margin-bottom: 0px;
}
#content h2 {
	font-size: 1.25em;
	color: #000066;
	font-family: "Times New Roman", Times, sans-serif;
	padding-right: 5px;
	padding-left: 5px;
	margin-top: 0px;
	margin-bottom: 0px;
}
#content h3 {
	font-size: 1.0em;
	color: #000066;
	font-family: "Times New Roman", Times, sans-serif;
	padding-right: 5px;
	padding-left: 5px;
	margin-top: 0px;
	margin-bottom: 0px;
}
#content h5 {
	font-size: 1.0em;
	color: #000000;
	font-family: "Times New Roman", Times, sans-serif;
	padding-right: 5px;
	padding-left: 5px;
	margin-top: 0px;
	margin-bottom: 0px;
}
#content h4 {
	font-size: 1.1em;
	color: #000066;
	font-family: "Times New Roman", Times, sans-serif;
	padding-right: 5px;
	padding-left: 5px;
	margin-top: 0px;
	margin-bottom: 0px;
	text-decoration: underline;	
}
#content h6 {
	font-size: .75em;
	color: #000066;
	font-family: "Times New Roman", Times, sans-serif;
	padding-right: 5px;
	padding-left: 5px;
	margin-top: 0px;
	margin-bottom: 0px;
}
#content li {
	font-size: 1.0em;
	text-decoration: none;
	list-style-type: none;
}
#center {
	font-family: "Times New Roman", Times, sans-serif;
	width: 60%;
	vertical-align: top;
	padding: 5px;
}
#center p {
	padding-right: 5px;
	padding-left: 5px;
	line-height: 1.0em;
	margin-bottom: 0px;	
}
#center h2 {
	font-size: 1.3em;
	color: #000066;
	font-family: "Times New Roman", Times, sans-serif;
	padding-right: 5px;
	padding-left: 5px;
	margin-top: 0px;
	margin-bottom: -0.25em;	
}
#center li {
	font-size: 1.0em;
	text-decoration: none;
	list-style-type: none;
}
