/*Body----------------------------------------------------------------------*/
/*CENTERS content in window and sets BACKGROUND COLOR*/
body {
	margin: 10px 100px 25px 100px;
	background-color: #FFFFFF;
	}

.img{
	padding: 1em 1em 1em 1em
}

/*Sets up APPEARANCE and POSITION for ALL CONTENT in FIREFOX*/
html>body #content {
	border: none;	
	width: 766px;
	height: auto;
	position: absolute;
	top: 10px;
	left: 100px;
	font-family: Trebuchet, Verdana, sans-serif; /*Sets global TEXT ATTRIBUTES*/
	font-size: .75em;
	line-height: 1.5em;
	color: #000000;
	}

/*Sets up APPEARANCE and POSITION for ALL CONTENT in IE*/
#content {
	border: none;	
	width: 766px;
	height: 100%;
	position: relative;
	top: 0px;
	left: 0px;
	font-family: Trebuchet, Verdana, sans-serif; /*Sets global TEXT ATTRIBUTES*/
	font-size: .75em;
	line-height: 1.5em;
	color: #000000;
	}


/*Content Areas------------------------------------------------------------*/

/*Sets TOP (GRAY) area in FIREFOX*/
html>body #topGray {
	width: 746px;
	height: 14px;
	float: left;
	background-color: #CCCCCC;
	margin: 10px 10px 5px 10px;
	}

/*Sets TOP (GRAY) area in IE*/
#topGray {
	width: 746px;
	height: 14px;
	float: left;
	background-color: #CCCCCC;
	margin: 10px 10px 5px 10px;
	}
	
/*Sets BANNER area in IE*/
#banner {
	width: 746px;
	height: 70px;
	background-image: url(../images/background/topbanner.gif);
	background-position: center;
	background-repeat: no-repeat;
	float: left;
	background-color: #FFFFFF;
	margin: 0px 10px 2px 10px;
	color: #FFFFFF;
	text-transform: uppercase;
	border: 0px solid #00FF00;
}	

/*Sets BANNER area in FIREFOX*/
html>body #banner {
	width: 746px;
	height: 70px;
	background-image: url(../images/background/topbanner.gif);
	background-position: center;
	background-repeat: no-repeat;
	float: left;
	background-color: #FFFFFF;
	margin: 0px 10px 2px 10px;
	color: #FFFFFF;
	text-transform: uppercase;
	border: 0px solid #00FF00;
	}
		
#banner a {
	color: #FFFFFF;
	text-decoration: none;
	}
		
#banner a:visited {
	color: #FFFFFF;
	text-decoration: none;
	}
	
/*Sets up LOWER NAVIGATION area in IE*/
#rightNav {
	width: 155px;
	height: 50px;
	float: right;
	margin-top: 15px;
	margin-right: 15px;
	padding: 0;
	border: 0px solid #00FF00;
}

/*Sets up LOWER NAVIGATION area in FIREFOX*/
html>body #rightNav {
	width: 145px;
	height: 50px;
	float: right;
	margin-top: 15px;
	margin-right: 30px;
	padding: 0;
	border: 0px solid #00FF00;
}
	
/*Sets up LOWER NAVIGATION area in IE*/
#topNav {
	width: auto;
	height: auto;
	float: right;
	color: #FFFFFF;
	margin: 0;
	padding: 0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-weight:bold;
	font-style: normal;
	text-transform: none;	
	border: 0px solid #00FF00;
}	
	
	
/*Sets FLASH NAVIGATION area in FIREFOX*/
html>body #navigation {
	width: 744px;
	height: 41px;
	margin: 0px 10px 0px 10px;
	position: absolute;
	top: 100px;
	z-index: 1;
	visibility: visible;
	border: 0px solid #00FF00;
	}
	
/*Sets FLASH NAVIGATION area in IE*/
#navigation {
	width: 744px;
	height: 42px;
	margin: -100px 10px 0px 10px;
	position: relative;
	float: left;
	top: 100px;
	left: 0px;
	z-index: 1;
	visibility: visible;
	border: 0px solid #00FF00;
	}

