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



/* CLEAR BROWSER DEFAULTS for padding, margine and borders for these elements for a fresh slate for your lay out*/
h1, h2, h3, h4, p, img, td, blockquote, li, ul {
	margin: 0px; 
	padding: 0px;
	border: 0px;}
body { font-family:Arial, Helvetica, sans-serif; background-color: #ffffff; font-size:12px;
}
td { vertical-align:top;}


p,li,td { font: 0.625em/1.4;}




.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}



img {margin: 2px 5px 2px 5px; }
/* FONT FORMATING ELEMENTS */



/* in content links with no class assigned*/
a:link {
	text-decoration:none;
	color:#003399;
	text-decoration:underline;

}
a:visited {
	text-decoration:none;
	color:#003399;
	text-decoration:underline;

}
a:hover {
	text-decoration:none;
	color:#3766B5;
	text-decoration:none;
}

h1 {font-size:1.25em; margin: 1.25em 0 1.2em 0; color:#6CA4DB;}  
h2 {font-size: 1.15em; margin: 1.25em 0 1.15em 0; color:#003399;}   
h3 {font-size:.95em; margin: .95em 0 .90em 0; }  /* Font Size .88em X16 = 14.8px,  Margins - 1em = 16px */
h4 { font-size:.95em; margin: 3em 0 .95em 0;} /*for the 'links' class*/


p {margin: 0em 0em 2.2em 0em;}  /*12px font,22px below each paragraph*/
li {color: #404040; list-style-type: disc; margin: 0 0 .5em 4em;}
ul {margin: 1em 0 2em 0;}
blockquote  {
	margin: 0 3em 3em 4em;
	color:#3C3C3C;
}
td { vertical-align:top;}

/*PSUDO CLASSES FOR THIS WEBSITE*/
/* in content links with no class assigned*/


.news{font-size:14px; color:#009966; font-weight:bold;}
.secondcell {
	line-height: 130%;
	background-color: #ffffff;
	padding: 16px;
	border-left:1px dotted #CBD9F3;
	text-align:justify;
}
.navcell {line-height: 130%; background-color: #ffffff; padding-top:20px;}
.alttext {color: #497A52;}
.quote {
	font-size:1em;
	line-height: 1.1em;
	color: #385F47;
	background-color: #E7EFEC;
	padding: 2px;
}
.highlighttext {
	color:#00AA2B;
	font-weight:bold;}
	


.error {line-height: 120%; color:#000000; background-color: #ffffff;}
#apDiv1 {
	position: relative;
	width:140px;
	height:100px;
	z-index:1;
	left: 470px;
	top: -48px;
	text-align: center;
	color:#FFFFFF;
} -->
.more {DISPLAY: none;  BORDER-BOTTOM: 1px dashed #8AB0D7; margin-bottom:10px;}
