	BODY {
		background: #838A98;
		text-align: center;
		margin: 0;
	}

	IMG {
		border: none;
	}

	#Container {
		width: 754px;
		margin: 0 auto;
		text-align: center;
		background-image: url(../images/background_details.gif);
		background-position: center top;
		background-repeat: repeat-y;
	}

	#Header {
		width: 750px;
		height: 338px;
		background: #012641;
		text-align: left;
		margin-left: auto;
		margin-right: auto;
	}

	#Logo {
		float: left;
		width: 174px;
		height: 63px;
		display: inline;
	}
	#Logo img {
		display: block;
	}

	#NavMenu {
		float: left;
		width: 391px;
		height: 63px;
		border-right: 1px solid #95A1AC;
		border-left: 1px solid #95A1AC;
	}

	#NavMenu ul {
		list-style: none;
		padding: 0;
		margin: 0;
	}

	#NavMenu li {
		float: left;
		list-style: none;
		padding: 0;
		margin: 0;
		font-family: Arial, Helvetica, Sans-Serif;
		font-size: 8pt;
		color: #FFFFFF;
		line-height: 63px;
		text-align: center;
	}

	#NavMenu li a {
		text-decoration: none;
		color: #FFFFFF;
		width: 97px;
		height: 63px;
		display: block;
		border-right: 1px solid #95A1AC;
	}

	#NavMenu li a.LastItem {
		border-right: none;
	}

	#NavMenu li a:hover {
		background-image: url(../images/navmenu_link_hover.gif);
		background-repeat: no-repeat;
	}

	#NavMenu li a.Selected {
		background-image: url(../images/navmenu_link_hover.gif);
		background-repeat: no-repeat;
	}


	#TenantLogin {
		float: left;
		width: 173px;
		height: 58px;
		margin-top: 5px;
		margin-left: 5px;
		margin-right: 5px;
		color: #FFF;
		font-size: 8pt;
		font-family: Arial, sans-serif;
		display: inline;
	}

	#TenantLogin input {
		width: 65px;
		height: 16px;
		font-size: 8pt;
		line-height: 16px;
	}
	
	#TenantLogin a {
		color: #FFF;
		text-decoration: none;
	}

	#TenantLogin a:hover {
		text-decoration: underline;
	}
	
	#SplashImage {
		clear: both;
		width: 750px;
		height: 275px;
		background-image: url(../images/splash-details.jpg);
		background-repeat: no-repeat;
	}

	#Body {
		width: 750px;
		margin-left: auto;
		margin-right: auto;
		text-align: left;
	}

	#LeftCol {
		float: left;
		width: 357px;
		height: 303px;
	}

	#LeftColHeader {
		width: 357px;
		height: 28px;
		line-height: 28px;
		text-align: center;
		background: #BCCAD2;
		font-family: Arial, Helvetica, Sans-Serif;
		font-size: 9pt;
		font-weight: bold;
		text-transform: uppercase;
		color: #004A80;
	}

	#LeftColContent {
		width: 357px;
	}

	#LeftColContent p {
		margin: 0px;
		padding: 0px;
	}

	#LeftColContent a img {
		display: block;	
	}

	#RightCol {
		float: left;
		width: 393px;
		margin-left: auto;
		margin-right: auto;
		font-family: Arial, Helvetica, Sans-Serif;
		font-size: 8pt;
		color: #DFDFDF;
		text-align: center;
	}

	#RightColHeader {
		width: 393px;
		height: 28px;
		line-height: 28px;
		text-align: center;
		background: #BCCAD2;
		font-family: Arial, Helvetica, Sans-Serif;
		font-size: 9pt;
		font-weight: bold;
		text-transform: uppercase;
		color: #004A80;
	}
	#RightColContent {
		margin: 0 auto;
		width: 363px;
		text-align: left;
		text-align: left;
		font-family: Arial, Helvetica, Sans-Serif;
		font-size: 9pt;
		color: #DFDFDF;
		line-height: 18px;
	}

	#Footer {
		width: 750px;
		height: 31px;
		line-height: 31px;
		text-align: right;
		background: #4F708E;
		clear: both; /*Clear floats from above*/
		font-family: Arial, Helvetica, Sans-Serif;
		font-size: 8pt;
		color: #FFFFFF;
		margin-right: auto;
		margin-left: auto;
	}

	#Footer a {	
		text-decoration: none;
		color: #FFFFFF;
	}

	#Footer a:hover {
		border-bottom: 1px dotted #FFFFFF;
	}

	#Outside {
		float: right;
		margin-right: 13px;
		margin-top: 3px;
		line-height: 24px;
	}
