@charset "utf-8";
h1 {
	font-size: 1.4em;
	color: #FFFFCC;
}

body,td,th {
	font-family: Trebuchet MS;
	font-size: 0.9em;
	color: #FFFFFF;
}
a:link {
	color: #FFFFCC;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #00FF00;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
body {
	background-color: #003366;
}
#wrapper {
	background-image: url(images/mainbg.jpg);
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
#header {
	height: 138px;
}
#navbar {
	height: 30px;
}
#content {
	margin-top: 10px;
}
#footer {
	height: 70px;
	clear: both;
}
#leftColumn {
	float: left;
	width: 530px;
	margin-left: 60px;
}
#rightColumn {
	float: right;
	width: 190px;
}
.style1 {color: #000000}
#copyright {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	font-family: "Trebuchet MS";
	font-size: 10px;
	font-weight: bold;
}
#content2 {
	margin-right: 40px;
	margin-left: 60px;
	clear: both;
}
