﻿/* CSS layout */
#masthead {
	position: relative;
	width: 100%;
	margin-top: 10px;
}

#top_left {
	width: 173px;
	position: absolute;
	left: 0px;
	top: 0px;
	margin-left: 10px;
}

#header {
	margin-left:200px;
}

#container {
	position: relative;
	width: 100%;
}

#left_col {
	width: 173px;
	position: absolute;
	left: 0px;
	top: 0px;
	background-color: #C8E0FF;
	border-top-style: solid;
	border-top-color: #1D13CE;
	padding-top: 15px;
	border-top-width: 10px;
	margin-left: 10px;
}
#page_content {
	margin-left: 200px;
	margin-right: 100px;
}
#footer {
	border: 3px outset #1D13CE;
	background-color: #c8e0ff;
	font-family: Verdana, Arial, Helvetica, sans-seif;
	color: #0000FF;
	font-size: small;
	margin-left: 200px;
	margin-bottom: 30px;
}
