body {
	background-image: url(assets/bg.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	background-color: #E6E6E6;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .75em;
	color: #333333;
}
h1 {
	font-size: 1.2em;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-style: italic;
}
.caption {
	font-size: 1em;
	font-style: oblique;
}
.menu {
	margin-left: 10px;
	color: #CCCCCC;
	margin-top: 3px;
}
table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #CCCCCC;
}
.selected {
	background-color: #999999;
	color: #000000;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #CCCCCC;
	text-decoration: none;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #CCCCCC;
	text-decoration: none;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #FFCC00;
	text-decoration: none;
}
td {
	background-color: #333333;
}
.copyright {
	font-size: .75em;
}
#logo {
	position: absolute;
	z-index: 1;
	height: 100px;
	width: 568px;
	left: 20px;
	top: 20px;
}
#container {
	position: absolute;
	z-index: 2;
	height: 472px;
	width: 568px;
	left: 20px;
	top: 160px;
}
#caption {
	position: absolute;
	z-index: 3;
	height: 98px;
	width: 179px;
	left: 384px;
	top: 341px;
	font-style: italic;
}
#menu {
	border: #CCCCC;
	position: absolute;
	z-index: 4;
	height: 20px;
	width: 568px;
	left: 20px;
	top: 123px;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	color: #333333;
}
#leftColumn {
	width: 300px;
	font-style: italic;
	margin-left: 10px;
}
.email {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	/*color: #333333;*/
}
.email a {
	text-decoration: underline;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #0000FF;
	/*color: #333333;*/
}
.email a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #FFCC00;
}
.email a:visited {
	text-decoration: underline;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #0000FF;
	/*color: #333333;*/
}
