/* CSS Document */
body {
	background: #4d86be url(pix/body_bg.jpg) top repeat-x;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	margin: 0 auto;
}
a {
	color: #808059;
	font-weight:bold;
	text-decoration: none;
}
#text {
	width:440px;
}
h1 {
	font-size: 24px;
	font-weight:bold;
	color:#02d1ea;
	}
h2 {
	font-size: 18px;
	font-weight:bold;
	color:#839fc0;
}
h3	{
	font-size: 14px;
	font-weight:bold;
	color:#839fc0;
}
i {
	display: none;
}
a#logo {
	position: absolute;
	display: block;
	width: 816px;
	height: 201px;
	top: 0;
	left: 0;
}
#header {
	float:left;
	position:relative;
	margin-top:0;
	height: 201px;
	width:816px;
	background:  url(pix/header.jpg) no-repeat;
}
#alpha {
	margin-top:20px;
	width: 816px;
	margin-right: auto;
   	margin-left: auto;
}
#edit a:link {
	color: #4d86be;
	font-size: 11px;
}
#edit a:visited {color:#4d86be;
	}
#edit a:hover {color: #FFF;}
#bottom {
	width:816px;
	background: url(pix/bottom_bg.jpg);
	height:19px;
	float:left;
color:#fff;
}
#bottom a{
color:#fff;
}
#footerText {
	margin:10px 0 10px 0;
	width:660px;
	margin: 0 auto;
	text-align:center;
	color:#fff;
}
#footerText a{
	color: #fff;
}
#footer {
	color:#fff;
	font-size:10px;
	width:660px;
	padding-top:10px;
	text-align:center;
	left:0;
	margin: 0 auto;
	clear:both;
	}
#footer a{
	color:#ccc;
}
#beta {
	width:816px;
	margin:0;
	padding:0;
	background: url(pix/main_bg.jpg) repeat-y;;
	float:left;
}
.MainArea {
	text-align:center;
	width:816px;
	float:left;
	margin:0;
}
.left {	
	text-align:left;
	float:left;
	width: 198px;
	min-height:337px;
	background:  url(pix/left_bg.jpg) top no-repeat;
}
#content {
	margin:0 auto;
	width:618px;
	margin-top:0 !important;
	background:url(pix/content_bg.jpg) top no-repeat;
	min-height:362px;
	float:left;
	text-align:left;
}
#content img{
	padding:8px !important;
}
img {
border: 0px;
}
img:hover {
background: none;
}
#wikitext {
	line-height:190%;
	text-align:left;
	margin: 0 auto;
	width:520px;
	margin-top:30px !important;
	margin-bottom:20px !important;
}
/* old menu style
.leftMenu {
	line-height:170%;
	margin: 0 auto;
	width:198px;
	margin-top:50px;
	margin-bottom:30px;
}
.leftMenu ul{
	list-style:none;
}
.leftMenu p{
	margin-left:30px;
}
.leftMenu ul li{
	height:27px;
	background: url(pix/nav_bg.jpg) left no-repeat;
}
.leftMenu ul ul{
	height:27px;
    position: absolute;
    left: 130px;
	background: #f6c431 left no-repeat;
    top: 0;
}
.leftMenu ul li ul li{
	height:27px;
	background: #f6c431 left no-repeat;
    text-align: left;
/*
}

.leftMenu ul a{
	color:#fff;
	margin-left:47px;
}
.leftMenu ul li ul li  a{
	color:#fff;
	margin-left:7px;
}

.leftMenu a:hover{
	color:#fff;
}
.leftMenu ul li:hover{
	height:27px;
	background: url(pix/nav_bg_hov.jpg) left no-repeat;
    position: relative;
}
.leftMenu p a{
	font-size:11px;
	color:#6ba51e;
	font-weight:bold;
}
.leftMenu p a:hover{
	font-size:11px;
	color:#000;
	font-weight:bold;
}
End old menu style   */
.menu {
z-index:1000;
font-size:90%;
margin:25px 0 50px 15px; /* this page only */
}

/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
padding:0;
margin:0;
list-style-type:none;
width:150px;
}
/*main menu bg*/
.menu li {
position:relative;
height:27px;
background: url(pix/nav_bg.jpg) left no-repeat;
}

.menu img {
margin-left: -20px;
}
/* style the links */
.menu a, .menu a:visited {
margin-left: 35px;
display:block; 
text-decoration:none;
height:25px;
line-height:25px;
width:149px;
color:#fff;
text-indent:5px;
border-width:0 1px 1px 0;
}
/* hack for IE5.5 */
* html .menu a, * html .menu a:visited {background:#d4d8bd; width:150px; w\idth:149px;}
* html .menu a:hover {color:#fff; background:#949e7c;}

.menu  li:hover > a {
color:#000; 
padding-left: 37px;
height:27px;
margin-left: 0px;
background: url(pix/nav_bg_hov.jpg) left no-repeat;
position: relative;
}

/* positon absolute  */
.menu ul ul {
visibility:hidden;
position:absolute;
top:0;
left:137px; 
}
/* visible on hover  */
.menu ul li:hover ul,
.menu ul a:hover ul {
visibility:visible;
}

