﻿/* CSS layout */
#masthead {
	position: absolute;
	width: 100%;
}
#top_left {
	width: 200px;
	position: absolute;
	left: 0px;
	top: 0px;
}
#header {
	margin-left: 200px;
	font-size: x-large;
	font-weight: bold;
	font-style: normal;
	font-variant: normal;
	position: relative;
}
#navbar {
	width: 100%;
	position: relative;
}
#footer {
	position: relative;
}
#font {
	font-family: Tahoma;
}
#fontcolor {
	color: #0000FF;
}
#background {
	background-color: #FFFFFF;
}
#bodytitle {
	font-family: Tahoma;
	font-size: 14px;
	font: normal normal bold 100% serif;
	color: #fontcolor;
}
#bodyfont {
	font-family: Tahoma;
	font-size: 12px;
}
