body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #3d1e09;
	background-image: url(images/bg.jpg);
	background-repeat:no-repeat;
	background-position:center;
	background-position:top;
}
.contentareabg {
}
.content_div {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	text-decoration: none;
	padding-right: 20px;
	padding-left: 35px;
	padding-top: 30px;
	padding-bottom: 20px;
}
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	text-decoration: none;
}
.content_div ul {
  list-style: url("images/nav_bullet_red.gif");
  margin: .5em .5em 0 25px;
  padding-left: 0;
}
.content_div ul li {
  margin-left: 0;
  padding-left: 0;     /* distance between bullet and text */
  margin-bottom: .5em; /*spacing between items */
}
.content_div ol {
  font-weight: normal;
  margin: .5em .5em 0 25px;
  padding-left: 0;
}
.content_div ol li {
  margin-left: 0;
  padding-left: 0;     /* distance between bullet and text */
  margin-bottom: .25em; /* spacing between items */
}
.text_orange {
	color: #EF991D;
}
.text_red {
	color: #EF991D;
}
.title {
	font-family: Arial, Helvetica, sans-serif;
	color: #EF991D;
	font-size: 17px;
	}
a:link {
	color: #FF5020;
	text-decoration: none;
}
a:visited {
	color: #FF5020;
	text-decoration: none;
}
a:hover {
	color: #EF991D;
	text-decoration: none;
}
a:active {
	color: #FF5020;
	text-decoration: none;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #EF991D;
	font-size: 19px;
	}
h2 {
	font-size: 11px;
	font-weight: bold;
	}
h3 {
	font-size: 11px;
	font-weight: bold;
	}
h4 {
	font-size: 11px;
	font-weight: bold;
	}
#sidemenu td {
	height:20px;
	padding-bottom:8px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #EF991D;
	text-decoration: none;
}