@charset "utf-8";
/* CSS Document */
body
{
	background-color: #7F7F7F;
	margin-top: 0px;
	margin-bottom: 0px;
}
#Container
{
	widht: 100%;
	display: compact;
	background-color: #6C6CFF;
	border-left: solid 1px #9595FF;
	border-right: solid 1px #9595FF;
}
#Menu, #SideBar, #SideBarTitle
{
	display: none;
}
#Banner
{
	height: 90px;
}
#MobileMenu
{
	display: compact;
	width: autopx;
	background-color: #000080;
}
#Subbg
{
	display:compact;
	height: 25px;
}
h2, h3
{
	font-family: Arial, Courier, "Courier New", "MS Sans Serif", "MS Serif", Tahoma, "Times New Roman", Verdana;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	margin-left: 15px;
}
.p
{
	font-family: Arial, Courier, "Courier New", "MS Sans Serif", "MS Serif", Tahoma, "Times New Roman", Verdana;
	font-size: 10px;
	text-align: justify;
	margin-left: 15px;
	text-indent: 4mm;
}
#SubContainer
{
	clear: left;
}
#Text
{
	width: 85%;
}
#Logo
{
	display: none;
}
#SiteName
{
	display: none;
}
#MobileFooter
{
	display: inline;
	float: right;
}
.a
{
	margin-left: 15px;
}