﻿#masthead {
	background: #0e5d9d;
	color: #FFFFFF;
	width: 98%;
}
#maintab {
	padding: 0px;
	background-image: url('images/main_tab_back.jpg');
	overflow: hidden;
	height: 31px;
	width: 99px;
	font-family: verdana;
	color: #FFFFFF;
	font-weight: bold;
	font-size: small;
	text-decoration: none;
	text-align: center;
	background-repeat: no-repeat;
}
#maintab A:link {
	color: white;
	text-decoration: none;
}
#maintab A:hover {
	color:silver;
	text-decoration: none;
}
#maintab A:visited {
	color: white;
	text-decoration: none;
}

#top_nav {
	padding: 5px;
	width: 98%;
	font-family: verdana;
	font-size: small;
	font-weight: bold;
	color: #0e5d9d;
	background-image: url('images/bgshade.jpg');
	background-repeat: repeat-y;
}
#top_nav A:link {
	color: #0E5D9D;
	text-decoration: none;
}
#top_nav A:hover {
	color:black;
	text-decoration: none;
}
#top_nav A:visited {
	color: #0E5D9D;
	text-decoration: none;
}



#page_content {
	margin: 0px;
	padding: 5px;
	width: 98%;
	font-family: Verdana;
	font-size: small;
	background-image: url('images/bgshade.jpg');
	background-repeat: repeat-y;
}
#page_content2 {
	border-style: solid;
	border-width: thin 0px 0px 0px;
	border-color: #6b88ad;
	padding: 0px;
	width: 98%;
	font-family: Verdana;
	font-size: small;
	background-image: url('images/bgshade_darker.jpg');
	background-repeat: repeat-y;
}

#footer {
	text-align: center;
	font-size: x-small;
	width: 98%;
	font-family: verdana;
	font-weight: normal;
}
#footer A:link {
	color: black;
	text-decoration: none;
}
#footer A:hover {
	color:silver;
	text-decoration: none;
}
#footer A:visited {
	color:black;
	text-decoration: none;
}

.navSpacePipe {
	font-family: verdana;
	font-size: small;
	font-weight: bold;
	color: #FF9900;
}
.style1 {
	text-align: right;
}
