BODY
{
	background: #fffff;
}
TABLE
{
	font-size: 0.9em;
	color: #000000;
	font-family: Arial;
}

.newsPageTitle
{
	font-family: Arial;
	font-size: 16px;
	font-weight: bold;
	color: #8DBD4E;
	padding-left: 10px;
}

.homepageTitle
{
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	color: #8DBD4E;
}

.ContentTitle
{
	font-family: Arial;
	font-size: 15px;
	font-weight: bold;
	color: #8DBD4E;
}

.advsearchText
{
	font-family: Arial;
	font-size: 9px;
	font-weight: bold;
	color: #8DBD4E;
}

.FullPageTitleBar
{
	display: block; /*allows width and height settings to apply*/
	width: 770px; /*match to width of the image*/
	line-height: 22px; /*match to height of the image*/
	background: url(../images/fullpagetitlebar.jpg) no-repeat;
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF; /*padding-left: 25px;*/
}

.FullPageTitleBarContactUs
{
	/*display: block; /*allows width and height settings to apply*/
	width: 537px; /*match to width of the image*/
	line-height: 22px; /*match to height of the image*/
	background: url(../images/fullpagetitlebar.jpg) no-repeat;
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF; /*padding-left: 25px;*/
}

.contentTitleBar
{
	display: block; /*allows width and height settings to apply*/
	width: 537px; /*match to width of the image*/
	line-height: 22px; /*match to height of the image*/
	background: url(../images/contentheader.jpg) no-repeat;
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF; /*padding-left: 25px;*/
}

.newsTitleBar
{
	display: block; /*allows width and height settings to apply*/
	width: 506px; /*match to width of the image*/
	line-height: 22px; /*match to height of the image*/
	background: url(../images/eventpurpleheader.jpg) no-repeat;
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	padding-left: 25px;
}

.homepagetitlebar
{
	display: block; /*allows width and height settings to apply*/
	width: 246px; /*match to width of the image*/
	line-height: 22px; /*match to height of the image*/
	background: url(../images/homepagetabs.jpg) no-repeat;
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF; /*padding-left: 25px;*/
}

.homepageforumtitlebar
{
	display: block; /*allows width and height settings to apply*/
	width: 246px; /*match to width of the image*/
	line-height: 22px; /*match to height of the image*/
	background: url(../images/homepagelogintab.jpg) no-repeat;
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF; /*padding-left: 25px;*/
}

.homepagenewstitlebar
{
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
}

.homeTab
{
	width: 246px;
	border: Solid 1px #cccccc;
}

.GreenContentText
{
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	color: #8DBD4E;
	text-decoration: none;
}

.ContentText
{
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
}
.newspageContent
{
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	color: #999999;
	text-decoration: none; /*removes the underline*/
	padding-left: 10px;
}

.searchText
{
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	color: #999999;
	text-decoration: none; /*removes the underline*/
}

.homepageContent
{
	font-family: Arial;
	font-size: 9px;
	font-weight: normal;
	color: #999999;
	text-decoration: none; /*removes the underline*/
}

/* Home Page Menu mouse overs */

/*Home on*/
a.home:link, a.home:visited
{
	display: block; /*allows width and height settings to apply*/
	width: 109px; /*match to width of the image*/
	line-height: 22px; /*match to height of the image*/
	text-indent: -100.0em; /*moves the text off screen*/
	text-decoration: none; /*removes the underline*/
	background: url(../images/btnHomeOn.gif) no-repeat; /*sets the unmoused image*/
}

a.home:link:hover, a.home:visited:hover
{
	background: url(../images/btnHomeOff.gif) no-repeat; /*changes to the moused image on hover*/
}


/*Home off*/
a.homeOff:link, a.homeOff:visited
{
	display: block; /*allows width and height settings to apply*/
	width: 109px; /*match to width of the image*/
	line-height: 22px; /*match to height of the image*/
	text-indent: -100.0em; /*moves the text off screen*/
	text-decoration: none; /*removes the underline*/
	background: url(../images/btnHomeOff.gif) no-repeat; /*sets the unmoused image*/
}

