@charset "ISO-8859-1";

body {
	background-image:url(/images/dark_man.jpg);
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-color:#000000;
	color:#202020;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	overflow:auto;
	margin:0px;
	padding:0px;
}

/* ==========================  TEXT STYLES  =========================== */

h1 {
	font-family:Century Gothic, Geneva, Arial, Helvetica, sans-serif;
	font-size:30px;
	padding:0 0 6px 18px;
	margin:0px;
	/*color:#FFFFFF;*/
	font-weight:normal;
	line-height:48px;
	cursor:default;
}

h1.active {
	color:rgb(0,0,0);
	text-shadow:#808080 0px -1px 0px;
}

h1.inactive a {
	color:#808080;
	text-shadow:#000000 0px -1px 0px;
	text-decoration:none;
}

h1 a:hover {
	color:#FFFFFF;
	text-shadow:#000000 0px -1px 0px;
}

#content h2 {
	font-family:Century Gothic, Geneva, Arial, Helvetica, sans-serif;
	font-size:24px;
	margin:0px 8px 8px 8px;
	padding:8px 0 0 0;
	color:#800000;
	font-weight:bold;
	cursor:default;
	width:auto;
	border-bottom:#800000 dotted 1px;
}

#content h3 {
	font-family:Century Gothic, Geneva, Arial, Helvetica, sans-serif;
	font-size:18px;
	padding:4px 16px 6px 16px;
	margin:0px;
	color:#404040;
	font-weight:bold;
	cursor:default;
}

#content h4 {
	font-family:Century Gothic, Geneva, Arial, Helvetica, sans-serif;
	font-size:14px;
	padding:4px 16px 4px 24px;
	margin:0px;
	color:#800000;
	font-weight:bold;
	cursor:default;
}

#content h5 {
	font-family:Century Gothic, Geneva, Arial, Helvetica, sans-serif;
	font-size:14px;
	padding:4px 16px 0 24px;
	margin:0px;
	color:#000000;
	font-weight:bold;
	cursor:default;
}

#content h6 {
	font-family:Century Gothic, Geneva, Arial, Helvetica, sans-serif;
	font-size:10px;
	margin:0 0 4px 0;
}

#content p, #content ul.norm, #content ol.norm {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	padding:0 24px 6px 24px;
	margin:0px;
	color:#202020;
	cursor:default;
}

#content ul.norm, #content ol.norm {
	padding:0 24px 6px 48px;
}

#content li.tab {
	font-family:Century Gothic, Geneva, Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
}

#content p.date {
	font-size:10px;
	color:#999999;
	clear:both;
}

#content p.story {
	font-family:Century Gothic, Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#202020;
}

#content p.story:first-letter {
	font-size:32px;
	float:left;
	color:#800000;
	line-height:30px;
	font-weight:bold;
}

#content blockquote {
	font-family:Century Gothic, Geneva, Arial, Helvetica, sans-serif;
	padding:4px;
	border:#E0E0E0 double 3px;
	color:#800000;
}

#content hr {
	border:none;
	border-top:#C0C0C0 dotted 1px;
	height:1px;
	margin: 2px 12px 2px 12px;
	clear:both;
}

#content a {
	color:#800000;
	text-decoration:none;
}

#content a:hover {
	color:#FF0000;
	text-decoration:underline;
}

#right div.sideContent a {
	color:#c0c0c0;
	text-decoration:none;
	font-family:Century Gothic, Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
}

#right div.sideContent a:hover {
	color:#FF0000;
	text-decoration:underline;
}
/* ==========================  TABLE STYLES  =========================== */

#content table {
	margin-left:24px;
	margin-right:24px;
	padding:0px;
	min-width:250px;
}

#content table th {
	font-family:Century Gothic, Geneva, Arial, Helvetica, sans-serif;
	font-weight:normal;
	text-align: left;
	background-color:#800000;
	color:#FFFFFF;
	padding:4px;
	border:#600000 solid 1px;
}


#content table.hl tr:hover, #content table tr.hl:hover {
	background-color:#F0F0F0;
}

#content table tr.bgRed td {
	background-color:#800000;
	border-color:#400000;
	color:#FFFFFF;
	font-weight:normal;
}

#content table td {
	padding:2px 8px 2px 8px;
	border:#C0C0C0 solid 1px;
	vertical-align: top;
}

#content table.about td {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	padding:8px;
	border:#C0C0C0 solid 1px;
	vertical-align: top;
}

#content table td.label {
	font-family:Century Gothic, Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	cursor:pointer;
}

#content table td.empty {
	padding:2px;
	border:#E0E0E0 solid 1px;
}

#content table td.preview {
	color:#808080;
	cursor:pointer;
}

#content table td.load {
	color:#808080;
	cursor:pointer;
}

#content table td.preview:hover, #content table td.load:hover {
	color:#800000;
	text-decoration:underline;
}

#content table p, #content table h3, #content table h4, #content table h5, #content table hr {
	padding:0px;
	margin:0px;
	padding-bottom:8px;
}

#content table h5.stats {
	padding:0px;
	padding-top:4px;
}

#content table.stats {
	border:none;
	min-width:0px;
	margin:0px;
	margin-bottom:8px;
	padding:0px;
}

#content table.stats td {
	border:none;
	padding:0px;
	margin:0px;
	white-space:nowrap;
}


/* ==========================  IMAGE STYLES  =========================== */

#content img.tn {
	margin:6px;
	border:#000000 solid 1px;
	background-color:#000000;
	width:150px;
	height:204px;
}

#content img.linkimg {
	float:left;
	padding:0px;
	border:#C0C0C0 solid 1px;
	margin: 6px 6px 6px 0;
}

