@charset "UTF-8";
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Helvetica, Geneva, Verdana, Arial, sans-serif;
	font-size: 100%;
	background-color: #000000;
	background-image: url(images/body_bg.jpg);
	background-repeat: repeat-x;
}
#container {
	width: 900px;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #FFFFFF;
}
#header {
	padding: 0;
}
#header h1 {
	margin: 0; 
	padding: 10px 0; 
}
#main_nav {
	padding-left: 20px;
	padding-right: 20px;
	border-top-width: medium;
	border-top-style: double;
	border-top-color: #000000;
	border-bottom-width: medium;
	border-bottom-style: double;
	border-bottom-color: #000000;
	margin-top: 10px;
	background-color: #CCCCCC;
	padding-top: 4px;
	padding-bottom: 4px;
}
#main_nav p {
	color: #990000;
	line-height: 1em;
	margin: 0px;
	padding: 0px;
}
#main_nav  a:link {
	color: #990000;
	text-decoration: none;
}
#main_nav a:visited {
	color: #990000;
	text-decoration: none;
}
#main_nav a:hover {
	color: #000000;
	text-decoration: none;
}
.navleft {
	float: left;
}
.navright {
	float: right;
	text-align: right;
}
#mainContent {
	padding-top: 0;
	padding-right: 30px;
	padding-bottom: 0;
	padding-left: 30px;
}
#footer {
	padding-top: 0;
	padding-right: 30px;
	padding-bottom: 0;
	padding-left: 30px;
	clear: both;
}
#footer p {
	margin: 0;
	text-align: center;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
	line-height: 1.2em;
}#leftcol {
	float: left;
	width: 45%;
	border-right-width: medium;
	border-right-style: solid;
	border-right-color: #333333;
	margin-right: 15px;
}
h1 {
	font-size: 24px;
	font-weight: normal;
	margin-top: 10px;
	margin-bottom: 5px;
	color: #D01719;
}
h2, h3 {
	font-size: 20px;
	font-weight: normal;
	margin-top: 5px;
	margin-bottom: 5px;
}
p {
	font-size: 14px;
	line-height: 1.6em;
}
ul {
	margin-top: 5px;
	margin-bottom: 5px;
}
li {
	line-height: 1.5em;
	font-size: 14px;
}
a:link {
	color: #990000;
}
a:visited {
	color: #990000;
}
a:hover {
	color: #999999;
}
.bold {
	font-weight: bold;
}
.boldred {
	font-weight: bold;
	color: #D01719;
}
.center {
	text-align: center;
}
.ital {
	font-style: italic;
}
.textforty {
	font-size: 40px;
}
.redtext {
	color: #D01719;
}
.fltlft {
	float: left;
	margin-right: 10px;
	margin-bottom: 5px;
}
.fltrt {
	float: right;
	margin-bottom: 5px;
	margin-left: 10px;
}
.clrflt {
	clear: both;
}
#copyright p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
}
#copyright  a:link {
	color: #999999;
	text-decoration: none;
}
#copyright a:visited {
	color: #999999;
	text-decoration: none;
}
