/* Main Settings */

html { 
	height: 100%;
	margin:0 auto;
}
body 
{
	background-color: #2e2d2d;
	text-align: center;
	margin:0 auto;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color:#000000;

}
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: #000000; 
}
font.welcome {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: bold;	
}
font.red { 
	font-family: tahoma, arial, sans-serif; 
	font-size: 10pt; 
	color:#b11d0a; 
	font-weight: bold; 
}
a { 
	outline: none;
}
a, a:link, a:visited {
	color:#b11d0a;
	text-decoration:none;
}
a:hover {
	text-decoration:none;
	color:#000000;
}
p { 
	margin: 0px;
  	padding: 0px 0px 0px 0px;
	line-height: 1.3em;
}
b {
	font-size: 9pt;
	font-weight: bolder;
}
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;
}
div {
	font-size:12px;
	font-weight: bold;	
}
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;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
}

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

}

/* Menu */

.menuBar {
	width: 780px;
	height: 25px;
	float: none;
	overflow: hidden;
	clear:both;
	margin:0px 0px 0px 0px;

	text-align:center;
	vertical-align:middle;
}

.menu {
	width: 780px;
	height: 25px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	float: none;
	overflow: hidden;
	vertical-align:middle;
}
.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 {
	display: inline;
	list-style-type: none;
	width: 130px;
	height: 42px;
	padding:0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	text-align: center;
	overflow: hidden;
}
.menu a {
	display: inline;
	float: none;
	height: 25px;
	padding: 0px 15px 0px 15px;
	margin: 0px 0px 0px 0px;
	text-decoration: none;
	overflow: hidden;
	vertical-align:middle;
	line-height:25px;
}

.logo {
	width: 780px;
	height: 283px;
	float: none;
	overflow: hidden;
	clear:both;
	margin:0px 0px 0px 0px;
	background-image: url(../images/logo.jpg);
	background-repeat: no-repeat;
	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: 301px;
	float: none;
	overflow: hidden;
	clear:both;
	margin:0px 0px 0px 0px;
	background-image: url(../images/bottom.jpg);
	background-repeat: no-repeat;
	text-align:center;
	background-position: center center;
}
.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: #dad2bb;
}
.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;
}

.left {
	width:414px;
	height:inherit;
	float:left;
	background: url(../images/bg-left.jpg);
	background-repeat:repeat-y;
}

.right {
	width:366px;
	float:right;
	background-color:#dad2bb;

}

