body
{
	background-color: #1d475f;
	margin: 0;
	padding: 0;
	font-family: Arial;
	font-size: 11pt;
	color: #FFFFFF;
}

a
{
	color: #FFFFFF;
}

a:hover
{
	color: #E84139;
}

div.Container
{
	width: 900px;
	height: 600px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
}

div.Header
{
	background-image: url("../images/header.jpg");
	background-repeat: no-repeat;
	width: 900px;
	height: 144px;
}

div.Content_Top
{
	width: 905px;
	margin-top: 25px;
}

div.Content_Main
{
	width: 900px;
	margin-bottom: 50px;
}

.iFrame
{
	width: 900px;
	min-height: 700px;
	border: none;
}