
body {
	margin:0px;
}
	#master {
		width:100%;
		height:100%;
	}
		#container {
			width:801px;
		}
			#header {
				height:98px;
			}
				#logoPane {
					width:372px;
					float:left;
					margin-top:2px;
				}
				#navPane {
					width:428px;
					float:left;
				}
					#navLinks {
						margin-top:9px;
						margin-left:3px;
						text-align:right;
					}
						#navLinks a {
							color:#000000;
							text-decoration:underline;
							font-family:Arial;
							font-size:12px;
						}
					#flashPane {
						text-align:right;
						margin-right:-10px;
						margin-top:16px;
					}
			#subHeader {
				height:16px;
			}
			#bannerPane {
				height:247px;
			}
				#fdbPane {
					width:267px;
					float:left;
				}
				#pbPane {
					width:267px;
					float:left;
				}
				#reiPane {
					width:267px;
					float:left;
				}
			#contentPane {
				height:263px;
			}
				#leftPic {
					width:219px;
					height:263px;
					background-image:url('img/ind.jpg');
					background-repeat:no-repeat;
					background-color:#E7F2F4;
					float:left;
				}
				#contentArea {
					width:365px;
					height:263px;
					float:left;
				}
				#rightPic {
					width:216px;
					height:263px;
					background-image:url('img/st.jpg');
					background-repeat:no-repeat;
					background-color:#E7F2F4;
					float:left;
				}
			#footer {
				height:30px;
				background-image:url('img/bottom.jpg');
				clear:both;

			}
				#footerPadd {
					padding-top:2px;
					font-family:Arial;
					color:#255381;
					font-size:10px;
					text-align:center;
				}
#leftPic p, #rightPic p {
	margin:16px 0px 0px 0px;
}
#leftPic a:link, #leftPic a:visited, #rightPic a:link, #rightPic a:visited{
	font-family:Arial;
	font-size:14px;
	color:#255381;
}

#leftPic a:hover, #rightPic a:hover{
	font-family:Arial;
	font-size:14px;
	color:#990000;
}
