body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	margin:auto;
	padding:20px 0px 0px 0px;
	background:url(../images/bodyBack.jpg) repeat-x top #122849;
	color: #000000;
	text-align:center;
}
.Container{
	width:768px;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
	margin-bottom:0px;
	border:1px solid #7b7b7b;
	background-color:#FFFFFF;
}
.header {
	float:left;
	width:768px;
	margin:0px 0px 1px 0px;
}

.HeaderMiddle h1 {
	font-weight:bold;
	font-size:18px;
	color:#FFFFFF;
}
.nav {
	width:768px;
	float:left;
	border-top: 1px solid #cccccc;
	background:url(../images/navBack.jpg) top repeat-x;
	font-size:0.8em;
	color:#FFFFFF;
}

.nav ul {
	margin:0px;
	padding:0px;
	}

.nav li {
	margin:0px;
	padding:0px;
	list-style:none;
	float:left;
	height:45px;
	line-height:30px;
	}

.nav a {
	color:#fff;
	text-decoration:none;
	padding-left: 10px;
	padding-right: 10px;
	padding-top:5px;

}
.nav a:hover {
	text-decoration:underline;
}

.Content {
	background-color: #FCFEFC;
	float:left;
	width:768px;
	padding-bottom:5px;
}
.ContentLeft {
	width:181px;
	float:left;
}
.ContentLeft img {
	float:right;
	margin:0px 0px 5px 0px;
	}
.ContentRight {
	width:580px;
	float:right;
	font-size:0.7em;
}
.ContentRight h1 {
	font-size:1.5em;
	color:#152e54;
	font-weight:bold;
	margin:0px;
	padding:0px;
}
.ContentRight h2 {
	font-size:12px;
	color:#152e54;
	font-weight:bold;

}
.ContentRight p {
	margin:10px 10px 10px 0px;
}
.ContentRight a {
	font-weight: bold;
	text-decoration:none;
	color:#152e54;

}
.ContentRight a:hover{
	text-decoration:underline;
}

.FooterTop {
	background-color:#152e54;
	width:768px;
	height:1px;
	float:left;
}
.footer {
	background-color:#FFFFFF;
	clear:both;
	height:21px;
	text-align:left;
	font-size: 10px;
}

.affinity {
	color:#152e54;
	text-align:right;
	padding:4px 5px 0px 0px;
}
.affinity a {
	font-weight: bold;
	text-decoration:none;
	color:#152e54;

}
.affinity a:hover{
	text-decoration:underline;
}
