body{
	margin: 0px;
	font-family: sans-serif;
	background-color: #ffffff;
	font-size: 15px;
	background: url('img/bkg.jpg');
	background-repeat: repeat-x;
}

div.main{
	width: 900px;
	height: auto !important;
	height: 1000px;
	min-height: 1000px;
	position: relative;
	margin: 0 auto;
}

div.center{
	width: 900px;
	height: auto !important;
	height: 693px;
	background: url('img/center.jpg');
	background-repeat: no-repeat;
	min-height: 693px;
}

div.footer{
	width: 900px;
	height: 139px;
	background: url('img/footer.jpg');
	background-repeat: no-repeat;
}

div.subtitle{
	color: #ffffff;
	position: relative;
	font-size: 18px;
	font-weight: bold;
	font-style: oblique;
	top: 100px;
	left: 370px;
	width: 580px;
}

div.content{
	color: #000000;
	position: relative;
	top: 37px;
	left: 220px;
	width: 640px;
	height: auto !important;
	height: 629px;
	min-height: 629px;
	overflow: auto;
	text-align: justify;
	background-color: #b0c4de;
	border: 1px dashed;
	border-color:#1e90ff;
	padding: 10px;
}

div.footertext{
	color: #ffffff;
	font-size: 10px;
	text-align: left;
	position: relative;
	top: 40px;
	left: 300px;
	width: 500px;
}

table.menuleft{
	position: absolute;
	left: 5px;
	top: 220px;
	width: 200px;
	border-color: #000000;
	empty-cells: show;
}

table.w3cicons{
	position: relative;
	left: 15px;
	top: 80px;
}

td.menucellheader{
	background: url('img/green.gif');
	background-repeat: no-repeat;
	background-position: top left;
	height: 20px;
	font-weight: bold;
	color: #000000;
	vertical-align: middle;
	padding-left: 25px;
}

td.menucell {
	height: 20px;
	color: #000000;
	vertical-align: middle;
	padding-left: 25px;
	border-bottom: 1px dashed;
	border-color:#1e90ff;
}

td.menucell:hover{
	background-color: #b0c4de;
	background-position: top left;
	height: 20px; color: #000000;
	vertical-align: middle;
	padding-left: 25px;
	border-color:#1e90ff;
}

td.menuemptycell{
	height: 20px;
}

a.footerlink:link, a.footerlink:visited {
	font-family: sans-serif;
	font-size: 10px;
	color: #ffffff;
	text-decoration: none;
}

a.footerlink:hover {
	font-family: sans-serif;
	font-size: 10px;
	color: #ffffff;
	text-decoration: underline;
}

a.link:link, a.link:visited {
	font-family: sans-serif;
	color: #000000;
	font-size: 15px;
	text-decoration: none;
}

a.link:hover {
	font-family: sans-serif;
	color: #000000;
	font-size: 15px;
	text-decoration: underline;
}

	