.body, li.body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #133B58;
	padding: 20px;
}

.george {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 20px;
	color: #585858;
}

.verd {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #585858;
}

.verd2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #585858;
}

.breadcrust {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.topline {
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #05AAD6;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	padding-top: 5px;
	color: #245FBE;
}

.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	padding-bottom: 20px;
}

.righttable {
	background-color: #E4F1FF;
	border: 1px solid #00578D;
	padding: 5px;
}

.righttitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #245FBE;
	border-bottom-width: 1px;
	border-bottom-style: double;
	border-bottom-color: #00578D;
	text-align: center;
	line-height: 18px;


}

.righttext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #333333;
	text-align: center;

}

.rightpad {
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
}

.subtitle {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #245FBE;
	border-bottom-style: none;
	text-transform: uppercase;
}

.back1 {
	background-image: url(graphics/back1.gif);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	background-position: left center;
	text-indent: 20px;
	color: #00578D;
}

.back3 {
	background-image: url(graphics/back3.gif);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	background-position: left center;
	text-indent: 20px;
	color: #00578D;
}

/*top nav*/
.toppop {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-indent: 5px;
	color: #00578D;
	text-decoration: none;
}


.leftnav {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	padding-left: 10px;
	padding-right: 10px;
}


.leftnavbot {
	border-bottom-color: #666666;
	padding-left: 10px;
	padding-right: 10px;
}


/* A.nav, A:LINK.nav, A:ACTIVE.nav, A:VISITED.nav {
	FONT-SIZE: 8pt;
	COLOR: #00578D;
	FONT-FAMILY: verdana, arial, helvetica, sans-serif;
	text-decoration: none;
	font-weight: bold;
}
 

A:HOVER.nav   { 
	color: #ffffff;
	text-decoration: none;
}
 */

/*************************** ROLLOVER ***************************/
/* makes box -- brilliant fix to use on the last row of the left list -- NETSCAPE gets freaky with the bottom link & shows a flash of the selected on the rollover.  This blocks it.  Use same background as the left nav. Then can add height back into div.roll a */
.clearbox {	
	/*width: 163px;
	height: 19px;*/
	background: url( 'graphics/left/stripeblock.gif' ) 0 0px no-repeat;
}

/* makes box -- sets background as up state -- needs to be layered to prevent "flash" */
div.roll {	
	width: 163px;
	height: 25px;
	background: url( 'graphics/left/backall.gif' ) 0 -25px no-repeat;
}
	
/* link - sets background as down state */
div.roll a {	
	display: block;
	margin: 0;
	height:100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #16385B;
	background: url( 'graphics/left/backall.gif' ) 0 0px no-repeat;
	text-decoration: none;
	/* padding -- need some way to just move in left edge so lines will wrap */
	padding: 4px 4px 4px 20px;
}	

div.roll a:visited {	
	color: #16385B;
	text-decoration: none;
}	

div.roll a:hover {	
	background: url( 'graphics/left/backall.gif' ) 0 -25px no-repeat;
	color: #245FBE;
	text-decoration: none;
}
	
/* Selected box */
div.select {	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #00578D;
	text-decoration: none;
	padding: 0px 4px 0px 20px;
}

.selectbox {	
	width: 163px;
	height: 25px;
	background: url( 'graphics/left/backall.gif' ) 0 -50px no-repeat;
}
	
/* end ROLLOVER*/
	
/*************************** WIDE ROLLOVER ***************************/
/* makes box */
div.rollw {	
	width: 163px;
	height: 40px;
	background: url( 'graphics/left/backall2.gif' ) 0 -40px no-repeat;
}
	
/* link - sets background as down state */
div.rollw a {	
	display: block;
	margin: 0;
	height:100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #16385B;
	background: url( 'graphics/left/backall2.gif' ) top left no-repeat;
	text-decoration: none;
	line-height: 14px;
	/* padding -- need some way to just move in left edge so lines will wrap */
	padding: 4px 4px 4px 20px;
}	

