﻿body {
	font-size: 13px;
}

/* 
ul li {
	font-size: 14.5px;
}
*/


#headerImage {
	padding:0;
	height: 200px;
	width: 990px;
	margin-left:auto;
	margin-right:auto;
		background: transparent url(/images/bg.png) center center repeat-x;
}

a.MenuLink {
	font-family: Calibri, Tahoma, Arial;
}

a.MenuLink {
	text-decoration:none;
	font-weight:bold;
	color: white;
	font-size: 1.4em;
}


a.MenuLink:hover {
 	text-decoration:underline;
	font-weight:bold;
	font-size: 1.4em	
}


/******************/
/* Footer elements
/******************/

#HPfooter {
	background-color: #012C49;
	width: 990px;
	margin-left:auto;
	margin-right:auto;
	
}

.footerText, a.footerText, a.footerText:hover{
	color:white;
	font-weight:bold;
	text-decoration:none;
}

#footer-left {
	float:left;
	text-align:left;
	width: 485px;
	background-color: inherit;
	padding: 5px 0 5px 10px;	
}

#footer-right {
	text-align:right;
	float: right;
	background-color: inherit;
	padding: 5px 10px 5px 0;	
	width: 485px;
}


/******************/
/* Navigation elements
/******************/



#HPNav li{
	display:inline;
	padding: 1px 25px 0px 25px
}
#HPNav {

	background-color:black;
	margin-left:auto;
	margin-right:auto;
	padding:0;
	background: transparent url(images/logo_bg.png) center center repeat-x;
	width: 990px;
}

#HPNav ul {

	list-style-type:none;
	list-style-image:none;		
	display:inline;
	padding:0;
	margin-left:auto;
	margin-right:auto;
}