/*Sets MAIN CONTENT area in FIREFOX*/
html>body #mainContent {
	width: 686px;
	height: 100%;
	float: left;
	background-color: #CCCCCC;
	margin: 0px 10px 0px 10px;
	padding: 0px 30px 0px 30px;
	border: 0px solid #00FF00;
	}
	
/*Sets MAIN CONTENT area in IE*/
#mainContent {
	width: 686px;
	height: 100%;
	float: left;
	background-color: #CCCCCC;
	margin: 0px 10px 0px 10px;
	padding: 0px 30px 0px 30px;
	z-index: 0;
	border: 0px solid #00FF00;
	}
	
/*Sets up WHITE content background in FIREFOX*/
html>body #white {
	width: 644px;
	height: 100%;
	float: left;
	background-color: #FFFFFF;
	font-family: Trebuchet, Verdana, sans-serif;
	font-size: .75em;
	line-height: 1.5em;
	color: #000000;
	padding: 70px 20px 20px 20px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #33FF00;
	border-right-color: #000000;
	border-left-color: #000000;
	}

/*Sets up WHITE content background in IE*/
#white {
	width: 640px;
	height: 100%;
	float: left;
	background-color: #FFFFFF;
	font-family: Trebuchet, Verdana, sans-serif;
	font-size: .75em;
	line-height: 1.5em;
	color: #000000;
	border-left: 1px #000000 solid;
	border-right: 1px #000000 solid;
	padding: 70px 20px 20px 20px;
	}
	
#left_space	{
	width: 350px;
	height:auto;
	float:left;
	border: 0px solid #00FF00;	
}	

/*Sets up LOWER NAVIGATION area in IE*/
#lowNav {
	width: 684px;
	height: 77px;
	float: left;
	background-color: #333333;
	text-align: center;
	color: #FFFFFF;
	margin: 0px 10px 0px 10px;
	padding: 0px 30px 10px 30px;
	border-left: 1px #000000 solid;
	border-right: 1px #000000 solid;
	}	
	
/*Sets up LOWER NAVIGATION area in FIREFOX*/
html>body #lowNav {
	width: 684px;
	height: 77px;
	float: left;
	background-color: #333333;
	text-align: center;
	color: #FFFFFF;
	margin: 0px 10px 0px 10px;
	padding: 0px 30px 10px 30px;
	border-left: 1px #000000 solid;
	border-right: 1px #000000 solid;
	}

/*Sets up FOOTER area in FIREFOX*/
html>body #footer {
	width: 746px;
	height: 22px;
	float: left;
	background-color: #CCCCCC;
	margin: 0px 10px 5px 10px;
	}

/*Sets up FOOTER area in IE*/
#footer {
	width: 746px;
	height: 22px;
	float: left;
	background-color: #CCCCCC;
	margin: 0px 10px 5px 10px;
	}


/*Sections---------------------------------------------------------------*/
/*Sets up LEFT CONTENT section in FIREFOX*/
html>body #left {
	width: 410px;
	height: 90%;
	float: left;
	position: relative;
	padding: 0px 5px 5px 5px;
		border: 0px solid #00FF00;
	}

/*Sets up LEFT CONTENT section in IE*/
#left {
	width: 370px;
	height: 90%;
	float: left;
	position: relative;
	padding: 0px 5px 0px 5px;
	border: 0px solid #00FF00;
	}
	
/*Sets up HIGHLIGHT BOX section*/
#box {
	width: 33%;
	height: auto;
	background-color: #E6E7E9;
	background-image: url(../images/background/subnav.gif);
	background-position: top right;
	background-repeat: no-repeat;
	float: right;
	position: relative;
	border-left: 2px #999999 dotted;
	border-bottom: 2px #999999 dotted;
	margin-top: 10px;
	padding: 10px 3px 0px 5px;
	}
	
