﻿/* CSS layout */
.style1 {
	text-align: center;
}
#left_col {
	width: 200px;
	position: absolute;
	left: 0px;
	top: 0px;
	}
.style2 {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #C0C0C0;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bolder;
	font-style: italic;
	color: #C0C0C0;
}

#page_content {
	margin-left: 200px;
}
a {
	font-size: medium;
	font-weight: bold;
	color: #C0C0C0;
}

#container {
	position: relative;
	width: 100%;
}