div.rollw span {	
	display: block;
	margin:0;
	padding: 5px 0 0 0px;
}	

div.rollw a:visited {	
	color: #16385B;
	text-decoration: none;
}	

div.rollw a:hover {	
	background: url( 'graphics/left/backall2.gif' ) 0 -40px no-repeat;
	height: 40px;
	color: #245FBE;
	text-decoration: none;
}
	
/* Selected box */
.selectboxw {	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #00578D;
	text-decoration: none;
	width: 163px;
	height: 40px;
	background: url( 'graphics/left/backall2.gif' ) 0 -80px no-repeat;
}
	
/* end WIDE ROLLOVER*/

/*
A:LINK	{ color: #0073B5; text-decoration: underline;  }
A:ACTIVE  { color: #cc0000; text-decoration: none; }
A:VISITED { color: #999999; text-decoration: underline;  }
A:HOVER   { color: #cc0000; text-decoration: underline;  }
*/

.topline {
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #05AAD6;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	padding-top: 5px;
}

.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	padding-bottom: 20px;
}


A:LINK	{ color: #0073B5; text-decoration: underline;  }
A:ACTIVE  { color: #cc0000; text-decoration: none; }
A:VISITED { color: #666666; text-decoration: underline;  }
A:HOVER   { color: #CC0033; text-decoration: underline;  }

A:LINK.footer	{ color: #0073B5; text-decoration: underline;  }
A:ACTIVE.footer  { color: #cc0000; text-decoration: none; }
A:VISITED.footer { color: #999999; text-decoration: underline;  }
A:HOVER.footer   { color: #CC0033; text-decoration: underline;  }

/*A:LINK.footer	{ font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 11px; color: #0066CC; text-decoration: none;  font-weight : bold;  }
A:ACTIVE.footer  { font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 11px; color: #666600; text-decoration: underline;  font-weight : bold; }
A:VISITED.footer { font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 12px; color: #0066CC; text-decoration: none;  font-weight : bold; }
A:HOVER.footer   { font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 12px; color: #666600; text-decoration: underline;  font-weight : bold; }*/
.borderblue {
	border: 1px solid #99B7CF;
}


/* BEGIN flyout style */

/* something about having this tag in here causes drop shadow not to work!! Removing the position: absolute; line makes it work */
.hiddenmenu {
	z-index: 99;
	visibility: hidden;
	position: absolute;
}


#navcontainer { width: 100%; white-space: nowrap; padding-right: 5px;  filter:shadow(color=#666666, direction=135);
}

#navcontainer ul
{
margin-left: 0;
list-style-type: none;
FONT-SIZE: 8pt;
COLOR: #00578D;
FONT-FAMILY: verdana, arial, helvetica, sans-serif;
text-decoration: none;
font-weight: bold;
text-indent: 5px;
width: 100%;
background-color: #ffffff;
padding-right: 0px;
}


#navcontainer a
{
display: block;
/*padding: 5px;*/
background-color: #D0E7F3;
border-top: 1px solid #ffffff;
padding: 4px 15px 4px 8px;
}


#navcontainer a:link, #navlist a:visited
{
color: #00578D;
text-decoration: none;
width: 100%;
}


#navcontainer a:hover
{
background-color: #00A8D6;
color: #ffffff;
}

input.blue {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #005E94;
}

</style>

/* END flyout style */
.rightquote {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #333333;
	text-align: center;
}
.rightquote {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	line-height: 22px;
	color: #333333;
	text-align: center;
	font-style: italic;

}
.righttext-lt {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #333333;
}

/* Bullet List */

#bulletlist { list-style-image: url(graphics/right/arrow2.gif); }

.listarrow {
	display: block;
	font: 12px/16px verdana, arial, helvetica, sans-serif;
	background: url( graphics/list-dot.gif ) top left no-repeat;
	text-decoration: none;
	padding: 0px 2px 5px 30px;
}

