﻿/* CSS layout */
a:link {
	color: rgb(255, 0, 0);
	font-weight: normal;
}
a:visited {
	font-weight: normal;
	color: rgb(204, 102, 0);
}
a:active {
	color: rgb(255, 51, 0);
	font-weight: normal;
}
body {
	font-family: Verdana, Arial, Helvetica;
	color: rgba(0,0,0,1.00);
	font-size: 12pt;
	font-weight: normal;
	margin: 0;
	padding: 0;
	background-image: url('background.jpg');
	background-repeat: repeat;
}
h1, h2, h3, h4, h5, h6 {
	font-family: Verdana, Arial, Helvetica;
	font-weight: bold;
}
h1 {
	color: rgb(255,255,255);
	font-size: 18pt;
}
h2 {
	color: rgb(0,0,0);
	font-size: 18pt;
}
h3 {
	color: rgb(204,51,0);
}
h4 {
	color: rgb(204,51,0);
}
h5 {
	color: rgb(0,0,0);
}
h6 {
	color: rgb(0,0,0);
}
dt {
	color: rgb(0,0,0);
	font-size: small;
	font-weight: bold;
}
#masthead {
	color: #FF0000;
}
#top_nav {
	border: 24px double #CC3300;
	background-color: #000000;
	padding-left: 12px;
}
#container {
	min-width: 600px;
	background-image: url('background.jpg');
	background-repeat: repeat;
}
#left_col {
	width: 200px;
	float: left;
	color: #999999;
	background-image: url('background.jpg');
	background-repeat: repeat;
}
#page_content {
	overflow: auto;
	margin-left: 200px;
	color: rgb(255,255,255);	
	font-size: inherit;
	font-weight: normal;
	background-image: url('background.jpg');
}
#footer {
	margin: 0px;
	padding: 12px;
	border: 4px single #ffffff;
	clear: both;
	font-size: 12pt;
	color: #FF0000;
	background-color: #000000;
	font-weight: bold;
}