#content img.newsimg {
	float:left;
	padding:0px;
	border:none;
	margin: 2px 12px 6px 0;
}

#content img.aboutimg {
	padding:1px;
	border:none;
	margin:0px;
	border:#404040 solid 1px;
}

#content img {
	margin:0px;
	padding:0px;
}

#content img.page {
	border:#FFFFFF solid 4px;
}

/* ==========================  OTHER STYLES  =========================== */

#content .hidden {
	display:none;
}

#content div.tn {
	float:right;
	display:none;
}

.page_links {
	position:relative;
	width:100%;
	text-align:center;
	font-family:Century Gothic, Geneva, Arial, Helvetica, sans-serif;
	font-size:24px;
	color:#C0C0C0;
	padding-top:4px;
}

.page_links a {
	color:#800000;
	text-decoration:none;
}

.page_links a:hover {
	color:#C0C0C0;
}

#content div.statsbox {
	text-align:right;
	border:#800000 solid 1px;
	padding:4px;
	background-color:#FFF0F0;
	color:#800000;
}

#content div.bannerAdDiv {
	padding:11px 2px 11px 2px;
}

#content div.bannerAdDiv table {
	margin: 0px !important;
	padding: 0px !important;
	border: none !important;
}

#content div.bannerAdDiv table td {
	border: none !important;
}

/* ==========================  LAYOUT STYLES  =========================== */

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

#page {
	width:100%;
	/*width: 1020px;
	margin: 0 auto;*/
	/*position:absolute;*/
	/*left:50%;
	margin-left:-510px;*/
}

#logo {
	position:relative;
	color: #A00000;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 36px;
	left: 0px;
	top:6px;
	/*z-index:2;*/
	height:101px;
}

#topNav {
	position:absolute;
	right:16px;
	color: #FFFFFF;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	text-align: right;
	top: 44px;
	/*z-index:3;*/
}

#banner {
	width: 100%;
	position:absolute;
	left:0px;
	top:0px;
	background-image:url(/images/flames.png);
	background-color:#000000;
	background-repeat:repeat-x;
	height: 114px;
	text-align:right;
}

#container {
	position:relative;
	top:28px;
	width:100%;
	height:auto;
}

#content {
	position:relative;
	left:0px;
	top:12px;
	width:750px;
	padding:0 0 12px 0;
	margin:12px;
	min-height:900px;
}

#contentTopRight {
	position:absolute;
	top:0px;
	right:0px;
	margin:0 8px 0 0;
	height:32px;
	width:400px;
}

#iconlinks {
	position:absolute;
	bottom:4px;
	right:12px;
}

#left {
	position:absolute;
	top:0px;
	bottom:50px;
	left:0px;
	width:774px;
	height:auto;
	background-color:rgb(255,255,255);
}

#right {
	position:absolute;
	top:0px;
	bottom:70px;
	right:0px;
	width:250px;
	height:auto;
	background:url(/images/side_bg.png) repeat-y #000000;
}

#right .activetab {
	position:relative;
	height:52px;
	width:250px;
	background-color:#FFFFFF;
	background-image:url(/images/tab_active.jpg);
	background-repeat:no-repeat;
	border-bottom:#000000 solid 1px;
}

#right .underactivetab {
	position:relative;
	height:52px;
	width:246px;
	background-color:#000000;
	background-image:url(/images/tab_under_active.jpg);
	background-repeat:no-repeat;
	border-bottom:#000000 solid 1px;
}

#right .othertab {
	position:relative;
	height:52px;
	width:246px;
	background-color:#000000;
	background-image:url(/images/tab_other.jpg);
	background-repeat:no-repeat;
	border-bottom:#000000 solid 1px;
}

#right p {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	border-bottom:#404040 dotted 1px;
	padding-bottom:8px;
}

#right .sideContent {
	margin:12px 24px 24px 24px;
}

#right p .date {
	color:#404040;
	font-size:9px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

#right .title {
	position:relative;
	height:32px;
	width:100%;
	margin-top:24px;
	margin-left:18px;
}

#footer {
	width:100%;
	top:8px;
	height:50px;
	position:relative;
}

.white {color: #FFFFFF;}
.black {color: #202020;}
.orange {color: #FFAA00;}
.blue {color: #004080;}
.ltBlue {color: #99afd0;}
.purple {color: #600060;}
.green {color: #008000;}
.blueGray {color: #404060;}
.peach {color: #c08060;}
.teal {color: #006060;}
.drkYellow {color: #606040;}
.red {color: #800000;}
.gray {color: #606060;}

.abody {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration:none;
}

.nopad {
	margin: 0px !important;
	padding: 0px !important;
}

.bottomright {
	position:absolute;
	right:0px;
	bottom:0px;
}

.nowrap {
	white-space:nowrap;
}

#content .algnright {
	text-align:right;
}

a img {
	border: none;
}

/*End body styles
Begin header and footer styles*/


table.info {
	padding-bottom:4px;
}

div.info {
	border:#202020 solid 1px;
	margin:0px;
	padding:2px;
	position:relative;
	top:0px;
	margin-bottom:12px;
	overflow:hidden;
}

p.footertext a {
	margin:0px;
	padding:0px;
	color:#666666;
	text-decoration:none;
}

p.footertext a:hover {
	color:#FFFFFF;
	text-decoration:underline;
}

p.footertext {
	margin:0px;
	margin-left:10px;
	padding:0px;
	color:#444444;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration:none;
}

.anav {
	color: #FFFFFF;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-decoration:none;
}

/*End header and footer styles*/