/* Main Settings */

html { 
	height: 100%;
	margin:0 auto;
}
body 
{
	background-color: #000000;
	text-align: center;
	margin:0 auto;
	font-size: 11pt;
	font-weight:bolder;
	color: #ccc176;
	font-family:Arial, Helvetica, sans-serif;
	

}

/* Font Settings */

font.normal {
	font-family: tahoma, arial, sans-serif; 
	font-size: 12px; 
	color: #ffffff; 
}
font.green { 
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11pt; 
	color: #00ff01; 
}
font.red {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11pt; 
	color: #a10606; 
}
font.grey {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11pt; 
	color: #636363; 
}
font.small {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 9pt; 
	color: #ffffff; 
}
font.large-bold { 
	font-family: tahoma, arial, sans-serif; 
	font-size: 13px; 
	color: #000000; 
	font-weight: bold; 
}
a { 
	outline: none;
}
a, a:link, a:visited {
	color:#ccc176;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
p { 
	margin: 0px;
  	padding: 0px 0px 0px 0px;
	line-height: 1.3em;
}
b {
	font-size: 13pt;
	font-weight: bolder;
	color:#ffffff;
}
h1
{ 	color: #000000;
	font-family: tahoma, arial, sans-serif;
 	letter-spacing: .1em;
  	font-weight: bolder;
  	text-transform: uppercase;
  	padding: 0px 0px 0px 0px; 
  	margin: 0px 0px 0px 0px; 
	font-size:15pt;
	text-align:justify;
}

h2
{ 	color: #414141;
	font-family: tahoma, arial, sans-serif;
  	letter-spacing: .1em;
  	padding: 0px 0px 0px 0px; 
  	margin: 0px 0px 0px 0px; 
	font-size:10px;
	line-height: 2.2em;
}
li.normal { 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	color: #000000; 
}

/* Main Body Class */

#main {
	margin:0 auto;
	width: 780px;
	vertical-align: middle;
	overflow:hidden;
}

.footer {
	width:780px;
	margin:0 auto;
	clear:both;
	color: #FFFFFF;	
}

/* Menu */

.menuBar {
	width: 780px;
	height: 50px;
	float: none;
	overflow: hidden;
	clear:both;
	margin:0px 0px 0px 0px;
	background-image: url(../images/menu.jpg);
	background-repeat: repeat-x;
	text-align:center;
}

.menu {
	width: 780px;
	height: 50px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	float: none;
	overflow: hidden;
}
.menu ul {
	width: 780px;
	height: 50px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	list-style: none;
	clear: both;
	float: none;
	overflow: hidden;
	line-height: 50px;
}
.menu li {
	display: inline;
	list-style-type: none;
	width: 156px;
	height: 50px;
	padding:0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	text-align: center;
	overflow: hidden;
}
.menu a {
	display: block;
	float: left;
	height: 50px;
	width: 156px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	text-decoration: none;
	overflow: hidden;
}

.logo {
	width: 780px;
	height: 155px;
	float: none;
	overflow: hidden;
	clear:both;
	margin:0px 0px 0px 0px;
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
	text-align:center;
	background-position: center center;
}
.top {
	width: 100%;
	float: none;
	clear:both;
	margin:0px auto;
	background-color: #000000;
}
.bottom {
	width: 100%;
	float: none;
	clear: both;
	margin:0px 0px 0px 0px;
	background-color: #000000;
}
.middle {
	width: 100%;
	float: none;
	overflow: hidden;
	clear:both;
	margin:0px 0px 0px 0px;
	background-image: url(../images/middleBack.jpg);
	background-repeat: no-repeat;
	background-position: right center;
	text-align:left;
	background-color: #970000;
	font-family: "Times New Roman", Times, serif;
	color: #FFFFFF;
}
.content {
	width: 780px;
	float: none;
	overflow: hidden;
	clear:both;
	margin:0px 0px 0px 0px;
	background-image: url(../images/content-back.png);
	background-repeat: repeat-y;
	text-align:center;
	background-position: center top;
	background-color: #ffffff;
}
.bar {
	width: 100%;
	height: 58px;
	background-image: url(../images/bg-foot.jpg);
	background-repeat: repeat-x;

}
.slogan {
	width:780px;
	height:111px;
	float:none;
	vertical-align:middle;
	text-align:center;
	background: url(../images/slogan-back.png) no-repeat;
}
.topLayer{
 	z-index: 2;
}


