body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #ffffff;
	color: #000000;
	text-align:center;
}
.Container{
	width:774px;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
	margin-bottom:0px;
}
.HeaderTop {
	background-color:#000499;
	height:48px;
	display:block;
	clear:both;
	color:#FFFFFF;
	text-align:right;
	padding-right:10px;
	float: left;
	width: 764px;
}
.HeaderTop a {
	font-weight:bold;
	text-decoration:none;
	padding-left:0px;
	padding-right:5px;
	color:#FFFFFF;
}
.HeaderTop a:hover {
	text-decoration:underline;
}
.HeaderBottom {
	background-image:url(../images/header-right.jpg);
	background-repeat:no-repeat;
	height:119px;
	background-position: right;
	background-color: #3E53D0;
	float: left;
	width: 394px;
	text-align: right;
	padding-top: 4px;
	
}
.HeaderBottomLeft {
	width:360px;
	display:table-cell;
	float:left;
	padding-left:20px;
	text-align:left;
	height: 113px;
	background-image: url(../images/header-left.jpg);
	color: #FFFFFF;
	padding-top: 10px;
}

.HeaderBottomLeft h1 {
	color:#FFFFFF;
	font-size:18px;
	font-weight:bold;
}

.HeaderBottomRight {
	width:153px;
	display:table-cell;
	float:right;
	text-align:center;
	padding-top:7px;
}
.HeaderBottomRight h1 {
	color:#000000;
	font-size:11px;
	background-color: #3E53D0;
	padding-top:5px;
	padding-bottom:5px;
	text-align:left;
	padding-left:2px;
}

.Content {
	width:752px;
	float:left;
	padding-left:10px;
	text-align: left;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000499;
	border-left-color: #000499;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
}

.Content h1 {
	color:#000499;
	font-weight:bold;
	font-size:14px;
}

.Content a {
	color:#3D52CE;
	font-weight:bold;
	text-decoration:none;
}
.Content a:hover {
	text-decoration:underline;
}
.Content h2 {
	color:#000000;
	font-weight:bold;
	font-size:12px;
}
.footer {
	background-color:#000499;
	height:30px;
	padding-left:10px;
	text-align:left;
	font-size: 10px;
	float: left;
	width: 764px;
	color:#FFFFFF;
	line-height: 28px;
}

.footer a {
	font-weight: bold;
	text-decoration:none;
	color:#FFFFFF;

}
.footer a:hover{
	text-decoration:underline;
}
.StrapLine {
	color: #FFFFFF;
	background-color: #000499;
	float: left;
	width: 764px;
	line-height: 18px;
	height: 20px;
	font-weight: bold;
	text-align: left;
	padding-left: 10px;
}
#LeftColumn {
	float: left;
	width: 30%;
}
#RightColumn {
	float: left;
	width: 30%;
}
.InputBox {
	font-size: 12px;
	margin-bottom: 5px;
	vertical-align: top;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	width: 180px;
}