/*Sets up HIGHLIGHT BOX section*/
#box2 {
	width: 33%;
	height: auto;
	background-color: #bdbdde;
	background-image: url(../images/background/subnav2.png);
	background-position: top right;
	background-repeat: no-repeat;
	float: right;
	position: relative;
	border-left: 2px #999999 dotted;
	border-bottom: 2px #999999 dotted;
	margin-top: 10px;
	padding: 10px 3px 0px 5px;
	}	


/*Sets up IMAGE section*/
#image {
	width: 33%;
	height: 40%;
	float: right;
	position: relative;
	margin-top: 20px;
	padding: 5px 5px 5px 0px;
	}


/*Images---------------------------------------------------------------*/
/*Sets up CHART on INTERIOR PAGES*/
#chart {
	width: 198px;
	height: 150px;
	padding: 18px 10px 0px 5px;
	}

/*Sets up PORTRAITS on ABOUT US PAGE*/
#portrait {
	width: 75px;
	height: 106px;
	margin: 10px 10px 0px 15px;
	float: right;
	border: .5px #000000 solid;
	}

/*Sets up LOGO*/
#logo {
	width: 200px;
	height: 41px;
	float: left;
	}

/*Sets up FLOAT RIGHT on INTERIOR PAGES*/
#floatRight {
	float: right;
	margin-left: 5px;
	}

/*Sets up FLOAT LEFT on INTERIOR PAGES*/
#floatLeft {
	float: left;
	margin-right: 5px;
	}
		
/*Text---------------------------------------------------------------*/

#bannerWords	{
	width: 400px;
	float:left;
	margin-left: 15px;
	margin-top: 15px;
	border: 0px solid #00FF00;
}

/*Sets up BANNER TITLE in FIREFOX*/
html>body .bannerTitle {
	font-size: 26px;
	letter-spacing: 3px;
	color: #FFFFFF;
	float: left;
	border: 0px solid #00FF00;
	}
	
	html>body .bannerTitle a {
		color: #FFFFFF;
		text-decoration: none;
		}
		
		html>body .bannerTitle a:visited {
			color: #FFFFFF;
			text-decoration: none;
			}

/*Sets up BANNER TITLE in IE*/
.bannerTitle {
	font-size: 26px;
	letter-spacing: 3px;
	line-height: normal;
	color: #FFFFFF;
	float: clear;
	border: 0px solid #00FF00;
	}
	
	.bannerTitle a {
		color: #FFFFFF;
		text-decoration: none;
		}
		
		.bannerTitle a:visited {
			color: #FFFFFF;
			text-decoration: none;
			}
			
.subBannerTitle			{
	font-size: 0.9em;
	float:left;
	text-transform:none;
	border: 0px solid #00FF00;
}	


/*Sets up BANNER DATE in FIREFOX*/
html>body .bannerDate {
	width: 100px;
	font-size: 14px;
	color: #FFFFFF;
	float: right;
	text-align: right;
	margin-top: 11px;
	border: 0px solid #00FF00;
	}
		
html>body .bannerDate a {
	color: #FFFFFF;
	text-decoration: none;
	}
		
html>body .bannerDate a:visited {
	color: #FFFFFF;
	text-decoration: none;
	}

/*Sets up BANNER DATE in IE*/
.bannerDate {
	width: 100px;
	font-size: 14px;
	color: #FFFFFF;
	float: right;
	text-align: right;
	margin-top: 10px;
	border: 0px solid #00FF00;
	}
	
.bannerDate a {
	color: #FFFFFF;
	text-decoration: none;
	}
		
.bannerDate a:visited {
	color: #FFFFFF;
	text-decoration: none;
	}

/*Sets up ITALIC TITLES in FIREFOX*/
html>body .titleItalic {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
	margin-left: 10px;
	padding: 0px;
	color: #000000;
	}
	
/*Sets up ITALIC TITLES in IE*/
.titleItalic {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
	margin-left: 10px;
	padding-top: 13px;
	color: #000000;
	line-height: 1.15em;
	}

/*Sets up BLUE TITLES*/
.titleBlue {
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
	color: #0085B9;
	margin: 0px 0px 0px 5px;
	line-height: 1.15em;
	}

