body { 
  	font-family:Helvetica Narrow, sans-serif; 
	font-size:12px;
	font-weight: normal;
	text-align: left;
  	color: #2d2d2d; 
	background: #ffffff; 
	margin: 0px; 
	padding:0px;
	background:#F4FBFD;
}
.Container {
	margin:0 auto;
	padding:0;
	position:relative;
	text-align:left;
	top:0;
	width:860px;
	background: #ffffff;
	padding:0 20px 2px 20px; 
	
	border:1px solid #E2F4F8;
	border-top:0;
}
.ContainerLinks{
	padding:10px 0;
	margin:0 0 0 150px;
}
.ContainerFooterWrapper {
	background:#333333;
	width:100%;
	height:50px;
	padding:1px 0;
	margin:0;
}
.ContainerFooter{
	background:#66C4D9;
	width:100%;
	height:100%;
	text-align:center;
	font-size:10px;
	color: #fff; 
}
.UpperDeckWrapper{
	background:#333333;
	width:100%;
	padding:1px 0;
	margin:0; top:0;
}
.UpperDeck{
	margin:20px auto 0 auto;
	position:relative;
	text-align:left;
	width:900px;
	padding:0;
	font-size:14px;
	height:15px;
}
.HeaderWrapper{
	background:#66C4D9;
	width:100%;
}
.Header{
	margin:0 auto 0 auto;
	position:relative;
	text-align:left;
	width:900px;
	padding:5px 0 5px 0;
	color:#FFF;
	font-size:14px;
	height:70px;
}
.Title{
	margin-top:0px;
	font-size:20px;
}
.BigBlock{
	width:100%;
	background:#66C4D9;
	color:#FFF;
	font-size:14px;
	padding:15px 0 15px 0;
	margin:0px 0 5px 0;
}
.LilBlock{
	width:850px;
	color:#FFF;
	font-size:10px;
	margin:0 0 5px 0;
}
.Content{
	width:100%;
	height:auto;
	margin:10px 0;
	font-size:12px;
	background: #ffffff;
	min-height:500px;
}
div#soc-net {
	float:left;
	margin: -25px 0 0 125px;
	padding:0 0px 0 0;
}                    

#soc-net ul li {
  float: left;
  list-style: none;
  padding: 0 3px;
}  

#soc-net ul li a {  
 text-align: -9999em;
 font-size: 0;
 line-height: 0;
 display: block; 
 width: 22px;
 height: 22px;
 background: transparent url('/img/social-networking.png') no-repeat;
}
#soc-net ul li#twitter a {
  background-position: -50px 0;
}  

#soc-net ul li#fbook a {
  background-position: -75px 0;
} 

#soc-net ul li#rss a {
  background-position: -100px 0;
}
.Navigation ul{
	list-style:none;
	list-style-type:none;
	padding:0;
}
.Navigation li{
	list-style:none;
	list-style-type:none;
	margin:0 15px 0 0;
	padding:0;
	float:left;
	font-size:18px;
	border-right:1px dotted #E8E8E8;
}
.Navigation li:last-child{
	border-right:0;
}
.Navigation a{
	color:#ccc;
	padding-right:20px;
}
.Navigation a:visited{
	color:#ccc;
}
.Navigation a:active{
	color:#ccc;
}
.Navigation a:hover{
	color:#66C4D9;
}
h1{
	color:#968278;
	font-size:18px;
	font-weight:normal;
	margin:0;
	line-height:18px;
}
h2{
	color:#968278;
	font-size:14px;
	font-weight:normal;
}
a{
	color:#66C4D9;
	text-decoration:none;
}
a:visited{
	color:#66C4D9;
}
.error {
	background-color: #FFEBE8;
	border-color: #C00;
	border-style: solid;
	border-width: 1px;
	margin: 10px 0px 16px 8px;
	padding: 12px;
	max-width:400px;
} 
