/* ###GLOBAL STYLE### */
p {
	color: #000000;
	font-size: 14px;
	text-align: justify;
	padding-bottom: 10px;
}

h2 {
	font-size: 18px;
}

h3 {
	color: #000000;
	font-size: 12px;
	letter-spacing: 2px;
	font-weight: bold;
	text-align: justify;
	padding-bottom: 10px;
}

a {
	color: #000000;
	text-decoration: none;
}

a:hover {
	color: #93B300;
	text-decoration: underline;
}

/* ###GLOBAL LAYOUT###*/
* { padding: 0; margin: 0; }

#wrapper { 
	margin: 0 auto;
	width: 922px;
}

body {
	font-family: Arial, Helvetica, sans-serif;/* Georgia, "Times New Roman", Times, serif; */
	font-size: 11px;
}

#content {
	width: 100%;
	margin: 0px 0px 1px 0px;
	float: left;
}

#data {
	width: 900px;
	border: solid #ccc 1px;
	margin: 0px 0px 1px 0px;
	float: left;
	padding: 10px;
	color: #93B300;
}

#data h2 {
	margin-bottom: 10px;
}

.ad {
	clear: both;
	width: 100%;
	margin: 0px 0px 1px 0px;
}

#footer {
	color: #93B300;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	clear: both;
	width: 100%;
	margin: 1px 0px 2px 0px;
	padding: 5px 0px 5px 0px;
	background: #000 url(img/top_bg.gif);
}

#footer a {
	color: #93B300;
	text-decoration: none;
}

/* ###GLOBAL MAIN MENU### */
#menu {
	width: 100%;
	margin-bottom: 1px;
	display: block;
	float: right;
	background: url(img/top_bg.gif);
}

#menu ul {
	margin: 0;
	list-style: none;
}

#menu li {
	display: block;
	float: left;
	white-space: nowrap;
}

#menu li a {
	display: block;
	padding: 24px 20px 12px 20px;
	text-decoration: none;
	color: #fff;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
}

/* * html #menu a {width:1%;} */

#menu li a:hover {
	background: url(img/bg_menu.gif);
}

#menu li a.current {
	letter-spacing: 1px;
	color: #000;
	background: url(img/bg_menu.gif);
}

#menu li a.current:hover {
	color: #fff;
}

/* ###GLOBAL TOP MAST### */
#top {
	width: 922px;
	height: 60px;
	margin: 2px 0px 1px 0px;
	background: #000 url(img/top_bg.gif);
}

#top h2 {
	letter-spacing: 3px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	float: right;
	padding-right: 10px;
}

#top h2 a {
	color: white;
	text-decoration: none;
}

#top h2 a:hover {
	color: #93B300;
}
