@charset "utf-8";
/* CSS Document */


	h2 {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #405584;
	padding-bottom: 10px;
}	

	#headerBarOuter {
	width: 100%;
	min-height: 250px;
	background-image: url('../images/headerBkgrBlue.gif');
	margin: auto;
	float: left;
	}	

	#headerBar {
	width: 100%;
	min-height: 250px;
	background-image: url('../images/headerBkgrBlue2.gif');
	background-repeat:no-repeat;
	background-position: center;
	margin: auto;
	float: left;
	}	

	
	.headerBarContent {
		width: 800px;
		min-height: 160px;
		background-color: #FFFFFF;
		margin: auto;
		position: relative;
	}
	
	.headerImage {
		width: 600px;
		display: inline;
		font-size: 0px;
		padding: 0px;
		line-height: 0px;
		margin: 0px;
	}
	
	.headerMenu {
	width: 195px;
	min-height: 160px;
	float: left;
	padding-left: 4px;
	padding-right: 5px;
	display: inline;
	}

	a.menuBar {
	width: 195px;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #5771BA;
	background-image: url(../images/menuHome.gif);
	line-height: 22px;
	text-decoration: none;
	}
	
	a.menuBar:hover {
	background-image: url(../images/menuHomeHover.gif);
	color: #FFFFFF;
	}

#buttonMenu a {width:195px; background: url(../images/button_blue.gif) no-repeat left top;}
#buttonMenu a:hover {background-position: left bottom;} 

a.button{ display:block;color:#FFFFFF;text-align:left;text-decoration:none;line-height:20px;height:20px;font-size:8pt;font-family: Verdana, Arial, Helvetica, sans-serif;font-weight: normal;text-indent:10px; padding-bottom: 4px;}
a:hover.button{color:#FFFFFF; text-decoration:none;}

.highlight {
	font-weight: bold;
	color: #2F4160;
}

	.SideHeading {
		font-size: 12px;
		font-family: Arial, Helvetica, sans-serif;
		font-weight: bold;
		color: #8FA2D1;
		width: 95%;
		float: left;
		padding-left: 10px;
	}


a.main {
	color: #2F4160;
	text-align: center;
	font-size: 12px;
}