/*Global CSS*/
body {
	padding: 0px;
	margin: 0px;
	padding-bottom: 41px;
	background-color: #000000;
	font-family: Calibri, sans-serif;
}
a {
	color: #00AAFF;
}
a:hover {
	text-decoration: none;
}
.bottombar a {
	text-decoration: none;
}
img {
	border: none;
}

/*Scroll Bar*/
#news {
	position: fixed;
	text-align: left;
	background: #252525;
	color: #FFAA00;
	font-size: 14px;
	font-weight: bold;
	border-bottom: 1px solid #AAAAAA;
	padding-top: 1px;
	height: 19px;
	right: 0px;
	left: 0px;
	top: 0px;
	overflow: hidden;
	z-index: 1;
}
#text {
	position: absolute;
	left: 0px;
	top: 1px;
	white-space: nowrap;
	display: none;
}

/*Members Link*/
.topbar {
	position: fixed;
	text-align: right;
	background: #252525;
	color: #CCCCCC;
	font-size: 14px;
	border-bottom: 1px solid #AAAAAA;
	padding-top: 1px;
	padding-right: 10px;
	height: 19px;
	right: 0px;
	left: 0px;
	top: 21px;
	z-index: 1;
	border-left: 1px solid #AAAAAA;
}

/*Nav*/
.pages {
	position: fixed;
	background: #252525;
	color: #CCCCCC;
	font-size: 14px;
	border-left: 1px solid #AAAAAA;
	border-bottom: 1px solid #AAAAAA;
	height: 20px;
	left: 0px;
	top: 21px;
	z-index: 1;
}
.nav {
	float: left;
	width: 148px;
	background: #252525;
	border: none;
	border-right: 1px solid #AAAAAA;
}
ul {
	padding: 0;
	margin: 0;
	border-bottom: none;
	list-style: none;
}
li ul {
	border-bottom: 1px solid #AAAAAA;
}
ul li {
	position: relative;
	width: 148px;
	height: 20px;
	border: 1px solid #AAAAAA;
	border-bottom: none;
}
.out, .main {
	background: #252525;
}
.main {
	text-align: center;
}
li ul {
	display: none;
	left: -1px;
}
li ul li ul {
	left: 0px;
}
li a {
	min-height: 18px;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 5px;
	display: block;
	font-size: 14px;
	text-decoration: none;
	background: #555555;
}
ul li:hover > ul {
	display: block;
	position: relative;
	top: 0px;
}
ul li ul li:hover > ul {
	display: block;
	position: relative;
	top: -21px;
	left: 100%;
}
ul li:hover > a {
	color: #AA0000;
	font-weight: bold;
}
ul li .out:hover {
	background-image: url('/data/images/menu/dropped-out.jpg');
	background-repeat: no-repeat;
	background-position: bottom;
}
ul li:hover > .out {
	background-image: url('/data/images/menu/dropped-out.jpg');
	background-repeat: no-repeat;
	background-position: bottom;
}
/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; height: 1%; }
* html ul li a { height: 1%; }
/* End */

/*Search*/
.search {
	position: fixed;
	right: 0px;
	top: 42px;
	padding: 5px;
	padding-top: 0px;
	background: #252525;
	color: #CCCCCC;
	border-left: 1px solid #AAAAAA;
	border-bottom: 1px solid #AAAAAA;
	display: none;
}
#search_toggle {
	font-size: 20px;
	font-weight: bold;
	margin-right: 5px;
	text-decoration: none;
}
.search_area {
	float: right;
}
.search_area td {
	padding-left: 5px;
}

/*Text*/
.hold {
	width: 850px;
	padding-top: 40px;
	margin-left: auto;
	margin-right: auto;
}
.pretitle {
	background: #000000;
	background-image: url('/data/images/title/top.png');
	width: 500px;
	height: 50px;
	margin-right: auto;
	margin-left: auto;
}
.title {
	background: #000000;
	background-image: url('/data/images/title/middle.png');
	width: 400px;
	font-size: 26pt;
	font-weight: bold;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 50px;
	padding-right: 50px;
	margin-right: auto;
	margin-left: auto;
}
.posttitle {
	background: #000000;
	background-image: url('/data/images/title/bottom.png');
	width: 500px;
	height: 50px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 30px;
}
.pretext {
	background: #000000;
	background-image: url('/data/images/text/top.png');
	width: 850px;
	height: 50px;
	margin-right: auto;
	margin-left: auto;
}
.text {
	background: #000000;
	background-image: url('/data/images/text/middle.png');
	width: 730px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 60px;
	padding-right: 60px;
	margin-right: auto;
	margin-left: auto;
}
.copyright {
	width: 400px;
	height: 31px;
	background: url('/data/images/static/copyright.php');
	margin-top: 15px;
	margin-left: auto;
	margin-right: auto;
}
.posttext {
	background: #000000;
	background-image: url('/data/images/text/bottom.png');
	width: 850px;
	height: 50px;
	margin-right: auto;
	margin-left: auto;
}

/*Bottom Bar*/
.logo {
	position: fixed;
	text-align: left;
	background: #252525;
	color: #CCCCCC;
	border-top: 1px solid #AAAAAA;
	padding: 5px;
	height: 31px;
	width: auto;
	left: 0px;
	bottom: 0px;
	z-index: 2;
}
.bottombar {
	position: fixed;
	text-align: right;
	background: #252525;
	border-top: 1px solid #AAAAAA;
	padding: 5px;
	height: 31px;
	right: 0px;
	left: 0px;
	bottom: 0px;
}
