@charset "utf-8";
/* Base CSS */

/**
 * Main html
 */
html {
	
	/*background: #990000 url('../img/background_repeat.gif') top left repeat-x fixed;*/
	
}
/* 100% height to make the container div for the menu and content 100% high */
body, html {
	height: 100%;
	background: rgb(70, 78, 80);
	font-family: Calibri,Arial,Tahoma,verdana,Sans;
	font-size: 11px;
}

img {

    border: none;
}

#maintbl {

	background: #990000 url('images/background.jpg') top left repeat-x fixed;
	margin-top:0px;
}

#subhead {
    width:780px; height:54px;
	background:url('images/subheading.gif') no-repeat;
    text-align: right;
    padding-top:15px;
    font-size:20px;
    font-weight:bold;
    color:#590202;
}

#subheadtext {
    padding-right:20px;
}

.sub {
    font-size:15px;
    font-weight:lighter;
    color:rgb(169, 164, 134);
}

#contenttext {
    padding: 10px 25px;
    font-weight:lighter;
    font-size:15px;
    color:rgb(169, 164, 134);
}

#contenttext a:link, a:visited {
    text-decoration:none;
    color:rgb(169, 164, 134);
}

#contenttext p {
    line-height: 150%
}

#footer {
	background:#590202;
	color:#ffb565;
	width:780px;
	height:30px;
	text-align:center;
	padding-top:10px;
	font-weight:lighter;
	font-size:12px;
}

/* Styles */
.style1 {
	color:#AAAAAA;
	font-size:10px;
}

.style2 {
	color:#f5ab5e;
	font-size:15px;
	text-align:center;
}

/* Middle Images */
.pics {  
	height:346px;  
	width:779px;  
	padding:0;  
	margin:0;
}
 
.pics img {  
	padding:0;
	border:none;  
	width:779px; 
	height:346px;
	top:0; 
	left:0 
}

.newsticker {
	list-style-type: none;
	border: 1px;
	margin: 0;
	color:#ffb565;
}

