@charset "utf-8";
/* CSS Document */
body
{
	background-color: #7F7F7F;
	margin-top: 0px;
	margin-bottom: 0px;
}
.p
{
	font-family:Arial, Courier, "Courier New", "MS Sans Serif", "MS Serif", Tahoma, "Times New Roman", Verdana;
	font-size: 16px;
	text-align: justify;
	text-indent: 4mm;
	margin-right: 15px;
	margin-left: 15px;
	margin-top: 15px;
	margin-bottom: 10px;
}
.enphasize
{
	font-family:Arial, Courier, "Courier New", "MS Sans Serif", "MS Serif", Tahoma, "Times New Roman", Verdana;
	font-size: 16px;
	font-style: italic;
}
.title
{
	font-family:Arial, Courier, "Courier New", "MS Sans Serif", "MS Serif", Tahoma, "Times New Roman", Verdana;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}
.aindent
{
	text-indent: 4mm;
}
.clear
{
	clear: both;
}
h2
{
	font-family: Arial, Courier, "Courier New", "MS Sans Serif", "MS Serif", Tahoma, "Times New Roman", Verdana;
	font-size: 30px;
	text-indent: 4mm;
	text-align: justify;
}
h3
{
	font-family: Arial, Courier, "Courier New", "MS Sans Serif", "MS Serif", Tahoma, "Times New Roman", Verdana;
	font-size: 18px;
	text-indent: 4mm;
	text-align: justify;
}
h4
{
	font-family: Arial, Courier, "Courier New", "MS Sans Serif", "MS Serif", Tahoma, "Times New Roman", Verdana;
	font-size: 16px;
	text-indent: 4mm;
	text-align: justify;
}
h5
{
	font-family: Arial, Courier, "Courier New", "MS Sans Serif", "MS Serif", Tahoma, "Times New Roman", Verdana;
	font-size: 16px;
	text-align: justify;
}
#Banner
{
	width: 100%;
	height: 175px;
}
#Container
{
	background-color: #6C6CFF;
	width: 750px;
	margin-left: auto;
	margin-right: auto;
	border-left: solid 1px #9595FF;
	border-right: solid 1px #9595FF;
}
#SubContainer
{
	background-color: #9595FF;
	width: 100%;
}
#SideBar
{
	width:175px;
	float: left;
	padding-bottom: 5px;
}
#SideBarTitle
{
	width: 100%;
	margin-top: 20px;
	margin-bottom: 10px;
}
#MenuBar1
{
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 15px;
}
#Text
{
	width:575px;
	float: right;
	padding-bottom: 10px;
	background-image: url(../Images/Background.jpg);
	background-repeat: no-repeat;
}
#Subbg
{
	width: 100%;
	height: 90px;
}
#MemberOf
{
	float: left;
	clear: left;
	width: 175px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 75px;
}
#Footer
{
	clear: both;
	width: 750px;
	margin: auto;
	background-image: url(../Images/Background.jpg);
	/*border: solid medium #FF0000;*/
}
/*
<------------------------------------------------------------------------------------------------>
								This section is for mobile devices.
								Some of them will not be shown.
<------------------------------------------------------------------------------------------------>
*/
#MobileMenu
{
	display: none;
}
#MobileFooter
{
	display: none;
}