﻿/* CSS layout */
body {
	margin:50px 0px; padding:0px;
	text-align:center;
}
#site
{	width:955px;
	margin:0px auto;
	text-align:left;

}
#masthead {
height: 175px;
background-color: #FFFFFF;
}

#top_nav {
	background-color: #003468;
	width: 955px;
	height: 25px;
	left: 0px;
	top: 176px;
}

#container {
height: 450px;
width: 955px;
}

#left_col {
	position: absolute;
	margin: 0 0 0 0;
	width: 225px;
	height: 450px;
	padding: 0;
	background-color: #99AEC3;
}

#page_content {
	position: absolute;
	margin: 0 0 0 226px;
	overflow: auto;
	height: 450px;
	width: 730px;
	padding: 0;
;	background-image: url('images/background/PABackground.jpg');
	background-repeat: no-repeat;
}
#page_content_MAIN {
	position: absolute;
	margin: 0 0 0 225px;
	overflow: auto;
	height: 450px;
	width: 730px;
	padding: 0;
;	background-image: url('images/background/PA Xerox introfade.jpg');
	background-repeat: no-repeat;
}


#footer {
	background-color: #003468;
	height: 10px;
	width: 955px;
}
#notice {
	background-color:#FFFFFF;
	height:25px;
	width: 955px;

}
