body {
	margin: 0px 0;
	padding: 0;
	background: #FFFFFF url(img1.gif);
	font: normal small Arial, Helvetica, sans-serif;
	color: #666666;
}



p, ul, ol, blockquote {
	margin-top: 0;
}

a:link {
	text-decoration: none;
	color: #A33000;
}

a:hover {
	text-decoration: underline;
}

li {
	color: #A33000;
}

li a:link {
	border-bottom: 1px dotted #A33000;
	color: #666666;
}

li a:hover {
	border-bottom: 1px solid #A33000;
	text-decoration: none;
	color: #A33000;
}

img.float {
	float: left;
	margin: 5px 15px 10px 0;
	border: 5px solid #A33000;
}

#header {
	width: 980px;
	height: 160px;
	margin: 0 auto;
	padding: 10px;
	background: #A33000 url(img3.jpg) repeat-x 10px 10px;
}

.top-right-link
{
	color:#ffffff !important;
}


#content {
	width: 980px;
	margin: 0 auto;
	background: #FFFFFF url(img2.gif);
	border: 10px solid #A33000;
	border-top: none;
}

#colOne {
	float: left;
	width: 260px;
	padding: 20px 10px;
}

#colOne ul {
	margin-left: 0;
	padding-left: 1em;
	list-style: square inside;
}

#colTwo {
	float: left;
	width: 460px;
	padding: 20px 10px;
}

#footer {
	padding: 10px;
	text-align: center;
	font-size: smaller;
}

.lfloat
{
	text-align:left
}

.clear
{
	clear: both;
}

#footer * {
	color: #D6947A;
}

.btn-primary
{
	background:#a54219;
	color:#ffffff;
}

.btn-primary:hover
{
	background:#673811;
	color:#ffffff;
}

.bottom-menu a
{
	color:#ffffff !important;
}