/*CSS for Archamond.com */

/* Main Stuff */

body {
	margin: 0px;
	padding: 0px;
	marginwidth:0px;
	marginheight:0px;
	topmargin:0px;
	leftmargin:0px;
	background: #000000;
}

body, td, th, input, select, textarea, p, div {
	font: 11pt arial; color: white; 
}

A	{text-decoration: underline;
	color: #FFFFFF}
	
A:hover	{color: #297FFF;
		text-decoration: underline}

hr {height: 1px; width:100%;}

h1 {
	font: bold 11pt arial, verdana, sans-serif, arial narrow;
	margin: 0px;
	colour: white;
	padding: 1px;
	text-align: left;
}

h2 {
	font: bold 11pt arial, verdana, sans-serif, arial narrow;
	margin: 0px;
	colour: white;
	padding: 0px;
	text-align: center;
}

h6 {
	margin: 0px;
	padding: 0px;
	colour: white;
	text-align: center;
}

h4 {
font: bold 12pt arial, verdana, sans-serif, arial narrow;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

/*MENUS*/

.left_menu ul {
	margin-left:15px;
	margin-right:25px;
	padding:3px 0px;
	line-height:17px;
	list-style-image:url(images/bullet.png);
}

.left_menu li ul a {
	font: 11pt arial;
	color: white; 
	text-decoration: underline;
	padding-left: 0px;
} 

.left_menu ul li a:hover {
	text-decoration: underline;
	color: #297FFF;
}

.left_menu h3 {
	font: bold 11pt arial, verdana, sans-serif, arial narrow;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

.left_menu hr {
	height: 1px; 
	width: 100%;
	
	/*height: 0px; 
	width: 0;
	display: none;
	*/
}

.left_menu {
	background: url(images/leftbg.png);
	border: 1px solid #FFFFFF; 
	text-align: left;
	width:150px;
	border-spacing:5px;
	border-padding:5px;
}


.right_menu ul {
	margin-left:15px;
	margin-right:25px;
	padding:3px 0px;
	line-height:17px;
	list-style-image:url(images/bullet.png);
}

.right_menu li ul a {
	font: 11pt arial;
	color: white; 
	text-decoration: underline;
	padding-left: 0px;
} 

.right_menu ul li a:hover {
	text-decoration: underline;
	color: #297FFF;
}

.right_menu h3 {
	font: bold 11pt arial, verdana, sans-serif, arial narrow;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

.right_menu hr {
	height: 1px; 
	width: 100%;
	
	/*height: 0px; 
	width: 0;
	display: none;
	*/
}

.right_menu {
	background: url(images/rightbg.png);
	border: 1px solid #FFFFFF; 
	text-align: none;
	width:150px;
	border-spacing:5px;
	border-padding:5px;
}

.useless {
	background: black;
	border: 1px solid #FFFFFF; 
	height:100%
}


/* Forum CSS..and table use throughout the site */
.forum_table {
	background: url(images/forumbg.png);
	border: 1px solid #FFFFFF; 
	text-align: none;
	width:550px;
	border-spacing: 5px;
	border-padding: 5px;
	margin-top: 10px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
}

.forum_left{
	background: #000000;
	border: 1px solid #FFFFFF; 
	text-align: none;
	width:100%;
	vertical-align: top;
	border-spacing:1px;
	border-padding:1px;
}

.forum_right {
	background: #000000;
	font: 11pt arial; color: white; 
	border: 1px solid #FFFFFF; 
	text-align: none;
	vertical-align: top;
	width:380px;
	border-spacing:0px;
	border-padding:0px;
}

.forum_mod {
	background: none;
	border: 1px solid #FFFFFF; 
	text-align: right;
	align:right;
	width:100%;
	font: 11px verdana, sans-serif, arial narrow; 
	font-color: white;
	border-spacing:0px;
	border-padding:0px;
}

.forum_postdate {
	background: none;
	border: 1px solid #FFFFFF; 
	text-align: left;
	align:left;
	width:100%;
	font: 11px verdana, sans-serif, arial narrow; 
	font-color: white;
	border-spacing:0px;
	border-padding:0px;
}

.forum_mini_text {
	background: none;
	border: none; 
	text-align: left;
	font: 12px arial; color: white;
	font-color: white;
	border-spacing:0px;
	border-padding:0px;
}

.pageanation_mini_text {
	background: none;
	border: none; 
	text-align: none;
	font: 12px arial; color: white;
	font-color: white;
	border-spacing:0px;
	border-padding:0px;
}

.pageanation_mini_text a {
	font: 12px arial; color: white;
	text-decoration: none;
	padding-left: 0px;
} 

.pageanation_mini_text a:hover {
	text-decoration: underline;
	color: #297FFF;
}

.pageanation_text {
	background: none;
	border: none; 
	text-align: left;
	font: 10pt arial; color: white;
	font-color: white;
	border-spacing:0px;
	border-padding:0px;
}

.pageanation_text a {
	font: 10pt arial; color: white;
	text-decoration: none;
	padding-left: 0px;
} 

.pageanation_text a:hover {
	text-decoration: underline;
	color: #297FFF;
}

.quote {
	font: 12px verdana,arial,helvetica,arial narrow; 
	font-size: 13px; 
	color: black;
	 text-align: left;
	border: 1px solid #6b6b6b;
	border-style: dotted;
	padding: 10px;
	margin: 0 5px 10px;
	background-color: #ffffff;
}
/* Input */
INPUT,
TEXTAREA,
SELECT {border: 1px solid #FFFFFF;
	background-color: #000000; font-family: Arial, Verdana; font-size: 13px; }
	
/* Body Box */

.bodybox {
	background: url(images/mainbox.png);
	border: 1px solid #FFFFFF; 
	text-align: none;
	padding:5px 5px 5px 5px;
	width:550px;
	border-spacing:5px;
	border-padding:5px;
}

.bodyboxhalf {
	background: url(images/mainbox.png);
	border: 1px solid #FFFFFF; 
	text-align: none;
	padding:5px 5px 5px 5px;
	width:255px;
	border-spacing:5px;
	border-padding:5px;
}

.emptybox {
	border: 1px solid #FFFFFF; 
	text-align: center;
	padding:5px 5px 5px 5px;
	width:550px;
	border-spacing:5px;
	border-padding:5px;
}

/*News Tables*/

  .NewsTable {
	font: 11px/1.5 Geneva, Arial, Helvetica, sans-serif;
	border-spacing:0px;
	border-padding:0px;
	width:400px;

}
.NewsTitle {
	background-image: url('images/news_top400.png');
	font-weight: bold;
	padding:7px 8px 0px 8px;
	height:43px;
	width: 400px;
	text-align: center;
}
.NewsContent {
	background: url(images/news_mid400.png);
	padding:15px 8px 0px 8px;
	text-align: center;
	width:400px;
}
.NewsFooter {
	background: url(images/news_end400.png);
	width:400px;
	height:17px;
	border-collapse: collapse;
}
.datetext{	
	font: 11px verdana, sans-serif, arial narrow; 
	color: white;
		
	}