@charset "utf-8";
/* CSS Basic Document */
body
{
margin:0px;
padding:0px;
background-color: #3D0101;
}
*
{
margin:0px;
padding:0px;
}
p
{
margin:6px 0px;
}
img
{
border:0px;
}
.clear
{
clear:both;
height:0px;
}
.container
{
	width:1000px;
	background:#3D0101 url(images/background.jpg) repeat-x;
	height:auto;
	text-align:center;
	margin:4px auto;
}

/* CSS Header Document */
.header
{
	display:block;
	width:1000px;
	height:180px;
}


/* CSS Body Main Document */
.body-main
{
width:1000px;
height: auto;
float:left;
text-align:center;
}
.body-left
{
width:755px;
padding:20px;
border:1px solid #cccccc;
background-color:#FFF;
float:left;
text-align:left;
}
.content-box
{
width:755px;
height:auto;
float:left;
text-align:left;
padding-bottom:15px;
border-bottom:1px solid #bdbdbd;
margin-bottom:15px;
text-align:justify;
}

.content-box p {
	line-height: 20px;
	font-family: arial;
	font-size: 1.0em;
}

.content-box h5 {
	font-size: 1.5em;
	font-family: arial;
	background-color: #DDDDDD;
}



.content-box a {
	color: #AE0F00;
	text-decoration: none;
	padding: 0px 2px 0px 2px;
}

.content-box a:hover {
	color: #FFF;
	background-color: #AE0F00;
}

.content-box ul {margin: 0; padding: 0;}
.content-box li {
	list-style: none;
	}
.content-box li a {
	display: block;
	padding: 3px 0 3px 6px;
	text-decoration: none;
	color: #000;
}
.content-box li a:hover {
	background: #AE0F00;
	color: #FFF;
	text-decoration:none;
}





.content-box .left
{
float:left;
margin-right:20px;
margin-bottom:10px;
border: 1px solid #ae0f00;
}
.content-box .right
{
float:right;
margin-left:20px;
margin-bottom:10px;
}

.body-right
{
width:180px;
height:auto;
float:right;
text-align:left;
border:1px solid #cccccc;
padding:3px;
background-color:#FFF;
}
.right-box
{
width:180px;
height:auto;
float:left;
text-align:left;
padding-bottom:20px;
}
.right-box p
{
margin:2px 0px;
}
.right-title
{
width:174px;
height:26px;
padding-left:6px;
background-color:#ae0f00;
float:left;
border-bottom:1px solid #FFF;
}


/* sub-navigation */
.subnav{
	background-color:#FFF;
	color: #000;
	font: bold 12px/20px Arial, Helvetica, sans-serif;
	line-height: 16px;
	float:left;
}

.subnav a {
	color: #ae0f00;
	text-decoration: none;
}

.subnav a:hover {
	color: #FFF;
	background-color: #ae0f00;
	text-decoration: none;
}

.subnav ul {margin: 0; padding: 0;}
.subnav li {
	list-style: none;
	}
.subnav li a {
	display: block;
	padding: 3px 0 3px 6px;
	width: 174px;
	text-decoration: none;
	color: #000;
	border-bottom:1px solid #ae0f00;
}
.subnav li a:hover {
	background: #ae0f00;
	color: #FFF;
	border-bottom:1px solid #ae0f00;
	text-decoration:none;
}
.subnav li a.active {
	background: #ae0f00;
	color: #FFF;
	border-bottom:1px solid #ae0f00;
	text-decoration:none;
}


/* arrows */
.arrows{
	background-color:#FFF;
	margin-top: 10px;
	margin-left: 25px;
	font: bold 12px/20px Arial, Helvetica, sans-serif;
	line-height: 25px;
}

.arrowstext{
	background-color:#FFF;
	margin-top: 2px;
	margin-left: 2px;
	font: bold 12px/20px Arial, Helvetica, sans-serif;
	line-height: 15px;
}



/* Chiefs List */

table.chiefs {
	background-color: #ddd;
	margin-left: 225px;
	border: 1px solid #ae0f00;
	padding: 10px;
}
td.chiefsleft { 
	text-align: left;
	border-bottom: 1px solid #ae0f00;
	width: 150px;
}

td.chiefsright {
	text-align: right;
	border-bottom: 1px solid #ae0f00;
	width: 150px;	
}





/* CSS Body Main Document */
.pagefooter  {
	width:1000px;
	height: 20px;
	float:left;
	clear:both;
}

.pagefooter a {
	color: #ae0f00;
	text-decoration: none;
}

.pagefooter a:hover {
	color: #FFF;
	background-color: #ae0f00;
	text-decoration: none;
}


.footer{
	display:block;
	width:1000px;
	height:83px;
	background:url(images/footer.jpg) no-repeat;
}

/* CSS Text Document */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 18px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #646464;
	text-decoration: none;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-style: normal;
	line-height: 26px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #990000;
	text-decoration: none;
	margin:0px;
	padding:0px;
}