/*Sets up BLACK TITLES*/
.titleBlack {
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	margin: 0px 0px 0px 10px;
	line-height: 1.15em;
	}

/*Sets up ITALIC (BLUE) INTRO*/
.introItalic {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	font-style: italic;
	margin-left: 10px;
	margin-bottom: 5px;
	color: #0085B9;
	}
	
/*Sets up BLUE SUBTITLES*/
.subtitleBlue {
	text-transform: uppercase;
	font-size: 10px;
	font-weight: bold;
	color: #0085B9;
	line-height: 1.5em;
	}

/*Sets up BODY TEXT*/
.bodytemp {
	margin: 12px 15px 6px 10px;
	width: 90%;
	font-size: 10px;
	line-height: 1.5em;
	font-family: Trebuchet, Verdana, sans-serif; /*Sets global TEXT ATTRIBUTES*/
	line-height: 1.5em;
	color: #000000;
	}	
	
/*Sets up BODY TEXT LINKS*/
.bodytemp a {
	font-weight: bold;
	text-decoration: none;
	color: #0085B9;
	}
	
.bodytemp a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #0085B9;
	}
	
.bodytemp a:hover {
	text-decoration: underline;
	}

/*Sets up BODY TEXT*/
.body {
	margin: 12px 15px 6px 10px;
	width: 90%;
	font-size: 10px;
	line-height: 1.5em;
	}
	
/*Sets up BODY TEXT LINKS*/
.body a {
	font-weight: bold;
	text-decoration: none;
	color: #0085B9;
	}
	
.body a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #0085B9;
	}
	
.body a:hover {
	text-decoration: underline;
	}
	
/*Sets up BODY TEXT*/
p {
	margin: 12px 15px 6px 10px;
	width: 90%;
	font-size: 10px;
	line-height: 1.5em;
	}
	
/*Sets up BODY TEXT LINKS*/
p a {
	font-weight: bold;
	text-decoration: none;
	color: #0085B9;
	}
	
p a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #0085B9;
	}
	
p a:hover {
	text-decoration: underline;
	}	

/*Sets up BOLD BODY TEXT*/
.bodyBold {
	margin: 12px 15px 6px 10px;
	width: 90%;
	font-size: 10px;
	font-weight: bold;
	line-height: 1.5em;
	}
	
	/*Sets up BOLD BODY TEXT LINKS*/
	.bodyBold a {
	font-weight: bold;
	text-decoration: none;
	color: #0085B9;
	}
	
	.bodyBold a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #0085B9;
	}
	
	.bodyBold a:hover {
	text-decoration: underline;
	}

/*Sets up BOLD BODY TEXT*/
.formNames {
	margin: 6px 0px 0px 10px;
	width: 100%;
	font-size: 10px;
	font-weight: bold;
	line-height: 1.5em;
	}

/*Sets up UNORDERED LISTS*/
.unordered{
	list-style-type: square;
	margin: 0px 15px 0px 20px;
	}
	
/*Sets up UNORDERED SUB LISTS*/
.unorderedSub{
	list-style-type: disc;
	margin: 0px 15px 0px 35px;
	font-size: 1.2em;
	}
	

/*Sets up ORDERED LISTS*/
.orderedAlpha{
	margin: 15px 0px 0px -10px;
	list-style-type: upper-alpha;
	}

/*Sets up ORDERED LISTS*/
.orderedNum{
	margin: 15px 0px 0px -10px;
	}

/*Sets up DATE TEXT*/
.date {
	color: #41AD49;
	padding-top: 2px;
	font-size: 11px;
	font-weight: bold;
	}
	
	/*Sets up DATE LINKS*/
	.date a {
		text-decoration: none;
		color: #41ad49;
	}
	
	.date a:visited {
		color: #41ad49;
		border: 0px;
	}
	
	.date a:hover {
		text-decoration: underline;
	}
	
