td {
	margin: 0px;
	padding: 0px;
}
img {
	border: 0px none;
}
/* Link colors */
A:link, A:visited, A:active		{
	text-decoration: none;
	color: #33FFFF;
	font-size:8pt;
}
A:hover			{
	text-decoration: underline;
	color: #0099FF;
	font-size:8pt;
}
#navbar {
	background-image: url(images/nav-m.jpg);
	background-repeat: repeat-x;
	background-position: top;
	margin: 0px;
	padding: 0px;
	height: 30px;
	width: 100%;
}
#nav-l {
	background-image: url(images/nav-l.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	clear: left;
	float: left;
	height: 30px;
	width: 8px;
	margin: 0px;
	padding: 0px;
}
#nav-r {
	background-image: url(images/nav-r.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	clear: right;
	float: right;
	height: 30px;
	width: 8px;
}
#nav {
	white-space: nowrap;
	display: block;
	padding: 0px;
	float: left;
	margin: 0px;
	background-image: url(images/nav-m.jpg);
	position: relative;
	top: 0px;
}


#nav ul {
	margin: 0px;
	padding: 0;
	list-style-type: none;
	width: auto;
	float: left;
	white-space: nowrap;
	display: inline;
	position: relative;
	top: 0px;
}

#nav ul li {
	display: block;
	float: left;
}

#nav ul li a {
	display: block;
	float: left;
	color: #FFFFFF;
	text-decoration: none;
	height: 30px;
	line-height: 30px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0px;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	background-image: url(images/btn.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width: 114px;
	text-align: center;
}

#nav ul li a:hover {
	color: #d6dee1;
	background-image: url(images/btn.jpg);
	background-repeat: no-repeat;
	background-position: left -30px;
}

#nav ul li.highlight a {
	color: #d6dee1;
	background-image: url(images/btn.jpg);
	background-repeat: no-repeat;
	background-position: left -30px;
}
#subnav-bg {
	background-repeat: repeat-x;
	background-position: top;
	margin: 0px;
	padding: 0px;
	height: 7px;
	width: 100%;
	display: block;
	background-image: url(images/subnav.jpg);
	text-align: center;
}
#subnav {
	background-image: url(images/subnav-center.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	display: block;
	height: 7px;
	padding: 0px;
	width: 597px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
/* Define BODY style */
body {
	font-size:11px;
	font-family: Verdana;
	margin: 0px;
	padding: 0px;
	background-color: #131D1E;
	background-image: url(images/foot-bg.jpg);
	color: #FFFFFF;
	width: 100%;
}
#topbar {
	background-image: url(images/topbar-bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	height: 32px;
	width: 100%;
	display: block;
}
#container {
	margin: 0px;
	width: 100%;
	display: block;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}
#header {
	background-image: url(images/header-bg-center.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#content {
	background-image: url(images/bg-center.jpg);
	background-repeat: repeat-y;
	background-position: center;
}
 
#foot-t {
	background-image: url(images/foot-t-bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	height: 6px;
	width: 100%;
	display: block;
}
#foot-t-center {
	background-image: url(images/foot-t-center.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0px;
	padding: 0px;
	height: 6px;
	width: auto;
	display: block;
}
#footer {
	margin: 0px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}
