html, body{
	margin:0;
	padding:0;
	text-align:center;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
} 
 
#pagewidth{ 
 width:960px; 
 text-align:left;  
margin-left:auto; 
 margin-right:auto;  
} 
 
#header{
	position:relative;
	height:99px;
	width:100%;
} 
 
#maincol{
	background-color: #FFFFFF;
	float: left;
	display:inline;
	position: relative;
	height: 397px;
	width: 960px;
 }
 
#footer{
	height:94px;
	clear:both;
	text-align: center;
	font-family: Helvetica;
	font-size: 10px;
	line-height: 15px;
	padding-top: 15px;
 } 
 

 
 /* *** Float containers fix: *** */ 
.clearfix:after {
 content: "."; 
 display: block; 
height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  

.navbar {
	height: 112px;
	font-family: Helvetica;
	font-size: 12px;
	color: #666666;
	letter-spacing: 1px;
	text-align: right;
	width: 960px;
	float: right;
}

a.navlink,a.navlink:visited {
	font-family: Helvetica;
	font-size: 12px;
	color: #666666;
	text-decoration: none;
}

a.navlink:hover {
	font-family: Helvetica;
	font-size: 12px;
	color: #D11430;
	text-decoration: underline;
}

.navbar-holder {
	padding-top: 50px;
	padding-right: 20px;
}

a.footerlink,a.footerlink:visited{
	font-family: Helvetica;
	font-size: 10px;
	line-height: 15px;
	text-decoration:none;
	color:#000000;
 } 

a.footerlink:hover{
	font-family: Helvetica;
	font-size: 10px;
	line-height: 15px;
	text-decoration:underline;
	color:#D11430;
 } 

img {
	border:0px;
}
h2 {
	color: #D11430;
	font-family: Helvetica;
	padding-left: 15px;
}
a.rightcollink, a.rightcollink:visited {
	font-family: Helvetica;
	font-size: 12px;
	color:#D11430;
	text-decoration:none;
}

a.rightcollink:hover {
	font-family: Helvetica;
	font-size: 12px;
	color: #D11430;
	text-decoration:underline;
}

#leftcol {
	float: left;
	width: 160px;
}

#middlecol {
	float: left;
	width: 160px;
}

#middlecol2 {
	float: left;
	width: 160px;
}

#rightcol {
	float: right;
	width: 160px;
}

.sitemap-text{
	font-family: Helvetica;
	font-size: 10px;
}

a.sitemap-link, a.sitemap-link:visited {
	font-family: Helvetica;
	font-size: 10px;
	color:#D11430;
	text-decoration:none;

}

a.sitemap-link:hover {
	font-family: Helvetica;
	font-size: 10px;
	color:#D11430;
	text-decoration:underline;
}

.sitemaph1 {
	font-family: Helvetica;
	font-size: 10px;
	height: 2px;
}