/*Sets up "MORE" TEXT in FIREFOX*/
html>body .more {
	color: #41AD49;
	padding-top: 2px;
	padding-right: 25px;
	font-size: 11px;
	text-align: right;
	font-weight: bold;
	position: relative;
	bottom: 0px;
	}
	
	/*Sets up MORE LINKS in FIREFOX*/
	html>body .more a {
		text-decoration: none;
		color: #41ad49;
	}
	
	html>body .more a:visited {
		color: #41ad49;
		border: 0px;
	}
	
	html>body .more a:hover {
		text-decoration: underline;
	}

/*Sets up "MORE" TEXT in IE*/
.more {
	color: #41AD49;
	padding-right: 25px;
	font-size: 11px;
	text-align: right;
	font-weight: bold;
	position: relative;
	bottom: 10px;
	}
	
	/*Sets up MORE LINKS in IE*/
	.more a {
		text-decoration: none;
		color: #41ad49;
	}
	
	.more a:visited {
		color: #41ad49;
		border: 0px;
	}
	
	.more a:hover {
		text-decoration: underline;
	}

/*Sets up TABLE TYPE A in FIREFOX*/
html>body .table {
	border: 1px solid #0085B9;
	caption-side: bottom;
	font-size: 10px;
	line-height: 1.25em;
	margin: 10px 10px 5px 10px;
	}
	
	html>body .table thead {
		text-transform: capitalize;
		font-size: 11px;
		line-height: 1.5em;
		font-weight: bold;
		color: #41AD49;
		text-align: left;
		}

	html>body .table tr td {
		padding: 0px 5px 0px 5px;
		}
				
	/*Sets up BLUE TABLE ROWS in FIREFOX*/
	html>body .blueRow {
		background-color: #0085B9;
		color: #FFFFFF;
		}

	/*Sets up TABLE CAPTIONS in FIREFOX*/
	html>body .caption {
		font-size: 9px;
		font-style: italic;
		text-align: left;
		line-height: 1.25em;
		margin-left: 10px;
		}	

/*Sets up TABLE TYPE A in IE*/
.table {
	border: 1px solid #0085B9;
	caption-side: bottom;
	font-size: 10px;
	line-height: 1.25em;
	margin: 15px 10px 15px 10px;
	}
	
	.table thead {
		text-transform: capitalize;
		font-size: 11px;
		line-height: 1.5em;
		font-weight: bold;
		color: #41AD49;
		text-align: left;
		}

	.table tr td {
		padding: 0px 5px 0px 5px;
		}
				
	/*Sets up BLUE TABLE ROWS in IE*/
	.blueRow {
		background-color: #0085B9;
		color: #FFFFFF;
		}

	/*Sets up TABLE CAPTIONS in IE*/
	.caption {
		font-size: 9px;
		font-style: italic;
		text-align: left;
		line-height: 1.25em;
		margin-left: 10px;
		}

/*Sets up TABLE TYPE B in FIREFOX*/
html>body .tableB {
	border: none;
	caption-side: bottom;
	margin: 10px 10px 5px 0px;
	}

	html>body .tableB tr td {
		padding: 0px 5px 0px 1px;
		}
	
	/*Sets up TABLE B TEXT*/
	html>body .tableBtext {
		margin: 6px 5px 20px 5px;
		width: 90%;
		font-size: 9px;
		line-height: 1.15em;
		}
	
	/*Sets up LINKS*/
	html>body .tableBtext a {
		font-weight: bold;
		text-decoration: none;
		color: #0085B9;
		}
	
	html>body .tableBtext a:visited {
		font-weight: bold;
		text-decoration: none;
		color: #0085B9;
		}
	
	html>body .tableBtext a:hover {
		text-decoration: underline;
		}
		
	html>body .seal {
		float: left;
		margin: 0px 3px 0px -25px;
		}

