body
{
	margin: 5px;
	font-family: Arial;
	font-size: 10pt;
	background-color: #FFFFFF;
}

#Container
{
	width: 1024px;
	text-align: left;
	background-color: #FFFFFF;
}

#Header
{
	height: 110px;
}

#Menu
{
	height: 64px;
	background: url("images/menubg.jpg");
}

#SubMenu
{
	height: 36px;
}

#Content
{
}

#ContentInfo
{
	margin-top: 10px;
	float: left;
}

#Info
{
	margin-top: 10px;
	margin-left: 34px;
	width: 300px;
	font-family: Arial;
	font-size: 8pt;
	color: #333333;
}

label
{
	font-family: Arial;
	font-size: 8pt;
	color: #333333;
}

#Info ul
{
	list-style: none;
}

#Info ul li
{
	margin-top: 5px;
	padding: 4px;
	background: url("images/greybg.jpg");
}

#Footer
{
	height: 25px;
	background: url("images/footer.jpg");
}

a.Resource
{
	font-family: Arial;
	font-size: 10pt;
	font-weight: normal;
	text-decoration: none;
	color: #333333;
}

a:hover.Resource
{
	font-family: Arial;
	font-size: 10pt;
	font-weight: normal;
	text-decoration: none;
	color: #999999;
}

input.Edit
{
	border: none;
	background-color: #CCCCCC;
	width: 200px;
}

textarea
{
	border: none;
	background-color: #CCCCCC;
	width: 200px;
}
