/* Stylesheet */

* {
	font-family: 'Georgia', 'times', 'serif';
	font-size: 14px;
	line-height: 18px;
	margin: 0;
	padding: 0;
}

body{
	background:#750d00 url(../images/bg.png) repeat-y center;
}

p {
	color: #333;
	padding-bottom: 10px;
}

a {
	color: #b32018;
	text-decoration: none;
}

a:hover {
	color: #821610;
	text-decoration: underline;
}

h2 {
	padding: 0 0 10px 0;
}

#container {
	width: 800px;
	margin: 0 auto;
	padding: 40px 0 10px 0;
}

#logo {
	padding: 0 0 30px 0;
}

#logo a {
	display: block;
	background-image: url(../images/logo.gif);
	background-position: top left;
	background-repeat: no-repeat;
	width: 578px;
	height: 87px;
	margin: 0 auto;
}

#navigation {
	border-top: 2px solid #858489;
	border-bottom: 2px solid #858489;
	padding: 10px 0;
}

#navigation ul {
	padding: 0 0 0 75px;
}

#navigation ul li {
	float:left;
	list-style: none;
}

#navigation ul li a {
	color: #858489;	
	font-size: 18px;
	text-decoration: none;
}

#navigation ul li a:hover, #navigation ul li a.selected {
	color: #b32018;
}

#navigation .square {
	display: block;
	background: url(../images/square.gif);
	width: 56px;
	height: 20px;
	background-position: center center;
	background-repeat: no-repeat;
}

#content {
	width:766px;
	margin-left:auto;
	margin-right:auto;
	padding: 22px 0 22px 0;
}

.home {
	text-align: center;
}

#footer {
	border-top: 2px solid #858489;
	padding: 28px 0 0 0;
}

#footer ul {
	width: 800px;
	padding: 0 0 0 0;
}

#footer ul li {
	list-style: none;
	float: left;	
}

#footer ul li a img {
	border: none;
}

#footer p {
	text-align: center;
	padding: 28px 0 0 0;
	color: #858489;
}

/* Table Styles */

td {
	padding: 3px 10px;
	font-size: 13px;
}

.tableRow-Even {
	background-color:#F8F8F8;
}

.tableRow-Odd {
	background-color:#EFEFEF;
}

td a {
	font-size: 13px
}

#about-us ul, #about-us ol {
	margin-left: 50px;
	padding-bottom: 30px;
}

