/* CSS Document */

body {
	margin: 0;
	padding: 0;
	font: 11px Arial, sans-serif;
	font-weight: normal;
	color: #b6976f;
}


a:hover {
    text-decoration: underline;
}
a {
	font: 13px "Trebuchet MS", sans-serif;
	font-weight: bold;
	text-decoration: none;
	color: #e7a954;
	margin: 0px 7px 0px 8px;
}
a.newslinks {
	color: #e7a954;
	text-decoration: underline;
	font: 11px Arial, sans-serif;
	margin: 0px;
}


table {
	border-collapse: collapse;
}

td.content {
	padding: 0px;
	vertical-align: top;
}

td.newsflash {
	padding: 0px;
	height: 30px;
	border: solid; 
	border-width: 0px 0px  0px 1px; 
	border-color: black black black #241011;
	text-align: left;
	background: url(../img/bg_newsflash.png) repeat; 
}

div.header {
	width: 826px;
	height: 222px;
	margin-top: 0px;
	margin-left: 54px;
		 
}
div.links {
	width: 800px;
	height: 25px;
	line-height: 24px;
	margin-top: 0px;
	margin-left: 82px;
	text-align: center;
	background: url(../img/bg_links.gif) no-repeat; 
}
div.content {
	width: 797px;
	margin-top: -2px;
	margin-left: 82px;
	padding: 0px;
	border: solid; 
	border-width: 0px 1px  1px 1px; 
	border-color: black #241011 #241011 #241011;	
	background: url(../img/bg_content.gif) no-repeat; 
	float: left;
	 
}
div.copyright {
	font: 10px Arial, sans-serif;
	font-weight: normal;
	color: #4d291d;
}

H1 {
	font-family:  Arial, sans-serif; 
	font-size: 11px; 
	font-weight: bold; 
	color: #af6a40; 
	margin: 2px 2px 2px 10px;
	padding: 0px;
	height: 17px;
	line-height: 17px;
	text-transform: uppercase;
}
H2 {
	font-family:  Arial, sans-serif; 
	font-size: 11px; 
	font-weight: bold; 
	color: #af6a40; 
	margin: 10px;
	padding: 0px;
	height: 15px;
	line-height: 15px;
	text-transform: uppercase;
    border: solid; 
	border-width: 0px 0px  1px 0px; 
	border-color: black black #241011 black;	
}

/* PARAGRAPHS */
p {
	margin: 0px 20px 15px 10px;
	padding: 0px;
	
}

/* adminform */

#adminForm {
	margin: 0px 20px 15px 10px;

}

#adminForm h2{
	font-family:  Arial, sans-serif; 
	font-size: 11px; 
	font-weight: bold; 
	color: #af6a40; 
	margin: 0px;
	padding: 0px;
	height: 15px;
	line-height: 15px;
	text-transform: uppercase;
    border: solid; 
	border-width: 0px 0px  0px 0px; 
	border-color: black black #241011 black;	


}
.inputText {
	width: 500px;
	height: 18px;
	border: 1px solid #241011;
	background: #000;
	color: #b6976f; 
	font-size: 11px;
	filter:alpha(opacity=70);
	opacity: 0.7;
	-moz-opacity:0.7;
	padding:3px;
	padding-bottom:0px;
}

.inputTextarea {
	width: 500px;
	height: 300px;
	border: 1px solid #241011;
	background: #000;
	color: #b6976f; 
	font-size: 11px;
	filter:alpha(opacity=70);
	opacity: 0.7;
	-moz-opacity:0.7;
	padding:3px;
}

.inputButton {
	
	width: 80px;
	height: 18px;
	background: #0a0a0a;
	border: 1px solid #241011;
	color: #b6976f; 
	font-size: 11px;
}

