﻿/* CSS layout */
#masthead {
	width: 920px;
	height: 140px;
	background-color: #BDDDFF;
}

#top_nav {
	width: 920px;
	height: 10px
}

#container {
	position: relative;
	width: 920px;
}

#page_content {
	margin-right: 200px;
}

#right_col {
	width: 200px;
	position: absolute;
	right: 0px;
	top: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-small;
	text-align: center;
	color: #4A94DD;
}

#footer {
}