/*Sets up TABLE TYPE B in IE*/
.tableB {
	border: none;
	caption-side: bottom;
	margin: 10px 0px 5px 0px;
	float:left
	}

	.tableB tr td {
		padding: 0px 5px 0px 1px;
		}
	
	/*Sets up TABLE B TEXT*/
	.tableBtext {
		margin: 6px 5px 20px 5px;
		width: 90%;
		font-size: 9px;
		line-height: 1.15em;
		}
	
	.tableBtextBold {
		font-weight: bold;
		}
		
	/*Sets up LINKS*/
	.tableBtext a {
		font-weight: bold;
		text-decoration: none;
		color: #0085B9;
		}
		
	.tableBtext a:visited {
		font-weight: bold;
		text-decoration: none;
		color: #0085B9;
		}
	
	.tableBtext a:hover {
		text-decoration: underline;
		}
	
	.seal {
		float: left;
		margin: 0px 3px 0px 0px;
		}

/*Sets up TABLE TYPE C in FIREFOX*/
html>body .tableC {
	border: 1px solid #0085B9;
	caption-side: bottom;
	margin: 5px 0px 5px 0px;
	}
	
	html>body .tableC thead {
		font-size: 9.5px;
		line-height: 1.25em;
		font-weight: bold;
		color: #41AD49;
		text-align: center;
		}
		
		html>body .tableC thead tr th {
			border: 1px solid #0085B9;
			padding: 2px 5px 2px 5px;
		}
	
	html>body .tableC tr td {
			padding: 5px 5px 5px 5px;
			border: 1px solid #0085B9;
		}
	
	/*Sets up TABLE C TEXT*/
	html>body .tableCtext {
		margin: 20px 20px 20px 20px;
		width: 90%;
		font-size: 9.25px;
		line-height: 1.15em;
		text-align: center;
		}
				
	/*Sets up BLUE TABLE ROWS in FIREFOX*/
	html>body .blueRowC {
		background-color: #CEF3FF;
		}

	/*Sets up TABLE CAPTIONS in FIREFOX*/
	html>body .captionC {
		font-size: 8.5px;
		font-style: italic;
		text-align: right;
		line-height: 1.25em;
		}
		
/*Sets up TABLE TYPE C in IE*/
.tableC {
	border: 1px solid #0085B9;
	caption-side: bottom;
	margin: 5px 0px 5px 0px;
	}
	
	.tableC thead {
		font-size: 9.5px;
		line-height: 1.25em;
		font-weight: bold;
		color: #41AD49;
		text-align: center;
		}
		
		.tableC thead tr th {
			border: 1px solid #0085B9;
			padding: 2px 5px 2px 5px;
		}
	
	.tableC tr td {
			padding: 5px 5px 5px 5px;
			border: 1px solid #0085B9;
		}
	
	/*Sets up TABLE C TEXT*/
	.tableCtext {
		margin: 20px 20px 20px 20px;
		width: 90%;
		font-size: 9.25px;
		line-height: 1.15em;
		text-align: center;
		}
				
	/*Sets up BLUE TABLE ROWS in FIREFOX*/
	.blueRowC {
		background-color: #CEF3FF;
		}

	/*Sets up TABLE CAPTIONS in FIREFOX*/
	.captionC {
		display: table-caption;
		caption-side: bottom;
		font-size: 8.5px;
		font-style: italic;
		text-align: right;
		line-height: 1.25em;
		}
		
		
/*Sets up COMMENTS QUERY TABLE*/
.tableComments {
	border: 1px solid #0085B9;
	caption-side: bottom;
	margin: 5px 0px 5px 0px;
	}
	
	.tableComments thead {
		font-size: 11px;
		line-height: 1.25em;
		font-weight: bold;
		color: #41AD49;
		background-color: #EEEEEE;
		text-align: left;
		}
	
	.tableComments thead th {
		padding: 5px 5px 5px 5px;
		}
	
	.tableComments tr {
			border-bottom: 1px solid #0085B9;
		}
		
	.tableComments tr td {
			padding: 5px 5px 5px 5px;
		}
	
	/*Sets up TABLE C TEXT*/
	.tableCommentstext {
		margin: 20px 20px 20px 20px;
		width: 90%;
		font-size: 9.25px;
		line-height: 1.15em;
		text-align: center;
		}