@charset "UTF-8";
/* CSS Document  NWR homepage */

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #1B3D68;
	line-height: 18px;
}
body {
	background-color: #0C2E59;
	margin-left: 5px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 5px;
}
a:link {
	color: #B43818;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	color: #B43818;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #B43818;
	font-weight: bold;
	text-decoration: underline;
}
a:active {
	color: #B43818;
	font-weight: bold;
	text-decoration: none;
}

h1 {
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}


.homebody {
	background-image: url(../images/btmbg.jpg);
	background-repeat: repeat-y;
	width: 901px;
	margin: auto;
}
.homemid {
	background-image: url(../images/homebg.jpg);
	background-repeat: repeat-y;
	width: 901px;
	margin: auto;
}
.homebtm {
	background-image: url(../images/btmbg.jpg);
	background-repeat: repeat-y;
	margin: auto;
	padding-right: 30px;
	padding-left: 30px;
	line-height: 18px;
	width: 841px;
}
.nav {
	background-color: #0C2E59;
	text-align: center;
	height: 30px;
	width: 100%;
}
.tophome {
	font-size: 12px;
	line-height: 30px;
	padding-top: 25px;
	padding-right: 20px;
	background-color: #4BC7E7;
}
.homeleft {
	padding-left: 30px;
	padding-right: 30px;
}
.homeright {
	color: #F8FBF5;
	padding-left: 30px;
	background-image: url(../images/homertbg.jpg);
	background-repeat: repeat-y;
}
.whitetext {
	color: #F8FBF5;
}
.footerarea {
	color:#F6F8FB;
	width: 840px;
	margin: 25px auto;
	text-align: center;
}
.footer:link {
	color: #F6F8FB;
}
.footer:visited {
	color: #F6F8FB;
}
.footer:hover {
	color: #F6F8FB;
}
.footer:active {
	color: #F6F8FB;
}
.intnav {
	background-image: url(../images/navbg-int.jpg);
	background-repeat: repeat-y;
	text-align: center;
	width: 841px;
}
.intwrap {
	margin: auto;
	width: 841px;
}
.intbodywrap {
	background-image: url(../images/intbg.jpg);
	background-repeat: repeat-y;
	width: 841px;
}
.intbody {
	padding-top: 20px;
	padding-right: 30px;
	padding-bottom: 10px;
	padding-left: 30px;
	width: 781px;
}



