@charset "UTF-8";
/* CSS Document */
body {
	margin:0px;
	padding:0px;
	font-family: "Trebuchet MS";
	font-size: 12px;
	line-height: 16px;
	color: #1f1f1f;
	text-decoration: none;
	margin: 0px;
	padding: 20px;
	background-color: #f6d8a6;
}

p {
	font-size: 12px;
	line-height: 16px;
	text-decoration: none;
	margin: 0px;
	padding: 3px 0px;
}

#container {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 20px;
}

img {
	border: 1px solid #990000;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
span {
	color: #999999;
	margin-right: 6px;
	margin-left: 6px;
}

hr {
	background-image: url(images/hr-back.gif);
	background-repeat: repeat-x;
	height: 3px;
	border:none;
}

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

a:hover {
	color: #fff;
	background:#ee1d23;
	text-decoration:none;
}

#footer {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	text-align: right;
	padding-top: 10px;
	padding-bottom: 20px;
	border-top:solid 1px #EFEFEF;
	
	}
	
#footer p {
	font-size:11px;
	color: #999999;	
	}

h1 {
	font-family: "Trebuchet MS";
	color: #ee1d23;
	font-size: 18px;
	font-weight: bold;
	margin: 0px 0px 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #a8997f;
}

ul {
	list-style-type: none;
	margin: 0px;
	padding: 10px 0px 10px 25px;
}
li {
	list-style-type: none;
	padding-top: 3px;
	padding-bottom: 3px;
	margin: 0px;
	font-size: 11px;
}
h2 {
	font-family: "Trebuchet MS";
	color: #990000;
	font-size: 12px;
	font-weight: normal;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	text-transform: uppercase;
}