input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #CCCCCC;
	background-color: #232E30;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #0E0E0E;
	border-right-color: #0E0E0E;
	border-bottom-color: #34474D;
	border-left-color: #0E0E0E;
	margin: 1px;
	line-height: 14px;
	padding-right: 6px;
	padding-left: 6px;
}
select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #CCCCCC;
	background-color: #232E30;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #0E0E0E;
	border-right-color: #0E0E0E;
	border-bottom-color: #34474D;
	border-left-color: #0E0E0E;
	margin: 1px;
	line-height: 14px;
}
textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0099FF;
	background-color: #232E30;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #0E0E0E;
	border-right-color: #0E0E0E;
	border-bottom-color: #34474D;
	border-left-color: #0E0E0E;
	margin: 0px;
	padding: 6px;
}
.fcaption {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 26px;
	font-weight: bold;
	color: #33CCFF;
	background-image: url(images/nav-m.jpg);
	background-repeat: repeat-x;
	background-position: center -3px;
	border: 1px solid #34474D;
	text-align: left;
}
.forumheader {
	border: 1px solid #34474D;
	padding: 4px;
	font-size: 14px;
	line-height: 30px;
	font-weight: bolder;
}
.forumheader2 {
	border: 1px solid #34474D;
	padding: 4px;
	font-size: 10px;
}
.forumheader3 {
	border: 1px solid #34474D;
	padding: 4px;
	font-size: 10px;
}
/* BLOCK STYLE */
.NB-btl{
	width: 12px;
	background-image: url(images/btl.jpg);
}
.NB-btm{
	background-repeat: repeat-x;
	background-image: url(images/btm.jpg);
	text-align: left;
	margin: 0px;
	padding: 0px;
	white-space: nowrap;
	overflow: hidden;
	font-size: 12px;
	font-weight: bold;
}
.NB-btm a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #CCCCCC;
	text-decoration: none;
	line-height: 30px;
	margin: 0px;
	padding: 0px;
	height: 30px;
	width: 100%;
	text-align: left;
	display: block;
}
.NB-btm a:hover {
	color: #66FFFF;
	text-decoration: none;
}
.NB-btr{
	width: 12px;
	background-image: url(images/btr.jpg);
}
.NB-bml{
	width: 6px;
	background-repeat: repeat-y;
	background-image: url(images/bml.jpg);
}
.NB-bmm{
	width: 100%;
	background-image: url(images/bmm.jpg);
	padding: 4px;
	color: #CCCCCC;
	font-family: verdana, tahoma, arial, sans-serif;
	text-align: left;
	margin: 0px;
	font-size: 11px;
}
.NB-bmr{
	width: 6px;
	background-repeat: repeat-y;
	background-image: url(images/bmr.jpg);
}
.NB-bbl{
	width: 12px;
	background-image: url(images/bbl.jpg);
}
.NB-bbm{
	width: 100%;
	background-repeat: repeat-x;
	background-image: url(images/bbm.jpg);
}
.NB-bbr{
	width: 12px;
	background-image: url(images/bbr.jpg);
}

/* FRAME STYLE */
.NB-ftl{
	width: 14px;
	background-image: url(images/ftl.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
}
.NB-ftm{
	background-repeat: repeat-x;
	font-size: 13px;
	color: #FFFFFF;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	background-image: url(images/ftm.jpg);
	text-align: left;
	font-weight: bold;
	line-height: 32px;
	background-position: top;
	width: 100%;
}

.NB-ftm a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #CCCCCC;
	text-decoration: none;
	line-height: 30px;
	margin: 0px;
	padding: 0px;
	height: 30px;
	width: 100%;
	text-align: left;
	display: block;
}
.NB-ftm a:hover {
	color: #66FFFF;
	text-decoration: none;
}
.NB-ftr{
	width: 14px;
	background-image: url(images/ftr.jpg);
	background-repeat: no-repeat;
}
.NB-fml{
	width: 6px;
	background-repeat: repeat-y;
	background-image: url(images/bml.jpg);
}
.NB-fmm{
	width: 100%;
	background-image: url(images/bmm.jpg);
	padding: 4px;
	color: #CCCCCC;
	font-family: verdana, tahoma, arial, sans-serif;
	text-align: left;
	margin: 0px;
	font-size: 11px;
}
.NB-fmr{
	width: 6px;
	background-repeat: repeat-y;
	background-image: url(images/bmr.jpg);
}
.NB-fbl{
	width: 12px;
	background-image: url(images/bbl.jpg);
}
.NB-fbm{
	width: 100%;
	background-repeat: repeat-x;
	background-image: url(images/bbm.jpg);
}
.NB-fbr{
	width: 12px;
	background-image: url(images/bbr.jpg);
}
#infobar {
	display: block;
	padding: 0px;
	height: 32px;
	background-image: url(images/topbar-bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	text-align: right;
	margin: 0px;
	width: 100%;
}
#info {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 32px;
	color: #FFFFFF;
	margin: 0px;
	height: 32px;
	width: auto;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	display: block;
	clear: right;
	float: right;
}
