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:10px;
	margin-bottom:0px;
}
.HeaderTop {
	background-color:#FFFFFF;
	height:12px;
	display:block;
	clear:both;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #848284;

}
.HeaderMain {
	background-image:url(../images/header_slice.jpg);
	height:127px;
	display:block;
	clear:both;
	text-align:left;
	padding-left:20px;
	border-top-width: 1px;
}
.HeaderLeftContainer {
	width:400px;
	height:127px;
	float:left;
}

.HeaderLeftTop {
	height:80px;
	text-align:left;
	padding-top:10px;
	padding-left:10px;
	padding-bottom: 5px;
}
.HeaderLeftTop h1 {
	font-weight:bold;
	font-size:18px;
	color:#FFFFFF;
}

.HeaderLeftMenu {
	height:27px;
	width: 500px;
}

.HeaderLeftMenu a {
	color:#000000;
	font-weight:bold;
	text-decoration:none;
	text-transform: uppercase;
}
.HeaderLeftMenu a:hover {
	text-decoration:underline;
}

.HeaderRight {
	background-image:url(../images/header_right.gif);
	width:234px;
	height:127px;
	float:right;
}
.HeaderRightTop {
	height:53px;
	text-align:right;
	clear:both;
	padding-top:0px;
	padding-right:10px;
}
.HeaderRightBottom {
	height:20px;
	width:200px;
	text-align:right;
	float:right;
	padding-right: 10px;
}
.HeaderRightTop h1 {
	font-weight:bold;
	font-size:12px;
	color:#FFFFFF;
}

.Content {
	width:775px;
	display:block;
	clear:both;
	padding-bottom:5px;
	margin-top:20px;
}
.ContentLeft {
	width:131px;
	height: 255px;
	float:left;
	display:table-cell;
}
.ContentRight {
	width:630px;
	float:right;
	text-align:left;
	display:table-cell;

}
.ContentRight h1 {
	font-size:16px;
	color:#49698D;
	font-weight:bold;
}
.ContentRight h2 {
	font-size:12px;
	color:#000000;
	font-weight:bold;

}
.ContentRight a {
	font-weight: bold;
	text-decoration:none;
	color:#49698D;

}
.ContentRight a:hover{
	text-decoration:underline;
}

.FooterTop {
	background-color:#D0D1D3;
	width:775px;
	height:21px;
	clear:both;
}
.footer {
	background-image:url(../images/footer_slice.jpg);
	clear:both;
	height:46px;
	text-align:left;
	font-size: 10px;
}

.AttentionGrabbers {
	padding-top:10px;
	padding-left:5px;
	color:#999999;
}
.AttentionGrabbers a {
	font-weight: bold;
	text-decoration:none;
	color:#999999;

}
.AttentionGrabbers a:hover{
	text-decoration:underline;
}
.HeaderRightBottom h1 {
	font-size: 12px;
}
#LeftColumn {
	float: left;
	width: 20%;
}
#RightColumn {
	float: left;
	width: 50%;
}
