/* CSS Document */

#center {
	position:absolute;
	z-index:0;
	left: 50%;
	top: 10px;
}
#bgr {
	position:relative;
	width:990px;
	z-index:1;
	left: 0px;
	background-image: url(/common/bgr_content.jpg);
	float: inherit;
}
#main {
	position:absolute;
	width:990px;
	z-index:0;
	left: -495px;
}
#head {
	position:relative;
	width:990px;
	z-index:2;
	left:0px;
	top:0px;
	float:inherit;
	background-image: url(/common/bgr_content.jpg);
}
#top {
	position:relative;
	width:990px;
	height:310px;
	z-index:2;
	left: 0px;
	top: 0px;
	background-image: url(/common/bgr_content.jpg);
}
#letterhead {
	display:none;
}
#left {
	position:relative;
	float:left;
	width:180px;
	z-index:4;
	top: 0px;
	left: 10px;
	background-color: #FFFFFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#content {
	position:relative;
	width:575px;
	z-index:3;
	left:8px;
	top:0px;
	float: left;
	background-color: #FFFFFF;
	margin: 0px;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: dotted;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	border-top-color: #00314c;
	border-right-color: #00314c;
	border-bottom-color: #00314c;
	border-left-color: #00314c;
	
}
#right {
	position:relative;
	width:180px;
	z-index:3;
	top: 0px;
	float: right;
	right: 20px;
	background-color: #FFFFFF;
}
#bottom {
	position:relative;
	z-index:2;
	left:0px;
	top:0px;
	float: inherit;
	width: 990px;
}

#footer {
	position:relative;
	z-index:2;
	top: 0px;
	float: left;
	left: auto;
	background-color: #00314c;
	color: #FFFFFF;
	font-size: 8px;
	text-align: justify;
}

#pic {
	position:absolute;
	z-index:0;
	align:right;
	right: 100px;
	bottom: 100px;
}
