﻿html, body	{ SCROLLBAR-BASE-COLOR: #002445; 
			scrollbar-track-color: #cccccc;
			scrollbar-arrow-color: #F6F1C9;
			  margin: 0;
			  padding: 0;
			  background-color: #043e88; }


a:link		{ color: #002445; text-decoration: none; }
a:visited	{ color: #002445; text-decoration: none; }
a:active	{ color: #002445; text-decoration: none; }
a:hover		{ color: #FFFFFF; text-decoration: none; }


a.menu:link			{ color: #000000; FONT: 15px arial; text-decoration: none; font-weight: bold }
a.menu:visited		{ color: #000000; FONT: 15px arial; text-decoration: none; font-weight: bold }
a.menu:active		{ color: #000000; FONT: 15px arial; text-decoration: none; font-weight: bold }
a.menu:hover		{ color: #5a0700; FONT: 15px arial; text-decoration: none; font-weight: bold }

a.menu2:link		{ color: #000000; FONT: 15px arial; text-decoration: none; font-weight: bold }
a.menu2:visited		{ color: #000000; FONT: 15px arial; text-decoration: none; font-weight: bold }
a.menu2:active		{ color: #000000; FONT: 15px arial; text-decoration: none; font-weight: bold }
a.menu2:hover		{ color: #000000; FONT: 15px arial; text-decoration: none; font-weight: bold }



 /* THIS LINE CONTROLS THE FONT SIZE ON ALL PAGES */

TABLE		{ COLOR: #ffffff; FONT: 15px arial }

.title		{ COLOR: #ffffff; FONT: 18px verdana, arial, sans-serif; font-weight: bold }

.subtitle	{ COLOR: #007051; FONT: 15px arial; font-weight: bold }

.button 	{ background-image: url("picts/button.gif");
		background-color:#E0D7D2;
		FONT-FAMILY: arial, verdana, helvetica, sans;
		color: #000000;
		font-size: 8pt;
		height: 19px;
		width: 100px;
		cursor:hand;
		font-weight: bold;
		text-align: center;
		BORDER: #000000 1px solid }

.buttonon 	{ background-image: url("picts/buttonon.gif");
		background-color:#F7D0A1;
		FONT-FAMILY: arial, verdana, helvetica, sans;
		color: #B71E36;
		font-size: 8pt;
		height: 19px;
		width: 100px;
		cursor:hand;
		font-weight: bold;
		text-align: center;
		BORDER: #000000 1px solid }


.shadeform	{ FONT: 13px arial, verdana, sans-serif;

		background-image: url("picts/shadeform.gif");

		text-align: left;

		WIDTH: 175PX;

		BORDER: #000000 1px solid}
		
		

.smshade	{ FONT: 13px arial, verdana, sans-serif;
		background-image: url("picts/shadeform.gif");
		text-align: left;
		WIDTH: 120PX;
		BORDER: #000000 1px solid}
		
		

.lgshade	{ FONT: 13px arial, verdana, sans-serif;
		background-image: url("picts/shadeform.gif");
		text-align: left;
		WIDTH: 250PX;
		BORDER: #000000 1px solid}




.dropdown 	{ COLOR: #333333;

		WIDTH: 250PX;

		FONT: 11px verdana, arial, sans-serif}





.textarea	{ FONT: 13px arial, verdana, sans-serif;

		background-image: url("picts/shadeform.gif");

		text-align: left;

		WIDTH: 250PX;

		BORDER: #000000 1px solid}
		
		
#dropmenudiv{
position:absolute;
border:7px solid #f6f1c9;
border-bottom-width: 0;
text-decoration: none;
font-family: arial;
	font-size: 15px;
	text-align: center;
	font-weight: bold;
line-height:25px;
z-index:100;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 0px;
border-top: 1px solid #002445;
padding: 1px 0;
text-decoration: none;
font-family: arial;
color: #000000;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: #f6f1c9;
font-family: serif;
font-family: helvetica;
font-size: 15px;
font-weight: bold;
color: #5a0700;
}