@charset "UTF-8";
body {
	font: normal 14px/1.7em Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFCC;
	text-align: center;
	margin: 0px 0px 0px;
	padding: 0px;
	background: #3166FE top;
}
#HeaderSection {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

#Titlebar {
	text-align: center;
	font-size: 35px;
	font-style: normal;
	border-top: #ffffff;
	border-right: #ffffff;
	border-bottom: #ffffff;
	border-left: #ffffff;
	padding-bottom: 10px;
	color: #ffffff;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
#SubtitleSection {
	border-bottom: 2px solid #ffffff;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
#EnlargementSection {
	text-align: center;
	padding-top: 15px;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
#EnlargementSection img {
	text-align: center;
	margin: 2px;
	padding: 2px;
	border: 2px solid #ffffff;
}
#UnitBox {
	margin-right: auto;
	margin-left: auto;
	position: relative;
	height: 350px;
	width: 1000px;
}
#CenteredSection {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	height: auto;
	margin-bottom: 10px;
	text-align: center;
}
#CenteredSection img {
	margin: 2px;
	padding: 2px;
	border: 2px solid #ffffff;
}
#LeftBox {
	width: 502px;
	float: left;
	margin: 0px;
	text-align: center;
	padding: 5px 0px;
	border: 2px double #FFF;
	background: #3166FE;
}
#RightBox {
	width: 480px;
	overflow: visible;
	float: right;
	margin-right: 0px;
	text-align: left;
	margin-top: 0px;
	padding-bottom: 10px;
	padding-top: 10px;
}
#wrapper {
	height: auto;
	width: 1024px;
	margin-right: auto;
	margin-left: auto;
	border-top: 25px solid #3166FE;
	border-bottom: 25px solid #3166fe;
	background: #3166FF;
	position: relative;
}
.bold {
	font-weight: bold;
	font-variant: normal;
	text-transform: capitalize;
}
a:link {
	text-decoration: none;
	color: #000099;
	font-weight: bold;
}
a:visited {
	color: #ffe400;
	text-decoration: none;
	font-style: normal;
	font-weight: bold;
}
a:hover {
	color: #CC0033;
	text-decoration: none;
}
a:active {
	color: #6cff00;
	text-decoration: none;
}
#HeaderSection800px #Titlebar {
	font-size: x-large;
}
#HeaderSection800px #Titlebar h6 {
	font-size: +4;
}
#CompanyInfo {
	text-align: left;
	width: 1000px;
	border-top: 4px double #FFF;
	margin-right: auto;
	margin-left: auto;
}

#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 {
	color: #993300;
	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;
}
