﻿
/*General template*/
body {
					background-color: transparent;
					background-attachment: fixed;
					scrollbar-arrow-color: #ffffff;
					scrollbar-base-color: #000000;
					text-align: center;
					font-family: arial;
					font-size: 90%;
					color: #000000;
}
a {
	font-family: Arial;
	font-size: 12pt;
	text-align: center;
}
p {
					background-color: transparent;
					font-family: Arial;
					font-size: 90%;
					color: #000000;
					text-align: center;
}
table {
					margin-right: auto;
					margin-left: auto;
					width: 100%;
					font-family: arial;
					font-size: 100%;
					color: #000000;
}
.backbutton {
	font-family: Arial;
	font-size: small;
	font-weight: bold;
	color: #000000;
	text-align: center;
	border: 3px solid #000000;
	width: 75px;
	height: 25px;
}
.header {
	font-family: arial;
	font-size: 22pt;
	font-weight: bold;
	color: #000000;
	text-align: center;
	width: 600px;
	height: 60px;
}
img {
	text-align: center;
	border-style: none;
}
#top_nav {
}
#top_nav ul {
					list-style-type: none;
					padding-right: 2px;
					padding-left: 2px;
					margin-right: auto;
					margin-left: auto;
					display: block;
					width: 15%;
					margin-top: 1px;
}
#top_nav li {
	float: left;
	display: block;
	margin-right: auto;
	margin-left: auto;
	padding-right: 2px;
	padding-left: 2px;
}
#top_nav a {
					font-family: Arial;
					font-size: 80%;
					font-weight: bold;
					color: #000000;
					text-align: center;
					text-decoration: none;
					padding-right: 2px;
					padding-left: 2px;
					width: 75px;
					display: block;
					background-image: url('../images/buttons/bluebtn.jpg');
					background-repeat: no-repeat;
					height: 25px;
					padding-top: 3px;
					margin-top: 1px;
}
#top_nav a:hover {
					color: #000000;
					font-weight: bold;
					text-decoration: none;
					background-image: url('../images/buttons/bluebtnhover.jpg');
					background-repeat: no-repeat;
					width: 75px;
					height: 25px;
}
#masthead {
					background-image: url('../images/headers/ltbluehead.jpg');
					background-repeat: repeat-x;
					height: 75px;
					margin-top: 0px;
					margin-right: auto;
					margin-left: auto;
}
#masthead h1 {
					font-family: arial;
					font-size: 170%;
					font-weight: bold;
					font-style: italic;
					color: #000000;
					text-align: center;
					margin-top: 10px;
}
#footer {
					font-family: arial;
					font-size: 60%;
					font-weight: bold;
					color: #000000;
					text-align: center;
					background-image: url('../images/buttons/bluetile.jpg');
					background-repeat: repeat-x;
					width: 60%;
					margin-top: 30px;
					margin-right: auto;
					margin-left: auto;
}
#page_content {
					width: 90%;
					margin-top: 25px;
					margin-right: auto;
					margin-left: auto;
}


.table80 {
					width: 80%;
}



