﻿/* CSS layout */
#masthead {
	text-align: center;
	font-size: xx-large;
	font-weight: bold;
}
#container {
	position: relative;
	width: 100%;
}
#left_col {
	width: 200px;
	position: absolute;
	left: 0px;
	top: 0px;
}
#page_content {
	margin-right: 200px;
	margin-left: 200px;
}
#right_col {
	width: 200px;
	position: absolute;
	right: 0px;
	top: 0px;
}
#footer {
	text-align: center;
	font-size: small;
}
.center {
	text-align: center;
}
a {
	font-family: "Times New Roman", Times, serif;
	font-size: small;
	font-style: normal;
	text-decoration: underline;
	/*color: #FFFFFF;*/
	color: #FFF200;
}
body, div, table, tr, td, p {
	font-family: "Times New Roman", Times, serif;
	font-size: medium;
	font-style: normal;
	/*color: #FFF200;*/
	color: #FFFFFF;
}
body {
	background-color: #0F1424;
}
img {
	border: 0px;
}
.justify {
	text-align: justify;
}