@charset "UTF-8";
body {
	font: 100% Helvetica, Arial, sans-serif;
	background-image:url(trotimages/bg_left.gif);
	background-repeat:repeat-x;
	background-color: #54442f;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.container {
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}

.brownbar {
padding:10px;
background-color:#533a1a;
color:#bab0a3;
font-size:11px;
line-height:16px;
height: 50px;
}

.brownbar img {
margin-right: 15px;
}

.maincont {
padding:0px;
margin:0px;
border: 1px solid #f1efec;
background-color:#f1efec;
}

.leftcont {
font-size:12px;
line-height:18px;
color:#955c26;
padding: 15px 15px 0px 20px;
margin:0px;
}

.rightbar {
font-size:12px;
line-height:18px;
width:250px;
padding:15px;
background-color:#FFFFFF;
}

.callout {
background-color:#d1662f;
color:#ffead6;
padding:15px;
}

.entrybtn {
background-color:#533a1a;
padding-top:15px;
text-align:center;
}

a {
color:#ff6600;
}

h3 {
color:#820000;
font-size:18px;
margin-bottom:10px;
margin-top:30px;
font-weight:normal;
}
