@charset "utf-8";
/* CSS Document */


body {	
	margin: 0px;
	padding: 0px;
	FONT-SIZE: 18px; 
	COLOR: #003B67; 
	LINE-HEIGHT: 24px; 
	FONT-FAMILY: "Times New Roman", Times, serif, "sans serif"; 
	TEXT-DECORATION: none;
	background-color: #003B67;
	background-image:url(../images/bg_glow.jpg);
	background-repeat:repeat-y;
	background-position:center;

	
}


.footerborder {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #c1c1c1;
}
-->
.footertext { 
	font-size:15px;
	font-family:"Times New Roman", Times, serif;
	}


img {
border:0;
}


h1 {
 		margin-bottom: 0px;
		margin-top: 0px;
		line-height:normal;
		font-size:26px;
		font-family: "Times New Roman", Times, serif
	}


h2 {
 		margin-bottom: 0px;
		margin-top: 0px;
		line-height:normal;
		font-size:18px;
		font-family: "Times New Roman", Times, serif
	}

h3 {
 		margin-bottom: 1px;
		margin-top: 1px;
		line-height:normal;
		font-size:16px;
		font-family: "Times New Roman", Times, serif
		
	}

h4 {
 		margin-bottom: 3px;
		margin-top: 3px;
		line-height:normal;
		font-size:14px;
		font-family: "Times New Roman", Times, serif
		
	}

.small_textbox {
	border: 1px solid #282828;
		font-family: "Times New Roman", Times, serif
	font-size: 13px;
}

A:link {
	COLOR: #003B67; TEXT-DECORATION: none
}
A:visited {
	COLOR: #003B67 ; TEXT-DECORATION: none
}
A:hover {
	COLOR: #A80000 ; TEXT-DECORATION: underline;
}
A:active {
	TEXT-DECORATION: none
}





/* Top Navigation */ 

div#navbar2 {
	height: 30px;
	width: 100%;
	/*background-image:url(/images/index_r4_c19.jpg);*/
	background-repeat:no-repeat;
}
div#navbar2 ul {
	margin: 0px;
	padding: 0px;
	font-size: 15px;
	font-family:"Times New Roman", Times, serif;
	font-weight:bold;
	padding-top:3px; 
	color: #000;
	line-height: 25px;
	white-space: nowrap;
}
div#navbar2 li {
	list-style-type: none;
	display: inline;
	border-left:solid;
	border-left-color: #737476;
	border-left-width: 0px;
}
div#navbar2 li a {
	text-decoration: none;
	padding: 7px 10px;
	color: #003B67;
}
div#navbar2 li a:link {
	font-weight: bold;
	color: #003B67:
}
div#navbar2 li a:visited {
	font-weight: bold;
	color: #003B67;
}
div#navbar2 li a:hover {
	font-weight: bold;
	color: #003B67;
	/* background-color: #3366FF; */
}



#dropmenudiv{
position:absolute;
margin-top:-3px;
border-left:1px solid black;
border-right:1px solid black;
border-bottom-width: 0;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid black;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
color: #f1f1f1
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: #f5f5f5;
color: #003B67;

}

