﻿@charset "utf-8";
/* CSS Document */
body{
background-image:url(../images/yellowBG.jpg);
background-repeat:repeat;
}

.main{
	background-color:#601303;
	width:1000px;
	margin-left: auto;
	margin-right:auto;
	/*background:#ffffff;*/
	height:200%/*500px*/;
	padding-top:2px;
	padding-bottom:5px;
	}

.banner{
	width:90%;
	padding:0px;
	margin-top:0px;
	margin-left:10px;
	margin-right:15px;
	height:160px;
}
.breadcrumbs{
	/*background-color:#FFF;*/
	height:10px;
	}

.bodyContent{
	background-color:#ffffff;
	width:95%;
	height:100%;
	margin-left:auto;
	margin-right:auto;
	
	padding:5px;
	font-family:Arial, Helvetica, sans-serif;
}

.bodyContent h1,h2,h3,h4{
	color:#5e1302;
	font-family:Arial, Helvetica, sans-serif;
}

.bodyContent a{
	color:#5e1302;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
}

/*Footer information*/
.footer{
	background-image:url(../images/yR.jpg);
	color:#5e1302;
	height:50%;
	width:95%;
	margin-top:4px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:10px;
	padding-bottom:5px;
}

.footer_links ul li{
	top:0px;
	color:#5e1302;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	list-style-type:none;
	display:inline;
	padding-left:200px;
}

.footer_links ul li a{
	color:#5e1302;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	list-style-type:none;
	display:inline;
	padding-right:20px;
	padding-left:50px;
}

.copy{
	color:#5e1302;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
/*End of Footer information*/

table{
	border-bottom-width:medium;
	border-color:#000000;
	text-align: left;
	color: #000;
}

th{
	background-color:#5e1302;
	color:#f8d659;
	text-align: center;
}

td{
	background-color:#f8d659;
	color:#000;
}

