/* Main Settings */

html { 
	height: 100%;
	margin:0 auto;
}
body 
{
	background-color: #000000;
	text-align: center;
	margin:0 auto;
	font-family: tahoma, arial, sans-serif;
	font-size: 12pt;
	background-image: url(../images/bg2.jpg);
	background-repeat: no-repeat;
	background-position:center top;
	color: #FFFFFF;
}
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: 10px; 
	color: #ffffff; 
}
font.normal-color {
	font-family: tahoma, arial, sans-serif; 
	font-size: 12px; 
	color: #196fde; 
}
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:#4e3d2b;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
	color:#000000;
}
p { 
	margin: 0px;
  	padding: 0px 0px 0px 0px;
	line-height: 1.3em;
}
b {
	color:#550100;
	font-size: 13pt;
	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;
}
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:visible;
}
#main2 {
	vertical-align: middle;
	overflow:hidden;
}

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

/* Menu */

.menuBar {
	margin:0 auto;
	width: 677;
	height: 40px;
	float: none;
	overflow: hidden;
	margin:0px 0px 0px 0px;
	text-align:center;
}

.menu {
	width: 677px;
	height: 40px;
	padding: 0px 0px 0px 20px;
	margin: 0px 0px 0px 0px;
	float: none;
	overflow: hidden;
	text-align:center;
}
.menu ul {
	width: 780px;
	height: 72px;
	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: 47px;
	padding:0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	text-align: center;
	overflow: hidden;
}
.menu a {
	display: block;
	float: left;
	height: 72px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	text-decoration: none;
	overflow: hidden;
}

.logo {
	width: 780px;
	height: 213px;
	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: 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: 28px;
	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;
}
.contentTop {
	width: 756px;
	height:30px;
	background-image: url(../images/content-top.png);
	background-repeat: no-repeat;
	
}
.contentBottom {
	width: 756px;
	height:30px;
	background-image: url(../images/content-bottom.png);
	background-repeat: no-repeat;
	
}
.contentMiddle {
	width: 756px;
	background-image: url(../images/content-middle.png);
	background-repeat: repeat-y;
	
}



