@charset "UTF-8";
body {
	font-family:Verdana, Geneva, sans-serif;
	font-size: 12px;
	background-color: #ae251f;
	margin: 0;
	padding: 0;
	color: #000;
}	
a img { 
	border: none;
}

.container {
	width: 780px;
	background-color: #1f60ae;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
}
.content {
	position: relative;
	color: #fff;
	padding: 20px 15px 10px 15px;
}

.foot {
	max-width: 780px;
	color: #ffffff;
	background-color: #ae251f;
	padding: 0px 15px 10px 15px;
	border: solid #666 1px;
	border-style: inset;
	background-color: #ae251f;
}

a:link {
	color: #fff;
	text-decoration: underline; 
}
a:visited {
	color: #fff;
	text-decoration: underline;
}
a:hover, a:active, a:focus { 
	color: #fff;
	text-decoration: underline;
}

#white A:link {
	color: white; 
	text-decoration: none;
}	 
	
h1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size:12px;
	color: #fff;
	line-height:100%;
}		
.cntr {
	text-align: center;
}
.clear{
	width: 100%;
	height: 5px;
	margin: 0 0 -1px;
	clear: both;
}

.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
	