@charset "UTF-8";
body {
	font: normal 14px/1.7em Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	margin: 0px 0px 0px;
	padding: 0px;
	background: #3166FE;
	color: #FFF;
}

#wrapper {
	height: auto;
	width: 1024px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}

#Navbar {
	width: 100%;
	padding-top: 5px;
	padding-bottom: 5px;
}


#Navbar img {
	padding-right: 7px;
	padding-left: 7px;
}


#Logo { width: 100%; }

#Titlebar {
	font-size: 35px;
	font-style: normal;
	width: 100%;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: medium solid #FFF;
}
#SubtitleSection {
	width: 100%;
	color: #FFF;
}
#EnlargementSection {
	width: 100%;
	color: #FFF;
}
#EnlargementSection img {
	text-align: center;
	margin: 2px;
	padding: 2px;
	
}
#CenteredSection {
	width: 100%;
	height: auto;
}


#UnitBox {
	margin-right: auto;
	margin-left: auto;
	position: relative;
	height: 350px;
	width: 1000px;
}
#LeftBox {
	width: 500px;
	float: left;
	margin: 0px;
	padding: 5px 0px 0px;
	border: thin solid #FFF;
	height: 331px;
}
#RightBox {
	width: 480px;
	overflow: visible;
	float: right;
	text-align: left;
	padding-bottom: 10px;
	padding-top: 10px;
	margin: 0px;
}
.bold {
	font-weight: bold;
	font-variant: normal;
	text-transform: capitalize;
}
a:link {
	text-decoration: none;
	color: #000099;
	font-weight: bold;
}
a:visited {
	color: #FC0;
	text-decoration: none;
	font-style: normal;
	font-weight: bold;
}
a:hover {
	color: #CC0033;
	text-decoration: none;
}
a:active {
	color: #6cff00;
	text-decoration: none;
}

#CompanyInfo {
	text-align: left;
	width: 100%;
	border-top: 4px double #FFF;
	margin-top: 15px;
	vertical-align: middle;
}

#Table #BottomNavbar a:link {
	color: #261A10;
	text-decoration: none;
	margin: 12px;
	border-top: 1px solid #291D1C;
	border-bottom: 1px solid #291D1C;
	display: block;
	padding: 5px;
}
#Table #BottomNavbar a:visited {
	text-decoration: none;
	margin: 12px;
	padding: 5px;
	border-top: 1px solid #291D1C;
	border-bottom: 1px solid #291D1C;
	display: block;
	height: auto;
	width: auto;
}
#Table #BottomNavbar a:hover {
	color: #E1ccb1;
	text-decoration: none;
	border-top: 1px solid #6c5834;
	border-bottom: 1px solid #6c5834;
	background: #6C5834;
	height: auto;
	width: auto;
}
#Table #BottomNavbar a:active {
	color: #660000;
	text-decoration: none;
	margin: 12px;
	padding: 5px;
	border-top: 1px solid #291D1C;
	border-bottom: 1px solid #291D1C;
	display: block;
	height: auto;
	width: auto;
}

.floatright {
	float: right;
}

.print {
   display:none;   
}

.screen {
   display:block;   
}

#mobilefooter {
	text-align: left;
	margin-top: 0px;
}

#mobilefooter img{
	text-align: left;
	height: 100px;
	margin-top: 0px;
}

