body  {
	font: 10pt Verdana, Arial, Helvetica, sans-serif;
	background: #302F2E;
	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: #393939;
}

ul {
  margin-left: 30px;
  margin-top: 5px;
  margin-bottom: 10px;
}

#page_wrapper {
	background: #EDE6DE;
	width: 827px;
    margin-left: auto;
    margin-right: auto;
	padding: 0px 10px 10px 10px;
	text-align: left;
}

#page_content {
	background: url(images/page_content.gif);
	width: 827px;
	padding: 0px;
	margin: 0px;
}

#page_content_left {
	width: 220px;
	padding: 0px;
	margin: 0px;
	float: left;
	color: #FFFFFF;
}

#page_content_left a {
	text-decoration: none;
	color: #FFFFFF;
}

#page_content_left h3{
	font-size: 12pt;
	margin: 0px;
	padding: 5px 0px 5px 10px;
}

#page_content_left_header {
	background: url(images/page_content_left_header.gif) 0px 0px no-repeat #000000;
	height: 200px;
	margin: 0px;
}

#page_content_left_content {
	background: url(images/page_content_left_content.gif) 0px 0px no-repeat;
	min-height: 400px;
	margin: 0px;
	padding-top: 30px;
	padding-left: 20px;
	font-size: 8pt;
}

#page_content_right {
	width: 607px;
	padding: 0px;
	margin: 0px;
	float: right;
}

#page_content_right_header {
	height: 307px;
	margin: 0px;
	padding-top: 10px;
	padding-right: 10px;
	font-size: 7pt;
	text-align: right;
}

#page_content_right_header a {
	text-decoration: none;
	color: #FFFFFF;
}

#page_content_right h1 {
	font-size: 18pt;
	color: #910F04;
}

#page_content_right h2 {
	font-size: 16pt;
	color: #910F04;
}

#page_content_right h3 {
	font-size: 14pt;
	color: #910F04;
}

#page_footer {
	background: url(images/page_footer.gif) 0px 0px no-repeat;
	height: 55px;
	margin: 0px;
	padding-top: 8px;
	padding-right: 15px;
	text-align: right;
	font-size: 8pt;
	color: #FFFFFF;
}

#page_footer a {
	color: #FFFFFF;
}

#page_clear {
	clear:both;
}

#sc_side_nav {
	margin: 0px;
	padding: 0px;
}

#sc_side_nav ul
{
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#sc_side_nav ul li {
	background: url(images/m1.gif) 0px 0px no-repeat;
	margin: 0px;
	padding: 5px 10px 0px 10px;	
	font-size: 11pt;
	height: 27px;
	}

#sc_side_nav ul li a:link, a:visited, a:active {
	text-decoration: none;
	}

#sc_side_nav ul li a:hover {
	text-decoration: underline;
	}