H1  {
	font-size: 18pt;
	font-weight: bold;
	font-style: normal;
	color:#0000A5;
}
H2  {
	font-size: 13pt;
	font-weight: bold;
	font-style: normal;
	color:#266445;
}
H3  {
	font-size: 12pt;
	font-weight: bold;
	font-style: normal;
	color:#000000;
}
H4  {
	font-size: 11pt;
	font-weight: bold;
	font-style: normal;
	color:#000000;
}
H5 {
	font-size: 9pt;
	font-weight: bold;
	font-style: normal;
	color:#000000;
}
H6  {
	font-size: 8pt;
	font-weight: bold;
	font-style: normal;
	color:#000000;
}

#rightNav A:link , A:visited{
	color: #266445;
	line-height: 5px;
	text-decoration: none;
}
#rightNav A:hover {
	text-decoration: underline;
}
#content A:link, #content A:visited {
	color: #0000A5;
	text-decoration: none;
}	
#content A:hover {
	text-decoration: underline;
}

#container {
	margin-right: auto;
	margin-left: auto;
	margin-top: 5px;
	margin-bottom: 0px;
	width:  1000px;
	border: 2px groove gray;
	padding: 1px;
	}
	
#header {
	height:  294px;
	width:  1000px;
	background-color: #FFFFFF; 
	background-image:  url(img/header.jpg);
	background-repeat:  no-repeat;
	margin: 0px; /*top right bottom left  */
	padding:  0px;
}

#leftNav {
	width: 135px;
	margin: 20px 10px 10px 0px;
	float: left; 
	border-right: 1px solid gray;
}	
	#leftNav img {
		border: none;
	}	

#rightNav {
	width: 275px;
	float: right;
}
	#rightNav ul li a {
		color: #266445;
		text-decoration: none;
	}
	#finder2 {
		margin: 5px 0px 0px 0px;
	}
	
#content {
	margin: 0px 290px 0px 150px; /*top right bottom left  */
	background-color:  #FFFFFF;
	text-align: left;
	padding-bottom: 8px;	
	line-height: 22px;
}
	.dbinfo {
		margin: 17px 5px 0px 5px;
	}

#footer {
	clear: both;
	margin: 10px 0px 0px 0px;
	padding: 5px 0px 5px 10px;
	background-color: #A69A8C;
	color: #0000A5;
	font-size: 8pt;
	text-align: center;
}
	
/*Vertical Menu*/
.button{
	color:#FFFFFF;
	clear:both;
	display:block;
	font-size:13px;
	font-weight:bold;
	height:80px;
	line-height:25px;
	width:auto;
	margin: 0px 0px 15px 0px;
	text-align:  left;
}
	a.button {
		text-decoration:none;
	}
	.button span {
		display:block;
		color:#000000;
		height:20px;
		line-height:20px;
		text-align:  left;
	}

.v-menu{
	clear:both;
}
	ul.v-menu, .v-menu li{
		padding:0px 0px 1px 0px; 
		margin:5px 0px 5px 0px;
		list-style:none;
	}
	ul.v-menu{
		clear:both;
	}
		.v-menu li a {
			color:#000000;
			font-weight:bold;
			font-size: 9pt;
			margin:0px 0px 0px 10px;
			display:block;
			text-decoration:none;
			text-align: left;
			line-height: 15px;
		}
		.v-menu li a:hover{
			color:#266445;
		}

/* Special Text */
.fineTxt {
	font-size:  8pt;
}

.mediumTxt {
	font-size:  9pt;
}

.normalTxt {
	font-size: 10pt;
}

.errorTxt {
	font-size:  9pt;
	color: #0000FF;
	font-weight: bold;
}

.largeTxt {
	font-size:  12pt;
}

.errorTxt {
	font-size:  9pt;
	color: #FF0000;
	font-weight: bold;
}

.grayTxt {
	color : #999999;	
}