a.homeOff:link:hover, a.homeOff:visited:hover
{
	background: url(../images/btnHomeOn.gif) no-repeat; /*changes to the moused image on hover*/
}

/*About Off*/
a.about:link, a.about:visited
{
	display: block; /*allows width and height settings to apply*/
	width: 109px; /*match to width of the image*/
	line-height: 22px; /*match to height of the image*/
	text-indent: -100.0em; /*moves the text off screen*/
	text-decoration: none; /*removes the underline*/
	background: url(../images/btnAboutUsOff.gif) no-repeat; /*sets the unmoused image*/
}

a.about:link:hover, a.about:visited:hover
{
	background: url(../images/btnAboutUsOn.gif) no-repeat; /*changes to the moused image on hover*/
}

/*About On*/
a.aboutOn:link, a.aboutOn:visited
{
	display: block; /*allows width and height settings to apply*/
	width: 109px; /*match to width of the image*/
	line-height: 22px; /*match to height of the image*/
	text-indent: -100.0em; /*moves the text off screen*/
	text-decoration: none; /*removes the underline*/
	background: url(../images/btnAboutUsOn.gif) no-repeat; /*sets the unmoused image*/
}

a.aboutOn:link:hover, a.aboutOn:visited:hover
{
	background: url(../images/btnAboutUsOff.gif) no-repeat; /*changes to the moused image on hover*/
}

/*Latest News Off*/
a.latestnews:link, a.latestnews:visited
{
	display: block; /*allows width and height settings to apply*/
	width: 109px; /*match to width of the image*/
	line-height: 22px; /*match to height of the image*/
	text-indent: -100.0em; /*moves the text off screen*/
	text-decoration: none; /*removes the underline*/
	background: url(../images/btnLatestNewsOff.gif) no-repeat; /*sets the unmoused image*/
}

a.latestnews:link:hover, a.latestnews:visited:hover
{
	background: url(../images/btnLatestNewsOn.gif) no-repeat; /*changes to the moused image on hover*/
}

/*Latest News On*/
a.latestnewsOn:link, a.latestnewsOn:visited
{
	display: block; /*allows width and height settings to apply*/
	width: 109px; /*match to width of the image*/
	line-height: 22px; /*match to height of the image*/
	text-indent: -100.0em; /*moves the text off screen*/
	text-decoration: none; /*removes the underline*/
	background: url(../images/btnLatestNewsOn.gif) no-repeat; /*sets the unmoused image*/
}

a.latestnewsOn:link:hover, a.latestnewsOn:visited:hover
{
	background: url(../images/btnLatestNewsOff.gif) no-repeat; /*changes to the moused image on hover*/
}

/*Resources Off*/
a.resources:link, a.resources:visited
{
	display: block; /*allows width and height settings to apply*/
	width: 109px; /*match to width of the image*/
	line-height: 22px; /*match to height of the image*/
	text-indent: -100.0em; /*moves the text off screen*/
	text-decoration: none; /*removes the underline*/
	background: url(../images/btnResourcesOff.gif) no-repeat; /*sets the unmoused image*/
}

a.resources:link:hover, a.resources:visited:hover
{
	background: url(../images/btnResourcesOn.gif) no-repeat; /*changes to the moused image on hover*/
}

/*Resources On*/
a.resourcesOn:link, a.resourcesOn:visited
{
	display: block; /*allows width and height settings to apply*/
	width: 109px; /*match to width of the image*/
	line-height: 22px; /*match to height of the image*/
	text-indent: -100.0em; /*moves the text off screen*/
	text-decoration: none; /*removes the underline*/
	background: url(../images/btnResourcesOn.gif) no-repeat; /*sets the unmoused image*/
}

a.resourcesOn:link:hover, a.resourcesOn:visited:hover
{
	background: url(../images/btnResourcesOff.gif) no-repeat; /*changes to the moused image on hover*/
}

