/* Main Settings */

html { 
	height: 100%;
	margin:0 auto;
}
body 
{
	background-color:#231700;
	margin:0 auto;
	
	text-align: left;
	color: #ffffff;
	
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
}
dl{
	position:relative;border:0 solid gray;
	margin:auto;
	padding:0.5em;
}
dt {
	text-align: justify;
}
dd {
	text-align: justify;
}
.clicker {
	cursor:pointer;
	color:red;
}
/* Font Settings */

font.normal {
	font-family: tahoma, arial, sans-serif; 
	font-size: 12px; 
	color: #000000; 
}
font.small { 
	font-family: tahoma, arial, sans-serif; 
	font-size: 11px; 
	color: #f9e392; 
}
font.normal-color {
	font-family: tahoma, arial, sans-serif;
	font-size: 14px;
	color: #6a0d0d;
	font-weight: bold;	
}
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:#f9e392;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}

b {
	font-size: 12pt;
	font-weight: bolder;
	color:#f9e392;
	text-shadow:#FFFFFF;
}
h1
{ 	color: #121a2f;
	font-family: tahoma, arial, sans-serif;
 	letter-spacing: .1em;
  	font-weight: bold;
  	text-transform: uppercase;
  	padding: 0px 0px 0px 0px; 
  	margin: 0px 0px 0px 0px; 
	font-size:12px;
}

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: 100%;
	vertical-align: middle;
	text-align:center;
	overflow:hidden;
}

.footer {
	text-align:center;
	width:100%;
	color: #FFFFFF;
	float:none;
}

/* Menu */

.menuBar {
	width: 85%;
	float: none;
	overflow: hidden;
	margin:0px 0px 0px 0px;
	text-align:left;
	vertical-align:bottom;
}

.menu {
	width: 85%;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	float: none;
	overflow: hidden;
	vertical-align:bottom;
}
.menu ul {
	width: 780px;
	height: 42px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	list-style: none;
	clear: both;
	float: none;
	overflow: hidden;
	line-height: 42px;
}
.menu li {

	width: 130px;
	height: 42px;
	padding:0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	text-align: center;
	overflow: hidden;
}
.menu a {
	float: none;
	height: 50px;
	padding: 0px 10px 0px 10px;
	margin: 0px 0px 0px 0px;
	text-decoration: none;
	overflow: hidden;
	text-align:left;
	
	color:#f9e392;
	font-weight:bolder;
	font-size:14px;
}

.logo {
	width: 780px;
	height: 155px;
	float: none;
	overflow: hidden;
	clear:both;
	margin:0px 0px 0px 0px;
	background-image: url(../images/logo.png);
	background-repeat: repeat-x;
	text-align:center;
	background-position: center center;
}
.top {
	width: 780px;
	height: 11px;
	float: none;
	overflow: hidden;
	clear:both;
	margin:0px 0px 0px 0px;
	background-image: url(../images/content-top.png);
	background-repeat: no-repeat;
	text-align:center;
	background-position: center center;
}
.bottom {
	width: 780px;
	height: 14px;
	float: none;
	overflow: hidden;
	clear:both;
	margin:0px 0px 0px 0px;
	background-image: url(../images/content-bottom.png);
	background-repeat: no-repeat;
	text-align:center;
	background-position: center center;
}
.content {
	width: 100%;
	float: none;
	overflow: hidden;
	clear:both;
	margin:0px 0px 0px 0px;
	text-align:center;

}
.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;
}



