/*BODY { scrollbar-base-color: #006890 }*/

a:link		{ color: #3366FF; text-decoration: none }

a:visited	{ color: #3366FF; text-decoration: none }

a:active	{ color: #FF3333; text-decoration: none }

a:hover		{ color: #3399FF; text-decoration: none }


.just {text-align: justify;}


TABLE		 { COLOR: #666666; FONT: 12px arial, verdana, sans-serif; font-weight: bold }

.copytext 	 { COLOR: #F0F0F0; FONT: 10px arial, verdana, sans-serif; font-weight: bold }

.title 		 { color: #FF3300; font: 20px verdana, arial, sans-serif; letter-spacing: 5px; font-weight: bold }

.newstitle	 { color: #000000; font: 12px verdana, arial, sans-serif; font-weight: bold; text-decoration: underline;}

.subtitle	 { color: #666666; font: 14px verdana, arial, sans-serif; letter-spacing: 3px; font-weight: bold }

.phonetitle	 { color: #FF3300; font: 12px verdana, arial, sans-serif; font-weight: bold }

.topictitle	 { COLOR: #666666; FONT: 12px verdana, arial, sans-serif; font-weight: bold }

.boxtext	 { COLOR: #666666; FONT: 11px arial, verdana, sans-serif; font-weight: bold }

.boxtitle	 { COLOR: #FF3300; FONT: 12px verdana, arial, sans-serif; font-weight: bold }



.submitbutton { background-image: url("picts/button.gif");
		background-color:#000033;
		FONT-FAMILY: arial, verdana, helvetica, sans;
		color: #000033;
		font-size: 8pt;
		height: 20px;
		cursor:hand;
		font-weight: bold;
		text-align: center;
		BORDER: #000033 1px solid }

.submitbuttonon { background-image: url("picts/buttonon.gif");
		background-color:#336699;
		FONT-FAMILY: arial, verdana, helvetica, sans;
		color: #336699;
		font-size: 8pt;
		height: 20px;
		cursor:hand;
		font-weight: bold;
		text-align: center;
		BORDER: #000000 1px solid }


.searchbutton {	background-color:#F0F0F0;
		background-image: url("picts/button.gif");
		FONT-FAMILY: arial, verdana, helvetica, sans;
		color: #000000;
		font-size: 8pt;
		height: 18px;
		width: 40px;
		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: 200PX;
		BORDER: #000000 1px solid}

.textarea	{ FONT: 13px arial, verdana, sans-serif;
		background-image: url("picts/shadeform.gif");
		text-align: left;
		WIDTH: 250PX;
		HEIGHT: 100PX;
		BORDER: #000000 1px solid}

.dropdown {	COLOR: #333333;
		WIDTH: 200PX;
		FONT: 11px geneva, verdana, arial, sans-serif}


.searchform { background-image: url("picts/searchform.jpg");
		WIDTH: 110PX;
		HEIGHT: 20PX;
		FONT: 11px arial, georgia, "Times New Roman", sans-serif;
		BORDER-BOTTOM: #000000 1px solid;
		BORDER-LEFT: #000000 1px solid;
		BORDER-RIGHT: #000000 1px solid;
		BORDER-TOP: #000000 1px solid }



.searchdrop { WIDTH: 60PX; HEIGHT: 20PX; FONT: 11px arial, georgia, "Times New Roman", sans-serif }


#flashcontent {
	padding: 0px 0px 0px 00px;
	margin: 0px 0px 0px 0px;
	width: 100%;
	height: 78px;
	background-color: #006890;
}

#flashcaption {
	padding: 6px 0px 0px 12px;
}


 /* START THE CODE FOR THE MENUS */
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

#pointermenu2{
margin: 0;
margin-left: 15px;
padding: 0px;
}

#pointermenu2 ul{
margin: 0;
/*margin-left: 15px; /*menu offset from left edge of window*/
/*border-top: thin solid black;*/ /*Bryan added top border*/
float: left;
padding-left: 8px;
font: normal 13px Verdana;
background: #006890 url(picts/leftblue.gif) bottom left no-repeat; /*optional left round corner*/
}

* html #pointermenu2 ul{ /*IE6 only rule. Decrease ul left margin and add 1em bottom margin*/
margin-bottom: 1em;
margin-left: 7px; /*menu offset from left edge of window in IE*/
}

#pointermenu2 ul li{
display: inline;
}


#pointermenu2 ul li a{
float: left;
color: white;
font-weight: normal;
padding: 7px 9px 7px 5px;
text-decoration: none;
}

#pointermenu2 ul li a:visited{
color: white;
}


#pointermenu2 ul li a:hover, #pointermenu2 ul li a#selected{ /*hover and selected link*/
color: lightyellow;
/*text-decoration: underline;*/
background: transparent url(picts/pointer.gif) bottom center no-repeat;
}

#pointermenu2 ul li a#rightcorner{
padding-right: 0;
padding-left: 2px;
background: url(picts/rightblue.gif) bottom right no-repeat; /*optional right round corner*/
}


