body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin:auto;
	background-color: #ffffff;
	color: #000000;
	text-align:center;
}
.Container{
	width:775px;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
	margin-bottom:0px;
}
.Header {
	height:196px;
	display:block;
	clear:both;
}
.HeaderLeft {
	width:220px;
	height:196px;
	display:table-cell;
	float:left;
}

.HeaderLeftTop {
	background-color:#6A7B8B;
	height:15px;
}
.HeaderLeftLogo {
	background-color:#FFFFFF;
	height:58px;
	padding-top:10px;
	padding-bottom: 1px;
}
.HeaderLeftLogo h1 {
	font-weight:bold;
	font-size:16px;
	color:#627C97;
}
.HeaderLeftBottom {
	float: left;

}
.HeaderRight{
	width:555px;
	height:188px;
	display:table-cell;
	float:right;
}
.HeaderRightTop {
	background-image:url(../images/header_menu.gif);
	background-repeat:no-repeat;
	height:39px;
	display:block;
	clear:both;
	padding-left:10px;
	padding-top:30px;
	text-align:left;
	font-size: 10px;
}
.HeaderRightTop a {
	color:#627C97;
	font-weight:bold;
	text-align:left;
	text-decoration:none;
	padding-left:2px;
	padding-right:2px;

}
.HeaderRightTop a:hover {
	text-decoration:underline;
}
.HeaderRightBottom {
	background-repeat:no-repeat;
	height:119px;
}

.Content {
	background-image:url(../images/content_slice.gif);
	background-repeat:repeat-y;
	width:775px;
	text-align:left;
	display:table-cell;
	clear:both;
	padding-top:20px;
	padding-bottom:20px;
}
.ContentLeft {
	width:210px;
	float:left;
	display:table-cell;
	padding-left:10px;
	color:#5FC806;
}

.ContentLeft h1 {
	color:#6A7B8B;
	font-weight:bold;
	font-size:12px;
}

.ContentCenter {
	width:540px;
	color:000000;
	float:left;
	display:table-cell;
	padding-left:10px;
}
.ContentCenter a {
	color:#5FC806;
	font-weight:bold;
	text-decoration:none;
}
.ContentCenter a:hover {
	text-decoration:underline;
}
.ContentCenter h1 {
	color:#6A7B8B;
	font-weight:bold;
	font-size:14px;
}
.ContentCenter h2 {
	color:#5FC806;
	font-weight:bold;
	font-size:12px;
}
.ContentRight {
	width:133px;
	float:right;
	display:table-cell;
}
.FooterTop {
	background-image:url(../images/footer_top.gif);
	height:10px;
	clear:both;
	display:block;

}
.footer {
	background-color:#EFEFEF;
	height:30px;
	padding-top:10px;
	text-align:center;
	font-size: 10px;
}

.AttentionGrabbers {
	color:#000000;
}
.AttentionGrabbers a {
	font-weight: bold;
	text-decoration:none;
	color:#000000;

}
.AttentionGrabbers a:hover{
	text-decoration:underline;
}
.ContactLabel {
	float: left;
	width: 150px;
	text-align: right;
	margin-bottom: 5px;
	margin-right: 5px;
	margin-top: 5px;
}
.Small {
	width: 50px;
}
.Large {
	width: 400px;
}

.ContactField {
	float: left;
	margin-bottom: 10px;
}
.clear {
	clear:both;
}
.centre {
	text-align: center;
	width:100%;
}
.Iframe {
	width: 100%;
	border:#CCCCCC solid 1px;
}
