* {
	margin: 0;
	padding: 0;
}
html {
	background: #fff /* url("./images/html.png") repeat-x left top */;
}
body {
	font-family: arial, sans-serif;
	font-size: 12px;
	color: #888888;
	background: url("./images/body.png") repeat-y left top;
	width: 1000px;
	margin: 0 auto 30px auto;
	position: relative;
}
a img {
	border: 1px solid #ccc;
}

a {
	/*color: #94AEBB;*/
	color: #003399;
	text-decoration: none;
}
a:hover {
	visibility: visible;
/* IE bug fix */
}
a:hover img {
	border: 1px solid #729AD7;
}
h1 {
	font-size: 16px;
	color: #333333;
	padding: 0 0 8px 0;
}
h2 {
	font-size: 12px;
}
.page {
	/*background: url("./images/page.jpg") no-repeat left top;*/
	color: #333333;
	padding: 28px 125px 0 115px;
	width: 760px;
	height: 875px;
}
.header {
	position: relative;
	width: 760px;
	color: #000000;
	/*height: 170px;*/
	height: 159px;
	overflow: hidden;
	font-size: 160%;
}
.header a {
	display: block;
	width: 760px;
	height: 170px;
	cursor: pointer;
	padding: 20px 0 0 0;
	text-align: center;
	color: #84A7DC;
}
.header span {
	display: block;
	position: absolute;
	/*left: 1px;*/
	top: 0;
	width: 761px;
	/*height: 170px;*/
	height: 159px;
	background: url("./images/nrpf2011.jpg") no-repeat /*left*/ top;
	/*background: url("./images/h2.jpg") no-repeat left top;*/
}
/*
menu I added

*/
.menu{
	border:none;
	border:0px;
	margin:0px;
	padding:5px 0 10px;
	font: 67.5% "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	}
.menu ul{
	background:#333333;
	height:35px;
	list-style:none;
	margin:0;
	padding:0;
	}
	.menu li{
		float:left;
		padding:0px;
		}
	.menu li a{
		background:#333333 url("images/seperator.gif") bottom right no-repeat;
		color:#cccccc;
		display:block;
		font-weight:normal;
		line-height:35px;
		margin:0px;
		padding:0px 25px;
		text-align:center;
		text-decoration:none;
		}
		.menu li a:hover, .menu ul li:hover a{
			background: #2580a2 url("images/hover.gif") bottom center no-repeat;
			color:#FFFFFF;
			text-decoration:none;
			}
	.menu li ul{
		background:#333333;
		display:none;
		height:auto;
		padding:0px;
		margin:0px;
		border:0px;
		position:absolute;
		width:225px;
		z-index:200;
		/*top:1em;
		/*left:0;*/
		}
	.menu li:hover ul{
		display:block;
		
		}
	.menu li li {
		background:url('images/sub_sep.gif') bottom left no-repeat;
		display:block;
		float:none;
		margin:0px;
		padding:0px;
		width:225px;
		}
	.menu li:hover li a{
		background:none;
		
		}
	.menu li ul a{
		display:block;
		height:35px;
		font-size:12px;
		font-style:normal;
		margin:0px;
		padding:0px 10px 0px 15px;
		text-align:left;
		}
		.menu li ul a:hover, .menu li ul li:hover a{
			background:#2580a2 url('images/hover_sub.gif') center left no-repeat;
			border:0px;
			color:#ffffff;
			text-decoration:none;
			}
	.menu p{
		clear:left;
		}	

		


/*End*/
/* old menu system was here*/

/*end of old menu system*/
.main {
	width: 706px;
	margin: 0 auto;
}
.bluebox {
	border: 1px solid #ccc;
	clear: both;
	padding: 20px 17px 9px 9px;
	width: 679px;
	position: relative;
	margin-bottom: 18px;
}
.bluebox .big {
	float: left;
	margin-right: 40px;
}
.bluebox .big img {
	padding: 5px;
}

.bluebox .right {
	width: 635px;
	float: left;
	padding-bottom: 30px;
}
.scroll{
    width: 695px;
	height: 450px;
	overflow: auto;
	overflow-x: hidden;
	/*padding: 3px;
	border: groove;*/
}
.bluebox .small1, .bluebox .small2 {
	position: absolute;
	bottom: 9px;
}
.bluebox .small2 {
	left: 534px;
}
/*----Henry added code starts here----*/
.whitebox {
	/*border: 1px solid #ccc;*/
	/*border: 1px solid #fff;*/
	clear: both;
	float: left;
	margin-left: -10px;
	padding: 5px 5px 5px 5px;
	/*padding: 5px 0 9px 0;*/
	width: 765px;
	/*position: relative;*/
	margin-bottom: 18px;
}
/*.whitebox .big {
	float: left;
	margin-right: 40px;
}
.whitebox .big img {
	padding: 5px;
}
.whitebox .link img {
	display: inline;
	padding: 5px;
}*/
/*.whitebox .right {
	width: 679px;*/
	/*float: left;*/
	/*padding-bottom: 30px;
}*/
/*.whitebox .small1, .whitebox .small2 {
	position: absolute;
	bottom: 9px;
}
.whitebox .small2 {
	left: 534px;
}*/
/*----Henry added code ends here----*/

.photos {
	margin-bottom: 15px;
}
.photos a {
	width: 88px;
	height: 61px;
	float: left;
	/*background: #A3BDE5;*/
	background: #000;
	text-align: center;
	color: #ffffff;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
	margin-right: 5px;
}
.photos>a {
	min-height: 148px;
	height: auto;
}
.photos a.last, .greybox-background .right a.last {
	margin-right: 0;
}
.photos a:hover {
	color: #0099cc;
}
.photos a span {
	display: block;
	padding-top: 2px;
}
.photos a>span {
	padding-top: 5px;
}
.greybox {
	border: 1px solid #ccc;
	margin-bottom: 39px;
	padding: 2px 0;
}
.greybox-background {
	background: url("./images/gbback.jpg") repeat-y left top;
	width: 100%;
	line-height: 170%;
}
.greybox-background .left, .greybox-background .right {
	width: 321px;
	float: left;
	padding: 0 10px;
}
.greybox-background .right {
	float: left;
	padding: 0 19px 0 20px;
}
#contact * {
	vertical-align: middle;
}
#contact fieldset {
	border: none;
}
#contact fieldset p {
	margin-bottom: 3px;
}
#contact label {
	padding-right: 3px;
}
#contact legend {
	color: #BFBFBF;
	margin-left: -7px;
}
#contact fieldset>legend {
	margin-left: 0;
}
#name, #email {
	height: 13px;
	width: 218px;
	border: 1px solid #B5B5B5;
}
#send {
	border: none;
	width: 62px;
	height: 15px;
	background: #D5D5D5;
	cursor: pointer;
	margin: 4px 0 0 34px;
	color: #B8B8B8;
	line-height: 100%;
	font-weight: bold;
}
fieldset>#send {
	min-height: 15px;
	height: auto;
}
.greybox-background .right a {
	display: block;
	float: left;
	margin-right: 11px;
	margin-top: 8px;
}
.greybox2 {
	border: 1px solid #ccc;
	margin-bottom: 15px;
	padding: 9px 7px;
	width: 688px;
}
.greybox2 .preview {
	float: left;
	margin-right: 40px;
	margin-right: 44px;
}
.greybox2 .preview img {
	padding: 5px;
}
.greybox2 .right {
	float: left;
	width: 350px;
}
.greybox2 .right a {
	float: left;
	margin: 0 14px 7px 0;
}
.footer1 {
	text-align: center;
	padding: 0 27px 3px 27px;
}
.footer1 a {
	color: #888;
	text-decoration: none;
}
.footer1 a:hover {
	color: #729AD7;
	text-decoration: none;
}
.footer2 {
	font-size: 0px;
	line-height: 0px;
	height: 18px;
	background: url("./images/footer.png") no-repeat left top;
	margin-left: 105px;
}
.cleaner {
	font-size: 0px;
	line-height: 0px;
	height: 0px;
	clear: both;
}

.lightBlueBg {
  background-color: #EAF2F5;
}


