html {
	height: 100%;
}
body {
	font: 12px Arial, "Times New Roman", Times, serif;
	color: #000000;
	text-align: center;
	margin: 0px;
	padding: 0px;
	height: 100%;
	background:#FFFFFF url(../images/bg_body2.gif) repeat-y center top;
}

#page {
	text-align: left;
	margin: 0 auto;
	height: 100%;
	width:1200px;
	background:#FFFFFF url(../images/bg_body2.gif) repeat-y center top;

}

.menuitemlink {
	font: Arial, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #FFFFFF;
	font-weight: lighter;
}

a.menuitemlink:hover {
	color:#000000;
}
.menuitemlink2 {
	font: Arial, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #000000;
	font-weight: lighter;
}

a.menuitemlink2:hover {
	color:#FFFFFF;

