﻿body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-left: 5px;
	text-align: left;
}
h1 {
	font-size: 30px;
	color: #3333FF;
	font-weight: 600;
	font-style: italic;
	text-align: left;
}
h2 {
	font-size: 20px;
	color: #CC0000;
	font-weight: 300;
}
h3 {
	font-size: 18px;
	color: #FF9900;
	font-weight: 700;
}
#navbar {
	color: #FFFFFF;
	font-weight: bold;
	background-color: #0000FF;
	border-bottom-style: solid;
	border-bottom-width: thick;
	border-bottom-color: #0000FF;
}
#copyright {
	font-size: smaller;
	font-weight: bold;
	text-align: center;
}
#mainContent {
	width: 137%;
}
#leftCol {
	float: left;
	width: 500px;
	padding: 15px;
}
#rightCol {
	float: right;
	width: 175px;
	padding: 15px;
}
a:link {
	text-decoration: none;
	color: #CC0000;
	font-size: medium;
}
a:hover {
	text-decoration: underline;
	color: #FFFF99;
}
a:visited {
	color: #C0C0C0;
}
