body {
			margin:0px;
			background-image : url(../images/lineBgrBottom.gif); 
			background-repeat : repeat-y;
			background-attachment: fixed; 
			width:98%;
		}
		
		#pageTopCanvas {
			height:88px;
			background-image : url(../images/lineBgrTop.gif);
			background-repeat : no-repeat;
			background-color:#FFFFFF;
			/*border: 1px solid purple; */
		}

		#pageBottomCanvas {
		}
		
		#topLogoCanvas {
			float:left; 
			width:300px;
			margin:0px; 
			padding-top:18px;
			padding-left:35px;
			/*border: 1px solid black;*/
		}
		
		#topLeftContent {
			float:left; 
			width:134px; 
			padding-top:36px;
			/*border: 1px solid black;*/
		}
		
		#topLeftContent img {
			float:left;
			padding-right: 6px;
		}
		
		#topLeftContent .iconText {
			float:left;
		}
		
		#topLeftContent p {
			font-family: Verdana;
			font-size: 10px;
			color: #577993;
		}
		
		#topRightContent {
			float:left; 
			padding-top:36px;
			/*border: 1px solid black;*/
		}
		
		#topRightContent img {
			float:left;
			padding-right: 6px;
		}
		
		#topRightContent a.iconText {
			float:left;
			color:#577993;
			text-decoration: none;
		}
		
		#topRightContent p {
			font-family: Verdana;
			font-size: 10px;
			color: #577993;
		}
		
		#bottomLeftNavigation {
			float:left; 
			width:182px;
			margin: 0px;
		}
		
		#bottomLeftNavigation ul {
			font-family: Verdana;
			font-size: 10px;
			color: #3E647E;
			margin: 0px;
			padding-left: 20px;
			list-style-type: none;
		}
		
		#bottomLeftNavigation li {
			font-family: Verdana;
			font-size: 10px;
			color: #3E647E;
			margin: 0px;
			padding-left: 15px;
			list-style-type: none;
		}
		
		#bottomLeftNavigation a {
			color: #3E647E;
			text-decoration: none;
		}
		
		#bottomLeftNavigation li.selectedMenuItem {
			background-image: url(../images/selectedMenuItem.gif);
			background-position: 0px 9px;
			background-repeat: no-repeat;
			font-weight: bold;
		}
		
		#bottomLeftNavigation p {
			font-family: Verdana;
			font-size: 10px;
			color: #3E647E;
			margin: 0px;
			padding-left: 35px;
			padding-bottom: 15px;
			font-weight: bold;
			line-height:7px;
		}
		
		#bottomMainContent {
			float:left; 
			width:378px; 
			margin-right:37px;
		}
		
		#bottomMainContent a {
			color: #3E647E;
			text-decoration: none;
		}
		
		#bottomMainContent ul {
			font-family: Verdana;
			font-size: 10px;
			color: #3E647E;
			margin: 0px;
			list-style-type: none;
		}
		
		#bottomMainContent li {
			font-family: Verdana;
			font-size: 10px;
			color: #3E647E;
			margin: 0px;
			list-style-type: none;
		}
		
		#bottomMainContent h1 {
			font-family:Verdana;
			font-size:16px;
			color:#7D98AE;
		}
		
		#bottomMainContent h2 {
			font-family:Verdana;
			font-size:11px;
			color:#000000;
			font-weight: bold;
		}
		
		#bottomMainContent h3 {
			font-family:Verdana;
			font-size:10px;
			color:#577993;
			font-weight: bold;
			margin-bottom: 0px;
		}
		
		#bottomMainContent .copyrightText {
			color:#577993;
		}
		
		#bottomRightContent {
			float:left; 
			text-align:center;
		}
		
		#bottomRightContent p {
			margin:0px;
			padding-bottom: 20px;
		}

		p {
			margin-top: 0px;
			font-family:Verdana;
			font-size:10px;
			line-height:14px;
		}
		
		td {
			font-family:Verdana;
			font-size:10px;
		}