/*House holders Off*/
a.householders:link, a.householders:visited
{
	display: block; /*allows width and height settings to apply*/
	width: 109px; /*match to width of the image*/
	line-height: 22px; /*match to height of the image*/
	text-indent: -100.0em; /*moves the text off screen*/
	text-decoration: none; /*removes the underline*/
	background: url(../images/btnHouseHoldersOff.gif) no-repeat; /*sets the unmoused image*/
}

a.householders:link:hover, a.householders:visited:hover
{
	background: url(../images/btnHouseHoldersOn.gif) no-repeat; /*changes to the moused image on hover*/
}

/*House holders On*/
a.householdersOn:link, a.householdersOn:visited
{
	display: block; /*allows width and height settings to apply*/
	width: 109px; /*match to width of the image*/
	line-height: 22px; /*match to height of the image*/
	text-indent: -100.0em; /*moves the text off screen*/
	text-decoration: none; /*removes the underline*/
	background: url(../images/btnHouseHoldersOn.gif) no-repeat; /*sets the unmoused image*/
}

a.householdersOn:link:hover, a.householdersOn:visited:hover
{
	background: url(../images/btnHouseHoldersOff.gif) no-repeat; /*changes to the moused image on hover*/
}

/*Communities Off*/
a.communities:link, a.communities:visited
{
	display: block; /*allows width and height settings to apply*/
	width: 109px; /*match to width of the image*/
	line-height: 22px; /*match to height of the image*/
	text-indent: -100.0em; /*moves the text off screen*/
	text-decoration: none; /*removes the underline*/
	background: url(../images/btnCommunitiesOff.gif) no-repeat; /*sets the unmoused image*/
}

a.communities:link:hover, a.communities:visited:hover
{
	background: url(../images/btnCommunitiesOn.gif) no-repeat; /*changes to the moused image on hover*/
}

/*Communities On*/
a.communitiesOn:link, a.communitiesOn:visited
{
	display: block; /*allows width and height settings to apply*/
	width: 109px; /*match to width of the image*/
	line-height: 22px; /*match to height of the image*/
	text-indent: -100.0em; /*moves the text off screen*/
	text-decoration: none; /*removes the underline*/
	background: url(../images/btnCommunitiesOn.gif) no-repeat; /*sets the unmoused image*/
}

a.communitiesOn:link:hover, a.communitiesOn:visited:hover
{
	background: url(../images/btnCommunitiesOff.gif) no-repeat; /*changes to the moused image on hover*/
}

/*Education Off*/
a.education:link, a.education:visited
{
	display: block; /*allows width and height settings to apply*/
	width: 109px; /*match to width of the image*/
	line-height: 22px; /*match to height of the image*/
	text-indent: -100.0em; /*moves the text off screen*/
	text-decoration: none; /*removes the underline*/
	background: url(../images/btnEducationOff.gif) no-repeat; /*sets the unmoused image*/
}

a.education:link:hover, a.education:visited:hover
{
	background: url(../images/btnEducationOn.gif) no-repeat; /*changes to the moused image on hover*/
}

/*Education On*/
a.educationOn:link, a.educationOn:visited
{
	display: block; /*allows width and height settings to apply*/
	width: 109px; /*match to width of the image*/
	line-height: 22px; /*match to height of the image*/
	text-indent: -100.0em; /*moves the text off screen*/
	text-decoration: none; /*removes the underline*/
	background: url(../images/btnEducationOn.gif) no-repeat; /*sets the unmoused image*/
}

a.educationOn:link:hover, a.educationOn:visited:hover
{
	background: url(../images/btnEducationOff.gif) no-repeat; /*changes to the moused image on hover*/
}

/*RECCS Off*/
a.RECCS:link, a.RECCS:visited
{
	display: block; /*allows width and height settings to apply*/
	width: 109px; /*match to width of the image*/
	line-height: 22px; /*match to height of the image*/
	text-indent: -100.0em; /*moves the text off screen*/
	text-decoration: none; /*removes the underline*/
	background: url(../images/btnRECCSOff.gif) no-repeat; /*sets the unmoused image*/
}

