﻿/* CSS layout */
.Border {
	border: medium solid #FFFFFF;
}
#masthead {
	position: relative;
	width: 100%;
}

#top_left {
	width: 200px;
	position: absolute;
	left:50px;
	top: 0px;
}

#header {
	margin-left:220px;
	position:absolute;
	top: 100px;
}
#header0 {
	margin-left:220px;
	position:absolute;
	top: 50px;
}

#container {
	position: relative;
	width: 740px;
}

#left_col {
	width: 116px;
	position: absolute;
	left: 0px;
	top: 0px;
	color: #FFFFFF;
}

#page_content {
	margin-right: 216px;
	margin-left: 116px;
}

#right_col {
	width: 200px;
	position: absolute;
	left: 116px;
	top: 0px;
}

.PBStyleMaster {
	background-color: #97CACC;
}

.BBlue {
	background-color: #97CACC;
}


