/* GlobalStyles */

body {
	margin-top : 28px;
	margin-right : 0px;
	margin-bottom : 40px;
	margin-left : 0px;
	background-color : #F5F5F5;
	text-align : left;
	overflow-y : scroll;
	}
	

	a:link {
		color : #42619A;
		text-decoration:underline;
		}

	a:visited {
		color : #42619A;
		text-decoration:underline;
		}

	a:hover {
		color : #42619A;
		text-decoration:underline;
		}

	a:active {
		color : #42619A;
		text-decoration:underline;
		}


/* Page */

#NavContainer {
  background-image: linear-gradient(to right, #A9B5D0 , white);
}

.NavContainer {
	display : table;
	width : 840px;
	height : 28px;
	margin-left : auto;
	margin-right : auto;
	}

.NavButtonRight {
	margin-right : 0px;
	}

.PageContainer {
	width : 760px;
	margin-left : auto;
	margin-right : auto;
	border-left : 1px solid Silver;
	border-right : 1px solid Silver;
	border-bottom : 1px solid Gray;
	padding-left : 40px;
	padding-right : 40px;
	padding-bottom : 40px;
	background-color : White;
	}



.OrientationInfo {
	display : none;
	height : 60px;
	margin-top : 40px;
	}

.ListItem {
	font-family: 'Roboto Condensed';
	font-weight : bold;
	font-size : 15px;
	font-style : normal;
	margin-left : 28px;
	margin-top : 8px;
	margin-bottom : 0px;
	}

.Footer {
	width : 840px;
	height : 12px;
	margin-left : auto;
	margin-right : auto;
	background-color : #D7DCE9;
	border-radius : 6px;
	margin-top : 20px;
	padding-top : 4px;
	padding-bottom : 4px;
	line-height : 12px;
	text-align : center;
	font-family : Roboto;
	font-size : 9px;
	color : #596A8A;
	}

.SplashBox {
	width : 720px;
	height : 380px;
	margin-left : auto;
	margin-right : auto;
	margin-top : 18px;
	margin-bottom:20px;
	}

.SplashImg {
	width : 720px;
	height : 380px;
	}

.NicLabel {
	float : right;
	width : 252px;
	height : 96px;
	margin-left : 18px;
	margin-right : 60px;
	margin-top : 12px;
	border : 1px solid black;
	}

.DisplayLabel-Box {
	width : 600px;
	height : 228px;
	margin-left : auto;
	margin-right : auto;
	margin-top : 40px;
	}

.DisplayLabel-Img {
	width : 600px;
	height : 228px;
	}