a.RECCS:link:hover, a.RECCS:visited:hover
{
	background: url(../images/btnRECCSOn.gif) no-repeat; /*changes to the moused image on hover*/
}

/*RECCS On*/
a.RECCSOn:link, a.RECCSOn:visited
{
	display: block; /*allows width and height settings to apply*/
	width: 109px; /*match to width of the image*/
	line-height: 22px; /*match to height of the image*/
	text-indent: -100.0em; /*moves the text off screen*/
	text-decoration: none; /*removes the underline*/
	background: url(../images/btnRECCSOn.gif) no-repeat; /*sets the unmoused image*/
}

a.RECCSOn:link:hover, a.RECCSOn:visited:hover
{
	background: url(../images/btnRECCSOff.gif) no-repeat; /*changes to the moused image on hover*/
}

/*Contact US Off*/
a.ContactUs:link, a.ContactUs:visited
{
	display: block; /*allows width and height settings to apply*/
	width: 109px; /*match to width of the image*/
	line-height: 22px; /*match to height of the image*/
	text-indent: -100.0em; /*moves the text off screen*/
	text-decoration: none; /*removes the underline*/
	background: url(../images/btnContactUsOff.gif) no-repeat; /*sets the unmoused image*/
}

a.ContactUs:link:hover, a.ContactUs:visited:hover
{
	background: url(../images/btnContactUsOn.gif) no-repeat; /*changes to the moused image on hover*/
}

/*RECCS On*/
a.ContactUsOn:link, a.ContactUsOn:visited
{
	display: block; /*allows width and height settings to apply*/
	width: 109px; /*match to width of the image*/
	line-height: 22px; /*match to height of the image*/
	text-indent: -100.0em; /*moves the text off screen*/
	text-decoration: none; /*removes the underline*/
	background: url(../images/btnContactUsOn.gif) no-repeat; /*sets the unmoused image*/
}

a.ContactUsOn:link:hover, a.ContactUsOn:visited:hover
{
	background: url(../images/btnContactUsOff.gif) no-repeat; /*changes to the moused image on hover*/
}

/* End Home page mouse overs */


