﻿
.html {
      height: 100%; padding-bottom: 1px;
	  overflow-y: scroll;
	  } 

.center-site {
	position: relative;
	width: 970px;
	height: auto; 
	z-index: 1; 
	margin-left: auto; 
	margin-right: auto;
}
.top-bar {
	border-left: 1px solid #0a1a55;
	border-right: 1px solid #0a1a55;
	border-top: 1px none #0a1a55;
	border-bottom: 1px solid #0a1a55;
	border-style: none;
	border-width: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	color: #FFFF00;
	font-weight: bold;
	text-align: center;
	background-image: url('../graphics/web-top.png');
}
.bottom-bar {
	border-width: 1px;
	border-left: 1px solid #0a1a55;
	border-right: 1px solid #0a1a55;
	border-top: 1px solid #0a1a55;
	border-bottom: 1px none #0a1a55;
	border-style: none;
	text-align: center;
	background-image: url('../graphics/web-bottom.png');
}
.body-color {
	background-color: #FFFFFF;
}
.p5-left {
	margin-left: 5px;
	text-align: left;
}
.dk-blue-cell {
	border: 1px solid #061349;
	background-color: #061349;
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	text-align: center;
}
.border0 {
	border-style: solid;
	border-width: 0;
}
.right {
	text-align: right;
}
.left {
	text-align: left;
}
.center {
	text-align: center;
}
.links-yellow {
	color: #FFFF00;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	text-decoration: underline;
}

.links-yellow:hover {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	text-decoration: underline;
}
.nav-yellow-link {
	border: 1px solid #0a1a55;
	background-color: #0a1a55;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #FFFF00;
	font-weight: bold;
	text-decoration: none;
}
.nav-yellow-link:hover {
	border: 1px solid #0a1a55;
	background-color: #0a1a55;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #FFFFff;
	font-weight: bold;
	text-decoration: none;
}
.nav-side {
	width: 125px;
	border: 4px solid #061349;
	background-color: #061349;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
}
.med-red-c {
	font-size: medium;
	color: #FF0000;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}
.xsmall-c {
	text-align: center;
	font-size: x-small;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
}
.header {
	border: 1px solid #800000;
}
.p5-center {
	margin-left: 5px;
	text-align: center;
}

/* Table On Catalog.htm page - Hover */

.tbl a {
	border-style: solid none solid none;
	width: 125px;
	background-color: #061349;
	text-align: center;
	display: block;
	text-decoration: none;
	color: #FFFF00;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	border-top-width: medium;
	border-bottom-width: medium;
	border-top-color: #061349;
	border-bottom-color: #061349;
}
.tbl a:hover {
	border-style: solid none solid none;
	text-decoration: none;
	background-color: #0000CC;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	border-top-width: medium;
	border-bottom-width: medium;
	border-top-color: #0000CC;
	border-bottom-color: #0000CC;
	font-weight: bold;
}

/* Drop Down Menu for across the top of the page */

/* remove the bullets, padding and margins from the lists */
.menu ul{
	list-style-type: none;
	padding: 0;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}
/* make the top level links horizontal and position relative so that we can position the sub level */
.menu li{
	float:left;
	position:relative;
	z-index:100;
}
/* use the table to position the dropdown list */
.menu table{
	position:absolute;
	border-collapse:collapse;
	z-index:80;
	left:-1px;
	top:25px;
}
/* menu is for the horizontal menus - style all the links */
.menu :visited {
	display: block;
	font-size: small;
	width: 148px;
	padding: 5px 0;
	color: #ffff00;
	background: #061349;
	text-decoration: none;
	margin-right: 0px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	border-right-style: solid;
	border-right-width: 2px;
	border-right-color: #0000FF;

}
.menu a {
	display: block;
	font-size: small;
	width: 148px;
	padding: 5px 0;
	color: #FFFF00;
	background: #061349;
	text-decoration: none;
	margin-right: 0px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	border-right-style: solid;
	border-right-width: 2px;
	border-right-color: #0000FF;
}

/* menu2 is for the drop down menus - MUST be place right after "menu a" so it can use the "menu :hover"*/
.menu2 :visited {
	display: block;
	font-size: small;
	width: 148px;
	padding: 5px 0;
	color: #ffff00;
	background: #000080;
	text-decoration: none;
	margin-right: 0px;
	text-align: left;
	text-indent: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	border-right-style: solid;
	border-right-width: 2px;
	border-right-color: #0000FF;
}
.menu2 a {
	display: block;
	font-size: small;
	width: 148px;
	padding: 5px 0;
	color: #FFFF00;
	background: #000080;
	text-decoration: none;
	margin-right: 0px;
	text-align: left;
	text-indent: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	border-right-style: solid;
	border-right-width: 2px;
	border-right-color: #0000FF;
}
/* style the links hover */
.menu :hover{
	color: #ffffff;
	background: #0000FF;
}
/* hide the sub level links */
.menu ul ul {
	visibility: hidden;
	position: absolute;
	width: 149px;
	height:0;
}
/* make the sub level visible on hover list or link */
.menu ul a:hover ul{
	visibility: visible;
}
.menu ul li:hover ul{
	visibility: visible;
}

