/* CSS Document */

#container {
	background-color: #FFFFFF;
	background-image: url(images/background.jpg);
	background-repeat: no-repeat;
	width: 775px;
	height: 400px;
}

#menuleft {
	float:left;
	list-style-image: none;
	list-style-type: none;
	padding-bottom: 20px;
	float:left;
	top: 300px;
	width: 205px;
	position: absolute;
}

#maincontent {
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	float:right;
	top: 644px;
	width: 480px;
	padding-right: 20px;
	position: absolute;
	left: 285px;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 22px;
	color: #3399CC;
	margin-bottom: 10px;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 16px;
	color: #666666;
	margin: 0px 0px 10px;
	padding: 0px;
	text-align: left;
}
a:link {
	font-weight: bold;
	color: #666666;
	text-decoration: none;
}
a:hover {
	font-weight: bold;
	color: #3399CC;
	text-decoration: none;
}
a.nav:link {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: normal;
	color: #FFFFFF;
}
a.nav:hover {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
a.nav:visted {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 16px;
	color: #666666;
	margin: 0px 0px 10px;
	padding: 0px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 22px;
	color: #3399CC;
	margin-bottom: 10px;
	font-weight: bold;
}
td {
	vertical-align: top;
}
