body {
	background-image: url(images/bg.jpg);
	background-repeat: no-repeat;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-position: center top;
	background-color: #1F3B5B;
}
body, td, th {
	font-family: Arial;
	font-size: 12px;
	color: #1E2C53;
}
.box-news {
	background-color: #EFF2F5;
	border: 2px solid #BFCAEA;
	padding: 5px;
}
a {
	font-weight: bold;
	text-decoration: none;
	color: #34509A;
}
a:hover {
	color: #FF5E10;
	text-decoration: underline;
}
img {
	border:0px
}
.wrapper {
	width: 960px;
	margin-top: 50px;
	margin-right: auto;
	margin-bottom: 50px;
	margin-left: auto;
	padding: 0px;
	background-color: #FFFFFF;
}
.header {
	background-image: url(images/header.jpg);
	height: 130px;
	width: 960px;
	margin: 0px;
	padding: 0px;
	clear: both;
}
.header-menu {
	padding: 5px;
	float: right;
	height: 20px;
	width: 700px;
	position: relative;
	text-align: right;
	clear: both;
	top: 48px;
	color: #7AA5C7;
}
.header-menu a {
	font-weight: bold;
	color: #34509A;
	text-decoration: none;
	padding-right: 2px;
	padding-left: 2px;
	font-size: 11px;
	text-transform: uppercase;
	font-family: "Arial";
}
.header-menu a:hover {
	color: #FF5F0E;
	text-decoration: underline;
}
.header-interact {
	height: 45px;
	width: 280px;
	position: relative;
	left: 570px;
	top: 20px;
	text-align: center;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 11px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.header-interact a {
	font-size: 11px;
	font-weight: bold;
	color: #E6EFF4;
	text-decoration: none;
}
.header-interact a:hover {
	text-decoration: underline;
}
.banner {
	background-color: #006699;
	margin: 0px;
	padding: 0px;
	height: 120px;
	width: 960px;
	clear: both;
}
.content-bg {
	background-color: #FFFFFF;
	background-image: url(images/bg-content.jpg);
	background-repeat: repeat-x;
	min-height: 450px;
	margin: 0px;
	padding: 20px;
}
.content {
	background-color: #FFFFFF;
	width: 880px;
	min-height: 400px;
	padding: 20px;
}
.content-left {
	float: left;
	width: 680px;
	padding: 0px;
	line-height: 20px;
}
.content-right {
	width: 180px;
	float: right;
}
.footer {
	background-image: url(images/bg-footer.jpg);
	background-repeat: repeat-x;
	height: 55px;
	clear: both;
}
.copyright {
	color: #FFFFFF;
}.title {
	font-size: 18px;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: bold;
}
hr{
	background-color: #D7E0EA;
	height: 2px;
	width: 80%;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
.odd{}
.even{
	background-color: #F8F9FA;
}
