#outerFrame {
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0px;
	top: 0px;
}
#frame {
	text-align: left;
	position: relative;
	height: 620px;
	width: 770px;
	background-color: #FFFFFF;
}
#leftBorder {
	background-image: url(common/5_leftBorder.gif);
	background-repeat: repeat-y;
	position: absolute;
	height: 100%;
	width: 3px;
	left: 0px;
	top: 0px;
}
#rightBorder {
	background-image: url(common/5_rightBorder.gif);
	background-repeat: repeat-y;
	position: absolute;
	height: 100%;
	width: 3px;
	left: 767px;
	top: 0px;
}
#topBar {
	background-color: #638596;
	position: absolute;
	height: 100px;
	width: 764px;
	left: 3px;
	top: 0px;
}
#logo1 {
	position: absolute;
	height: 40px;
	width: 40px;
	left: 5px;
	top: 20px;
}
#logo2 {
	position: absolute;
	height: 30px;
	width: 140px;
	left: 45px;
	top: 20px;
}
#navHolder {
	position: absolute;
	height: 19px;
	width: 356px;
	left: 3px;
	top: 81px;
}
#location {
	position: absolute;
	height: 25px;
	width: 200px;
	left: 45px;
	top: 50px;
}
#baseBar {
	position: absolute;
	height: 30px;
	width: 764px;
	left: 3px;
	font-size: 9px;
	color: #FFFFFF;
	background-color: #97AFBB;
	bottom: 0px;


}
body {
	font-family: "Trebuchet MS", Arial, Verdana;
}
.titleBar {
	background-color: #7A98A7;
	margin: 0px;
	padding: 0px;
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0px;
	top: 0px;
}
#frameLong {

	text-align: left;
	position: relative;
	height: 770px;
	width: 770px;
	background-color: #FFFFFF;
}
