@charset "utf-8";
body {
	margin: 0px;
	background-color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}
#bgtop {
	background-image: url(/images/index_bg_top.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	height: 142px;
}
#bgmid {
	background-image: url(/images/index_bg_mid.jpg);
	background-repeat: repeat-x;
	background-color: #01002A;
}
#bgbottom {
	background-image: url(/images/index_bg_bottom.jpg);
	background-repeat: repeat-x;
	background-color: #000000;
}
#bgtop #header {
	background-image: url(/images/index_header_02.jpg);
	background-repeat: no-repeat;
	height: 142px;
	width: 813px;
}
#bgmid #main {
	background-image: url(/images/index_main.jpg);
	background-repeat: repeat-y;
	width: 813px;
}
#bgbottom #footer {
	background-image: url(/images/index_footer.jpg);
	background-repeat: no-repeat;
	height: 146px;
	width: 813px;
}


/*Begin Sidebar Menu Styles*/

#menu ul {
	margin: 0px;
	list-style-type: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 2px;
}
#menu ul li {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}#menu ul a {
	text-decoration: none;
	line-height: 29px;
	text-align: left;
	background-repeat: no-repeat;
	display: block;
	height: 29px;
	width: 145px;
	background-image: url(/images/index_btn_menu.jpg);
	background-position: left top;
	color: #FFFFFF;
	font-family: Tahoma, Arial, helvetica, "Times New Roman";
	font-weight: bold;
	font-size: 12px;
	padding-left: 7px;
}
#menu ul a:hover {
	text-decoration: none;
	line-height: 29px;
	text-align: left;
	background-repeat: no-repeat;
	display: block;
	height: 29px;
	width: 145px;
	background-image: url(/images/index_btn_menu.jpg);
	background-position: right top;
	color: #ECD470;
	font-family: Tahoma, Arial, helvetica, "Times New Roman";
	font-weight: bold;
	font-size: 12px;
	padding-left: 7px;
}


/*List Style For Bullet Points Below.  You Can Choose Silver Or Gold Bullets also by changing the filename below to either bullet_gold_01.jpg or bullet_silver_01.jpg*/

#content ul {
	list-style-image: url(/images/bullet_blue_01.jpg);
}
#menu img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

/* CSS For showing random baner/texads*/
.spxBanner {
  border-width:1px;
  border-color:#666666;
}
.spxTextad {
	font-size:10px;
}
.spxTextadD1 {
	font-size:9px;
}
.spxTextadD2 {
	font-size:9px;
}

a {
	color:#444444;
}
a:hover {
	text-decoration:none;
}

.membadv {
	font-size:9px;
	font-family:tahoma;
	font-weight:bold;
}
