body {
background: #580000;
color: #efefef;
font-family: Arial, Sans-Serif;
}

a {
color: #d85f40;
text-decoration: none;
}

a:hover {
color: #f4c7bc;
}

b {
color: #f4c7bc;
text-decoration: none;
}

b:hover {
color: #d85f40;
}

#container {
width: 90%;
}

#header {
background: url('header-top.jpg') repeat-x;
display: block;
height: 157px;
}

#left {
float: left;
width: 200px;
background: #6c1d0b;
}

#logo {
background: url('logo.jpg') no-repeat;
display: block;
width: 200px;
height: 157px;
}

#left-img-bar {
background: url('left-img-bar.jpg') repeat-y;
display: block;
height: 782px
}

#right {
margin: 0 0 0 200px;
}

#menu ul
{
font-size: 0.8em;
padding-left: 0;
margin-left: 0;
background-color: #400000;
color: #d85f40;
float: left;
width: 100%;
font-family: arial, helvetica, sans-serif;
}

#menu ul li { display: inline; }

#menu ul li a
{
font-weight: bold;
padding: 0.4em 1em;
background-color: #400000;
color: #d85f40;
text-decoration: none;
float: left;
border-right: 1px solid #d85f40;

}

#menu ul li a:hover
{
background-color: #580000;
color: #f4c7bc;
}

p {
font-size: 0.8em;
line-height: 1.4em;
margin: 15px 0 0 15px;
}

#content ul {
font-size: 0.8em;
line-height: 1.3em;
margin: 1.4em 0 0 15px;
list-style-type: disc;
}

h1 {
color: #eedfdb;
font-size: 1.2em;
margin: 15px 0 0 15px;
}

h2 {
color: #df502f;
font-size: 1.0em;
margin: 15px 0 0 15px;

}

h3 {
color: #efefef;
font-size: 0.8em;
margin: 15px 0 0 15px;
}


table.TA2010 {
	font-family: Arial, Sans-Serif;
	border-width: 1px 1px 1px 1px;
	border-spacing: 3px;
	border-style: solid solid solid solid;
	border-color: white white white white;
	border-collapse: collapse;
	background-color: rgb(88, 0, 0);
	color: #ffffff;
	
	}
table.TA2010 th {
	border-width: 1px 1px 1px 1px;
	padding: 1px 1px 1px 1px;
	border-style: solid solid solid solid;
	border-color: white white white white;
	background-color: ;
	-moz-border-radius: 0px 0px 0px 0px;
	font-size: 1.0em;
	text-align: center;
	height: 20px;
	width: 50px;
}
table.TA2010 td {
	border-width: 1px 1px 1px 1px;
	padding: 1px 1px 1px 1px;
	border-style: solid solid solid solid;
	border-color: white white white white;
	background-color: ;
	-moz-border-radius: 0px 0px 0px 0px;
	font-size: 1.0em;
	text-align: left;
	height: 20px;
	width: 230px;
}

