/***** extra Tags Modification START ******/
#WebsiteHeader {
	width: 890px !important; /*moz width*/
	width: 890px; /*IE width*/
	height: 44px;
	text-align: left;
	background: transparent url(images/updatable-website.jpg) no-repeat top center;
}

#WebsiteMenu {
	width: 890px !important; /*moz width*/
	width: 890px; /*IE width*/
	text-align: left;
}

#WebsiteBannerHome {
	width: 890px !important; /*moz width*/
	width: 890px; /*IE width*/
	background: transparent url(images/websitebannerhome.jpg) no-repeat top center;
	height: 150px;
}
#WebsiteBanner {
	width: 890px !important; /*moz width*/
	width: 890px; /*IE width*/
	background: transparent url(images/websitebanner1.jpg) no-repeat top center;
	height: 150px;
}
#WebsiteBanner2 {
	width: 890px !important; /*moz width*/
	width: 890px; /*IE width*/
	background: transparent url(images/websitebanner2.jpg) no-repeat top center;
	height: 150px;
}

#WebsiteContent {
	position: relative;
	width: 888px !important; /*moz width*/
	width: 890px; /*IE width*/
	padding-top: 0px;
	border-left: 1px solid #69950D;
	border-right: 1px solid #69950D;
	text-align: left;
	background-color: #eee;
}

.SeperatorLine{
	clear: both;
	width: 100%;
	height: 0px;
	border-bottom: 1px solid #69950D;
	border-top: none;
	font: 0px;
}

#WebsiteFooter {
	width: 890px !important; /*moz width*/
	width: 890px; /*IE width*/
	margin: 5px;
	color: silver;
	font: 10px verdana, arial;
}

#WebsiteFooter A{
	color: silver;
	padding: 0px;
	font-weight: normal;
	font: 10px Verdana, Arial;
}

#WebsiteSummary {
	width: 890px !important; /*moz width*/
	width: 890px; /*IE width*/
	border: 1px solid #cccccc;
	color: #aaaaaa;
	font: 10px verdana, arial;
	text-align: left;
}

#WebsiteSummary A{
	color: #aaaaaa;
	padding: 0px;
	font-weight: normal;
	font: 10px Verdana, Arial;
}
.LeftPanel {
	float: left;
	width: 190px !important; /*moz width*/
	width: 190px; /*IE width*/
	color: silver;
	font: 9px verdana, arial;
	background-color: #EEE;
}

.LeftPanelTitle {
	width: 190px; /*IE width*/
	height: 13px;
	font: normal 11px Verdana, Arial;
	color: White;
	font-weight: bold;
	background-color: #0083C1;
	padding: 5px 10px 5px 10px;
	border: 1px solid white;
}

.LeftPanelContent {
	width: 190px; /*IE width*/
	text-align: center;
}

.PageContent {
	float: left;
	width: 698px !important; /*moz width*/
	width: 698px; /*IE width*/
	color: silver;
	font: 11px verdana, arial;
	background-color: white;
}

.PageContent A {
	font-family: Verdana, Arial;
	font-size: 11px;
	color: #69950D;
	font-weight: bold;
	text-decoration: none;
	padding: 0px;
}
.PageContent A:visited {
	color: #69950D;
	padding: 0px;
}
.PageContent A:link {
	color: #69950D;
	padding: 0px;
}
.PageContent A:hover {
	color: #0083C1;
}

.PageContentTitle {
	width: 676px !important; /*moz width*/
	width: 698px; /*IE width*/
	height: 13px;
	font: normal 11px Verdana, Arial;
	color: White;
	font-weight: bold;
	background-color: #0083C1;
	padding: 5px 10px 5px 10px;
	border-top: 1px solid white;
	border-left: 1px solid white;
	border-right: 1px solid white;
}

#PageContent IMG{
	border-left: 1px solid #ffffff;
}

.BenefitsHolder {
	text-align: left;
	padding: 10px 0px 15px 20px;
	clear: both; 
	color: #69950D;
}
.BenefitsHolder A {
	font-weight: bold;
}
.BenefitsHolder A:visited {
	font-weight: bold;
}
.BenefitsHolder A:link {
	font-weight: bold;
}
.BenefitsLeft {
	width: 85px; 
	float: left; 
}
.BenefitsRight {
	width: 585px !important; 
	width: 585px; 
	float: left;
}
.ProceduresHolder {
	text-align: left;
	padding: 10px 0px 15px 20px;
	clear: both; 
	color: #69950D;
}
.ProceduresHolder A {
	padding: 0px;
	font-weight: bold;
}
.ProceduresHolder A:link {
	padding: 0px;
}
.ProceduresHolder A:visited {
	padding: 0px;
}
.ProceduresLeft {
	width: 55px; 
	float: left; 
}
.ProceduresRight {
	width: 615px !important; 
	width: 615px; 
	float: left;
}

.QnAHolder {
	text-align: left;
	padding: 3px 0px 3px 20px;
	clear: both; 
	color: #69950D;
}
.QnAHolderLeft {
	width: 35px;
	float: left; 
}
.QnAHolderRight {
	width: 635px !important; 
	width: 635px;
	padding: 3px 0px 2px 0px; 
	float: left;
}

/***** extra Tags Modification START ******/

/***** HTML Tags Modification START ******/
BODY {	/* this will control the page layout */
	margin: 0;
	font-family: Verdana, Arial;
	font-size: 11px; /* will not be applied for TABLE tag */
	color: #333333;
	text-align: center; /* Horizontal alignment of the page */
}
BODY { /* Just for Fire-Fox */
	text-align: -moz-center; /* Horizontal alignment of the page */
}
A {
	font-family: Verdana, Arial;
	font-size: 11px;
	color: #69950D;
	font-weight: normal;
	text-decoration: none;
}
A:link, A:visited {
	color: #69950D;
}
A:hover {
	color: #0083C1;
}
IMG {
	border: 0px solid #000000;
}
/***** HTML Tags Modification END ******/
