body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 125%;
	color: #000000;
	background-color: #3953A4;
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
}
.container {
	background-image: url(../images/backgrounds/container.png);
	background-repeat: repeat-y;
	background-position: left top;
	width: 770px;
	min-height: 400px;
	margin: auto;
}
.footer {
	background-image: url(../images/backgrounds/footer.png);
	background-repeat: no-repeat;
	background-position: left top;
	width: 763px;
	height: 16px;
	margin: auto;
	font-size: 10px;
	color: #FFFFFF;
	padding: 18px 7px 0px 0px;
	text-align: center;
}
.logo {
    float: left;
	padding: 17px 0px 0px 17px;
	width: 273px;
}
.logo a img {
    border: none;
}
.news {
	width: 416px;
	height: 90px;
	background-image: url(../images/backgrounds/news.png);
	background-repeat: no-repeat;
	font-size: 12px;
	color: #666666;
	float: right;
	margin: 18px 29px 0px 0px;
	padding: 7px 7px;
	line-height: 100%;
}
.news h1 {
    color: #CE171F;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}
.news a {
    color: #3953A4;
	text-decoration: none;
	border-bottom: 1px dashed #CE171F;
}
.news a:hover {
    text-decoration: none;
	border-bottom: 1px solid #CE171F;
}
.menu {
	font-size: 12px;
	color: #869AD5;
	background-image: url(../images/backgrounds/menu.png);
	background-repeat: no-repeat;
	height: 20px;
	width: 709px;
	clear: both;
	margin: 0px 0px 0px 21px;
	background-position: 0px 11px;
	padding: 15px 0px 0px 11px;
}
.menu a {
    color: #3953A4;
	text-decoration: none;
	font-weight: bold;
}
.menu a:hover {
    color: #2D4282;
}
.youarehere {
    color: #999999;
	font-size: 10px;
	padding: 10px 0px 0px 24px;
}
.youarehere a {
    color: #000000;
	text-decoration: none;
}
.youarehere a:hover {
    text-decoration: underline;
}
.content {
    padding: 10px 31px 10px 24px;
}
.content h1 {
    font-size: 16px;
    color: #CE171F;
	margin: 0px;
	padding: 0px;
}
.content a {
    color: #3953A4;
}