A
{
	color: #8DBD4E;
	text-decoration: underline;
}
A:hover
{
	text-decoration: none;
}
.topnavhome
{
	padding-left: 5px;
	font-size: 0.9em;
	width: 145px;
	color: #ffffff;
	height: 20px;
	background-color: #af1e2d;
}
.topnav
{
	border-left: #ffffff 1px solid;
	color: #ffffff;
	height: 20px;
	background-color: #af1e2d;
	text-align: center;
}
A.topnavlink
{
	color: #ffffff;
	text-decoration: none;
}
A.topnavlink:hover
{
	text-decoration: underline;
}
.breadcrumbs
{
	padding-right: 3px;
	font-size: 0.9em;
	padding-bottom: 3px;
	padding-top: 3px;
	text-align: right;
}
A.breadcrumblink
{
	color: #000000;
	text-decoration: none;
}
A.leftnavlink
{
	color: #ffffff;
	text-decoration: none;
}
A.leftnavlink:hover
{
	text-decoration: underline;
}
.leftnavhome
{
	padding-left: 5px;
	width: 145px;
	color: #ffffff;
	border-bottom: #ffffff 1px solid;
	height: 18px;
	background-color: #af1e2d;
}
.leftnavlevel1
{
	padding-left: 5px;
	width: 150px;
	color: #ffffff;
	border-bottom: #ffffff 1px solid;
	height: 18px;
	background-color: #00546b;
}
.leftnavlevel2
{
	padding-left: 10px;
	width: 140px;
	color: #ffffff;
	border-bottom: #ffffff 1px solid;
	height: 18px;
	background-color: #266d81;
}
.leftnavlevel3
{
	padding-left: 15px;
	width: 135px;
	color: #ffffff;
	border-bottom: #ffffff 1px solid;
	height: 18px;
	background-color: #4c8797;
}
.leftnavlevel4
{
	padding-left: 20px;
	width: 135px;
	color: #ffffff;
	border-bottom: #ffffff 1px solid;
	height: 18px;
	background-color: #6698a6;
}
.leftnavlevel5
{
	padding-left: 25px;
	width: 135px;
	color: #ffffff;
	border-bottom: #ffffff 1px solid;
	height: 18px;
	background-color: #8DB4BF;
}
.righttable
{
	border-right: #00546b 1px solid;
	border-top: #00546b 1px solid;
	border-left: #00546b 1px solid;
	width: 150px;
	border-bottom: #00546b 1px solid;
}
.righttableheader
{
	padding-left: 5px;
	background: #6698a6;
	color: #ffffff;
	border-bottom: #00546b 1px solid;
}
.righttablecell
{
	padding-left: 2px;
	color: #00546b;
	padding-top: 2px;
}
A.righttablelink
{
	color: #00546b;
	text-decoration: underline;
}
A.pagingHref
{
	font-size: 8pt;
}
.tablecell
{
	padding-right: 3px;
	padding-left: 3px;
	padding-bottom: 3px;
	padding-top: 3px;
}
.latestnewscell
{
	padding-left: 10px;
	padding-bottom: 10px;
	padding-top: 10px;
}
.latestnewslink
{
	color: #00546b;
}
.footer
{
	font-size: 0.9em;
	background: #00546b;
	color: #ffffff;
	height: 20px;
	text-align: center;
}
.submit
{
	border-right: #00546b 1px solid;
	border-top: #00546b 1px solid;
	padding-left: 5px;
	font-weight: bold;
	font-size: 8pt;
	border-left: #00546b 1px solid;
	width: 145px;
	color: #ffffff;
	border-bottom: #00546b 1px solid;
	height: 20px;
	background-color: #5CACEE;
}
.leftnavlevel1 A:hover
{
	color: yellow;
}
.leftnavlevel2 A:hover
{
	color: yellow;
}
.leftnavlevel3 A:hover
{
	color: yellow;
}

.OSMenu
{
	background-color: #FFFFFF;
}

.OSMenu div
{
	float: left;
	padding: 0px 0px 0px 0px;
	margin: 0px 1px 0px 1px;
	border: solid 0px #000000;
	background-color: #FFFFFF;
	color: #FFFFFF;
	font-weight: bold;
}

.OSQuestionNumbers
{
	float: left;
	width: 130px;
	border: solid 0px #000000;
}

.OSActualQuestion
{
	float: left;
	border: solid 0px #000000;
}

.OSAnswerLevelWithQuestion
{
	float: right;
	padding-right: 130px;
	border: solid 0px #000000;
}

.OSAnswerBelowQuestion
{
	position: relative;
	left: 130px;
	clear: both;
}

.divLink
{
	/*display:block;  	background:#FFF;*/
	cursor: hand;
}

.TGTContentTitleBar
{
	/*display:block; /*allows width and height settings to apply*/ /*width: 537px; /*match to width of the image*/ /*line-height: 22px; /*match to height of the image*/ /*background:url(../images/contentheaderbig.jpg) no-repeat;*/
	background-position: center 10px;
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	width: 770px;
	padding: 10px 10px 10px 10px; /*padding-left: 25px;	*/
}

/*ONLINE SURVEY RESULTS*/
.SRTechnologiesCol
{
	width: 125px;
	text-align: left;
	vertical-align: top;
}

.SRDataCol
{
	width: 556px;
}

.SRPecentageCol
{
	text-align: left;
	width: 40px;
	vertical-align: top;
}
/*END OF ONLINE SURVEY RESULTS*/

.TGTReqAns
{
	color:Red;
	font-weight:bold;
	clear:both;
	float:left;
}