/* CSS Document */

* {margin:0; padding:0;}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.25em;
	background: url(../images/bg_main5.jpg) no-repeat #0D5993;
	color: #333333;
}

a {
	text-decoration: none;
	color: #0D5993;
	line-height: 1.35em;
}

a:hover {
	text-decoration: underline;
}

p {
	line-height: 1.35em;
	margin: 0 0 8px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
}


#container {
	width: 976px;
	position: relative;
}



#subNav {
	height: 21px;
	width: 950px;
	text-align: right;
	padding: 5px 26px 0 0;
}

	#subNav a{
		color: #fff;
		font-size: 10px;
		padding: 0 0 0 8px;
		background: url(../images/arrow_white.gif) no-repeat 0 2px;
	}
	
	#subNav a:hover{
		text-decoration: none;
		color: #333;
	}



#navBar {
	width: 976px;
	height: 47px;
	background: url(../images/bg_navbar.gif) repeat-x;
	position: relative;
}
	
	#navBar #logo {
		width: 178px;
		height: 47px;
		margin: 0 0 0 33px;
	}
	
	
.readMore {
	color: #FD9901;
	font-size: 10px;
	background: url(../images/arrow_orange.gif) no-repeat 0 2px;
	padding: 0 0 0 8px;
	margin: 0 0 0 2px;
}

#footer {
	width: 943px;
	height: 43px;
	background: #566770;
	padding: 10px 0 0 33px;
	color: #fff;
	font-size: 11px;
}

	#footer a{
		color: #fff;
		font-weight:bold;
	}
	
	#footer a:hover {
		
	}

#clr {
	clear: both;
}