body {
	margin: 0px;
	padding: 0px;
	background-color: #0e1c25;
}
img{
	margin: 0px;
	padding: 0px;

}
#RootLayout {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	width: 960px;
	position:absolute;
	left:50%;
	margin-left:-480px;
	display:block;
}
#TopHeader{
	position:relative;
	left:0px;
	top:0px;
	margin: 0px;
	padding: 0px;
	height: 86px;
	width: 960px;
}
#MainPhoto{
	position:relative;
	left:0px;
	top:0px;
	margin: 0px;
	padding: 0px;
	height: 202px;
	width: 960px;
}
#NavBar{
	position:relative;
	top:0px;
	left:0px;
	height:50px;
	margin: 0px;
	padding: 0px;
	width: 960px;
}
.NavButton{
	background-image: url(images/Button.png);
	background-repeat: no-repeat;
	height: 18px;
	width: 132px;
	text-align: right;
	padding-top: 32px;
	padding-right: 3px;
}
.NavButton a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #bfc7cc;
	text-decoration: none;
}
.NavButton a:hover{
	text-decoration: underline;

}
#NavButton1{
	position:absolute;
	left:1px;
	top:0px;

	}
#NavButton2{
	position:absolute;
	left:138px;
	top:0px;
	}
#NavButton3{
	position:absolute;
	left:275px;
	top:0px;
	}
#NavButton4{
	position:absolute;
	left:412px;
	top:0px;
	}
#NavButton5{
	position:absolute;
	left:549px;
	top:0px;
	}
#NavButton6{
	position:absolute;
	left:686px;
	top:0px;
	}
#NavButton7{
	position:absolute;
	left:823px;
	top:0px;
	}
#MiddleHeaderRow{
	position:relative;
	margin: 0px;
	padding: 0px;
	top: 0px;
	left: 0px;
	height: 30px;
	width: 960px;
}
#MiddleHeader1{
	position:absolute;
	left:0px;
	top:0px;
	width:215px;
	height:17px;
	background-color: #3d464c;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #bfc7cc;
	text-align: center;
	padding-top: 13px;
	padding-right: 5px;
	}
#MiddleHeader2{
	position:absolute;
	left:220px;
	top:0px;
	width:520px;
	height:23px;
	background-color: #333b40;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #bfc7cc;
	text-align: center;
	padding-top: 7px;
	}
#MiddleHeader3{
	position:absolute;
	left:740px;
	top:0px;
	width:215px;
	height:17px;
	background-color: #3d464c;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #bfc7cc;
	text-align: center;
	padding-top: 13px;
	padding-right: 5px;
	}
#MainBodyRow{
	position:relative;
}
#MainBodyRowLeft{
	position:absolute;
	left:0px;
	top:0px;
	width:203px;
	padding: 5px;
}
#MainBodyRowMiddle{
	position:absolute;
	left:225px;
	top:0px;
	width:500px;
	padding: 5px;
}
#MainBodyRowRight{
	position:absolute;
	left:746px;
	top:0px;
	width:203px;
	padding: 5px;
}
#MainBodyDivLeft{
	position:absolute;
	left:215px;
	top:0px;
	width:9px;

}
#MainBodyDivRight{
	position:absolute;
	left:735px;
	top:0px;
	width:9px;

}
.MainBody{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-align: justify;
}
.MainBody a{
	color: #FFFFFF;
	text-decoration: underline;

}
.MainBody a:hover{
	color: #FF3300;

}
.MainBody h1{
	font-size: 14px;
	font-weight: bold;
	color: #d42c2c;

}
