﻿* {
	margin: 0;
	padding: 0;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	/*background-image: url('images/bak.jpg');
	background-repeat: repeat-x;
	background-color: #579DDB;*/
	background-color: #FFFEE6;
	margin-top:0px;
	scrollbar-base-color: #D69500;
	/*	background: #282828;*/
} 
/* 
*******************************************************
*                                                     *
*      PAGE CONTAINERS                                *
*                                                     *
*******************************************************
*/

#header {
	/*margin: 30px auto 0 auto;*/
	text-align: left;
	width: 886px;
	height: 30px;
}
#frame {
	margin: 0 auto;
	text-align: left;
	width: 886px;
}
#navbar {
	float: left;
	width: 866px;
	background: #000000 url('images/mnu_bak.jpg');
	padding-left: 20px;
	list-style: none;
}
#main {
	float: left;
	margin: 0px 0;
	background: #000000;
}
#columnA {
	float: left;
	width: 250px;
	margin: 30px 0 20px 40px;
}
#columnB {
	float: right;
	width: 500px;
	margin: 30px 40px 20px 0;
}


/* 
*******************************************************
*                                                     *
*      HEADER                                         *
*                                                     *
*******************************************************
*/

#header dt {
	float: left;
}
#header dd {
	float: right;
	padding-top: 0;
	font-size: 10px;
	color: #757575;
}
#header ul {
	list-style: none;
}
#header li {
	float: left;
	padding-left: 15px;
	padding-top: 5px;
}
#header a {
	text-decoration: none;
	font-weight: bold;
	color: #757575;
	padding-left: 10px;
	border-left: 1px solid #666666;
}
#header dt a {
	border: none;
	padding: 0;
	margin: 0;
}
#header a:hover {
	color: #FFFFFF;
}
#header li input {
	font-size: 10px;
	margin: 3px 0 0 5px;
	vertical-align: middle;
}
#header .searchForm {
	padding: 0 0 0 30px;
}
#header strong {
	padding-left: 10px;
	border-left: 1px solid #666666;
}

/* 
*******************************************************
*                                                     *
*      FOOTER                                         *
*                                                     *
*******************************************************
*/

#footer {
	margin: 20px auto 0 auto;
	padding-bottom: 30px;
	text-align: left;
	width: 886px;
	clear: both;
	color:#AAAAAA;
	font-size: 10px;
	line-height: 1.5em;
}
#footer a {
	color: #FFFFFF;
}
#footer a:hover {
	color: #FFCC00;
}
.styleFooter
{
	color: #FFCC00;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
	text-decoration: none;
}


/* 
*******************************************************
*                                                     *
*      TYPOGRAPHY                                     *
*                                                     *
*******************************************************
*/

#columnB {
	color: #BDBDBD;
	font-size: 10px;
	line-height: 1.7em;
}

#columnA {
	color: #BDBDBD;
	font-size: 10px;
	line-height: 1.7em;
}
#columnB p {
	margin-bottom: 10px;
}
#columnA p {
	margin-bottom: 10px;
}
#columnB h1 {
	margin-bottom: 15px;
	color: #FFFFFF;
	font: 9px Arial, sans-serif;
	letter-spacing: .1em;
}
#columnA h1 {
	margin-bottom: 15px;
	color: #FFFFFF;
	font: 9px Arial, sans-serif;
	letter-spacing: .1em;
}
#columnB h2 {
	margin-bottom: 5px;
	font: 9px Arial, sans-serif;
	color: #FFFFFF;
}
#columnA h2 {
	margin-bottom: 5px;
	font: 9px Arial, sans-serif;
	color: #FFFFFF;
}
#columnB .note {
	font-size: 9px;
	line-height: 1.4em;
	color: #C79700;
}
#columnB .note a {
	color:#FFFFFF;
	text-decoration: none;
}
#columnB .note a:hover {
	color:#FFFFFF;
	text-decoration: underline;
}




/* 
*******************************************************
*                                                     *
*      NAVIGATION                                     *
*                                                     *
*******************************************************
*/
#navbar li {
	float: left;
	font-weight: bold;
	padding: 3px 30px 0 0;
	font: Arial, sans-serif;
	font-size: 12px;
	line-height: 2.2em;
	color: #FFFFFF;
	cursor: pointer;
}
.menu {
	font-size: 12px;
	line-height: 1.1em;
	z-index: 2000;
	list-style: none;
	width: 184px;
	padding: 10px 0;
	background: url('images/menu_bkgd.gif') no-repeat left bottom;
	position: absolute;
	left: -500px;
}
.menu a {
	width: 154px;
	padding: 5px 15px;
	text-decoration: none;
	color: #000000;
	display: block;
}
.menu a:hover {
	color: #000000;
	background: #FFA040;
	color: #FFFFFF;
	background: #333333;
}
#navbar .active {
	color: #CCFFFF;
}

/* 
*******************************************************
*                                                     *
*      TOOLTIPS                                       *
*                                                     *
*******************************************************
*/


.tool-tip {
	color: #FFFFFF;
	width: 200px;
	z-index: 13000;
	text-align: left;
}
 
.tool-title {
	font-weight: bold;
	font-size: 11px;
	margin: 0;
	padding: 10px 15px 5px 15px;
	background: url('images/bkgd_tips.gif') no-repeat left top;
}
 
.tool-text {
	font-size: .8em;
	line-height: 1.4em;
	color: #FFFFFF;
	padding: 0 15px 10px 15px;
	background: url('images/bkgd_tips.gif') no-repeat left bottom;
}

.StileTextW {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
.StileTitlebox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}
.m_text
	{
		font-family:Arial, Helvetica, sans-serif;
		font-size:12px;
		line-height:12px;
		color:#CCCCCC;
	}

.m1_text
	{
		font-family:Tahoma;
		font-size:11px;
		line-height:13px;
		color:#FFFFFF;
	}
	
.h_text
	{
		font-family:Tahoma;
		font-size:13px;
		line-height:13px;
		color:#FFCC00;
	}
	
.l_text
	{
		font-family:Tahoma;
		font-size:11px;
		line-height:11px;
		color:#FFCC00;
	}	

.l1_text
	{
		font-family:Tahoma;
		font-size:11px;
		line-height:11px;
		color:#FFCC00;
	}	
	
.c_text
	{
		font-family:Tahoma;
		font-size:11px;
		line-height:11px;
		color:#FFFFFF;
	}
