﻿/* CSS layout */
#masthead {
	position: relative;
	width: 100%;
}

#top_left {
	width: 150px;
	position: absolute;
	left: 0px;
	top: 0px;
}

#header {
	text-align: center;
}
#hr_line{
	color: #0099CC;

	}
}
#container {
	position: relative;
	width: 100%;
}

#left_col {
	width: 10%;
	position: absolute;
	left: 0px;
	top: 0px;
}

#page_content {
	font: 100% Calibri,vedana,arial,sans-serif;
	margin-right: 5%;
	margin-left: 5%;
	text-align: justify;
	font-size: 12pt;
	width: 90%;
	max-width: 720px;
	min-width: 660px;
}

#right_col {
	width: 100px;
	position: absolute;
	right: 0px;
	top: 0px;
}

#footer {
	font: small Calibri, vedana, arial, sans-serif;
	text-align: inherit;
}
