* {
	margin:0;
	padding:0;
}

#wrapper {
	width:825px;
	margin:0 auto;
}

body {
	color:#333;
	font-size:75.9%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background:#4a4a4a url(../graphics/body-bg.jpg);
}

#header {
	margin-top:10px;
	background:#333 url(../graphics/header.png);
	clear:both;
	width:100%;
	height:90px;
}

.header_left {
	float:left;
	margin:20px 0 0 35px;
	padding:0;
}

.header_right {
	width:468px;
	height:59px;
	float:right;
	margin:0;
	padding:0;
}

#navigator {
	background:#333 url(../graphics/navbar-bg.png);
	clear:both;
	float:left;
	height:27px;
	text-align:center;
	width:100%;
	margin:0;
	padding:0;
}

#navigator ul {
	list-style-type:none;
	margin:0;
	padding:0 0 0 13px;
}

#navigator li {
	display:inline;
	margin:0;
	padding:0;
}

#navigator a:link,#navigator a:visited {
	background-image:url(../graphics/button-bg.png);
	background-repeat:repeat-x;
	color:#fff;
	float:left;
	font-size:.95em;
	font-weight:400;
	height:20px;
	margin-left:1px;
	margin-right:1px;
	margin-top:3px;
	text-align:center;
	text-decoration:underline;
	width:112px;
	vertical-align:bottom;
	line-height:11px;
	padding:5px 0 0;
}

#navigator a:hover {
	background-image:url(../graphics/button-bg-hover.png);
        background-repeat:repeat-x;
        color:#000;
	font-weight:500;
	text-decoration:none;
}

#navigator a.current {
	background-image:url(../graphics/button-bg-current.png);
	 background-repeat:repeat-x;
	color:#fff;
	font-weight:600;
	text-decoration:none;
}

#breadcrumbs {
	color:#ccc;
	background-color:#f1f1f1;
	background-image:url(../graphics/bc-bg.png);
	background-repeat:repeat-x;
	clear:both;
	font-size:.9em;
	height:25px;
	margin:0;
	padding:0;
}

#breadcrumbs a:link,#breadcrumbs a:visited {
	color:#ebca15;
	font-weight:400;
	text-decoration:underline;
}

#breadcrumbs a:hover {
	color:#fff;
}

.breadcrumbs_left {
	float:left;
	text-indent:18px;
    padding-top:5px;
}

.breadcrumbs_right {
	margin:0;
	padding:0;
	width:400px;
	float:right;
	text-align:right;
  margin-right:14px;
    padding-top:5px;
}

#copyright {
	clear:both;
	color:#dedede;
	font-size:.9em;
	font-weight:400;
	height:22px;
	text-align:center;
	width:100%;
	margin:0 auto;
	padding:3px 0 0;
}

#bottom_nav {
	clear:both;
	color:#ccc;
	font-size:.98em;
	height:22px;
	text-align:center;
	width:100%;
	margin:0 auto 20px;
	padding:0;
}

#bottom_nav a {
	color:#dedede;
	font-weight:400;
	text-decoration:underline;
}

#bottom_nav a:hover {
	background-color:#ccc;
	color:#000;
	font-weight:400;
	text-decoration:none;
}

#footer {
	background:#333 url(../graphics/footer-bg.png);
	border-bottom:none;
	border-left:none;
	border-right:none;
	border-top:thin none;
	clear:both;
	height:100px;
	width:100%;
	text-align:center;
	margin:0;
	padding:0;
}

#footer p {
  padding:15px;
  color:#efefef;
	font-size:.9em;
	font-weight:400;
}

#footer ul {
	list-style:none;
	text-align:center;
	margin:0;
	padding:15px;
}

#footer li {
	display:inline;
	margin:4px 0 0;
	padding:2px 5px;
}

#footer li a {
	color:#fff;
	font-size:.98em;
	font-weight:400;
	height:20px;
	text-decoration:none;
	margin:1px 0;
	padding:1px;
}

#footer li a:hover {
	background-color:#fff;
	color:#000;
	text-decoration:underline;
}

#footer a.current {
	background-color:#fff;
	color:#000;
	font-weight:400;
	text-decoration:underline;
}


h1 {
	color:#990000;
	font:20px Verdana,sans-serif;
	font-weight:400;
	line-height:16px;
	margin-top:15px;
	margin-bottom:25px;
	padding:0;
}

h2 {
	color:#333;
	font:14px Verdana,sans-serif;
	font-weight:400;
	line-height:16px;
	margin-top:5px;
	padding:0;
}

h3 {
	color:#333;
        font:12px Verdana,sans-serif;
	font-weight:400;
	margin-top:5px;
	padding:0;
}

h4 {
	color:#333;
	font:11px "Times New Roman", Times, serif;
	margin-top:5px;
	padding:0;
}

p {
	margin-top:15px;
	margin-bottom:15px;
	padding:0;
}

li {
	margin:8px;
	padding:0;
}

img {
	border:0;
	vertical-align:middle;
}

img.right {
	border:0;
	float:right;
	margin:0;
	padding-top:0px;
	padding-bottom:20px;
	padding-left:20px;
	padding-right:0px;
}

img.left {
	border:0;
	float:left;
	margin:0;
	padding:5px 10px 10px 0;
}



.center {
	text-align:center;
}

.left {
	text-align:left;
}

hr {
	border: none 0;
	border-top: 1px dashed #ccc;
	width: 100%;
	height: 1px;
    padding-top:5px;
    margin-top:10px;
}

a:hover {
	color:red;
	font-weight:400;
}


#BannerDiv {
	width:630px;
	height:200px;
	margin-top:0;
	margin-bottom:5px;
	border:1px solid #DDD;
	background:#ffe;
	padding:0;
}

.clear {
	clear:both;
}


ul,ol {
	margin:10px 30px 20px;
}

a:link,a:visited {
	color:#00f;
	font-weight:400;
}


.small {
	font-size:10px;
}

.title_bar {
	color:#ff0000;
	font-size:1.5em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight:600;
	padding:10px;
	background-color: #FFFBE1;
	border-top: 2px solid #D6CE95;
	border-bottom: 2px solid #D6CE95;
	text-align: center;
	margin: 10px 0 10px 0;
	clear: both;
}

blockquote { font-style:italic;	background-color:#ffff00;font-size:1.1em; float: left; margin: 0px; margin-bottom:5px;padding: 5px; quotes: "\201C" "\201D";}
blockquote:before { content: open-quote; font-weight: bold; }
blockquote:after { content: close-quote; font-weight: bold; }

.comment_title {
	font-size:1.5em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight:600;
	text-align:center;
}

.red {color: rgb(128,0,0)}
							.bold {font-weight: bold}
							.underline {text-decoration: underline}
.indent {margin-left: 30px}
p.boxed {
	padding-top:3px;
        padding-bottom:3px;
        padding-left:0;
        padding-right:0;
	border: 4px solid #ff0000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:normal;
	background-color: #f1f1f1;
	text-align: center;
	margin-top:6px;
	margin-bottom:6px;
}

a.orangetree:link
{
	color:#ece5d0;
	font-weight:400;
	text-decoration: underline;
}
a.orangetree:hover
{
	color:#ece5d0;
	font-weight:400;
	text-decoration: underline;
}
a.orangetree:visited
{
	color:#ece5d0;
	font-weight:400;
	text-decoration: underline;
}
a.orangetree:active
{
	color:#ece5d0;
	font-weight:400;
	text-decoration: underline;
}
