html, body {
	border: 0;
	margin: 0;
	padding: 0;
	}

body {
  font: 12px/18px "Lucida Sans unicode", "Lucida Grande", Arial, Helvetica, sans-serif;
  background: #363437 url("images/bg_main.png") repeat-x top left;
  width: 100%;
  min-width: 970px;
	}



/****** Site-wide characteristics ******/


h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  font-weight: normal;
	}

h1 {
  clear: both;
  margin-top: 6px;
  margin-bottom: 30px;
  padding-bottom: 8px;
  font: 26px "Georgia", "Times New Roman", Times, serif;
  color: #C83335;
  background-color: transparent;
  border-bottom: 1px solid #F6C489;
	}

h2 {
  font: 13px arial, helvetica, sans-serif;
  font-weight: bold;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #C94135;
  padding: 0 0 10px 0;
	}
	
h3 {
  padding: 10px 0 0 0;
  color: #443833;
  background-color: transparent;
  font: 11px arial, helvetica, sans-serif;
	}



p, ul, ol {
	margin: 0;
	padding: 0 0 18px 0;
	}

p.notfound {
	padding: 15px 0 100px;
	}

ul, ol {
	list-style: none;
	padding: 0 0 18px 40px;
	}


img {
	border: 0;
	}

hr {
	border: 1px solid #E7E1DE;
	}

a {
	text-decoration: underline;
	color: #A32731;}

a:hover {
	text-decoration: none; 
	color: #FC7838;
	border: none;
	}



/****** Main Structure ******/

#container {
  background: url("images/bg_top.jpg") repeat-x top left;
  width: 100%;
  height: 100%;
	}

#wrapper {
  width: 970px;
  background: url("images/bg.png") repeat-y top left;
  text-align: center;
  margin: 0 auto;
	}

.end {
  clear: both;
  width: 100%;
  height: 0;
  line-height: 0;
  font-size: 0;
  padding: 0;
  margin: 0;
  border: 0;
	}





/**** Left Sidebar Area ****/

#sidebar {
  display: block;
  float: left;
  width: 290px;
  text-align: left;
  color: white;
	}

#sidebar #sidebar_top {
  width: 290px;
  height: 240px;
  background: url("images/sb_top.jpg") no-repeat left top;
  color: #A8948A;
  font-weight: bold;
  text-align: center;
  cursor: pointer;
	}

img.logo {
	padding-top: 67px;
	}

#sidebar .sidebar_content {
  text-align: left;
  padding-left: 12px;
  width: 268px;
	}

#sidebar .sidebar_content h2 {
  color: #F5F1C2;
  background: url("images/bg_h2.jpg") repeat-x;
  width: 253px;
  padding: 30px 0 0 16px;
  margin-bottom: 15px;
  font: 15px Georgia, "Times New Roman", Times, serif;
  text-transform: none;
  letter-spacing: 1px;
	}

#sidebar .sidebar_content p {
	padding: 5px 20px 15px 20px;
	}

#sidebar .sidebar_content ul {
  list-style-type: square;
	}

#sidebar .sidebar_content a {
	color: #FFFF99;
	}

#sidebar .sidebar_content a:hover {
	color: #FFFF99;
	border-bottom: 1px dotted #FFFF99;
	}

#sidebar .sidebar_content img {
	border: 1px solid #302723;
	padding: 4px;
	background-color: #443833;
	margin: 0;
	margin-left: 10px;
	}

#sidebar .sidebar_content img.noborder {
	border: none;
	padding: 0;
	background-color: transparent;
	margin: 0;
	margin-left: 10px;
	}


/**** Main Navigation ****/

#sidebar #navlist {
	margin: 0;
	padding: 0;
	list-style-type: none;
	width: 268px;
	}

#sidebar #navlist a {
	display: block;
	height: 30px;
	padding: 2px 2px 2px 24px;
	border: none;
	border-top: 1px solid #705A52;
	border-bottom: 1px solid #3E322D;
	background-color: transparent;
	color: white;
	font: 11px "Lucida Sans Unicode", "Lucida Grande", Arial, Verdana, Helvetica;
	line-height: 30px;
	text-decoration: none;
	}

#sidebar #navlist a:hover {
  color: #FFE8BC;
  background-color: #2e2e2e;
	}

#sidebar #navlist a.current {
  color: #EA7623;
  background: url(images/currentnav_bg.png) repeat-x;
	}





/**** Sub Menu Navigation ****/

#content .subnav {
  display: block;
  height: 20px;
  background: #FAFAFA url("images/subnav_bg.png") repeat-x top;
  border-top: #bfbbba 1px solid;
  border-bottom: #E2DBD8 1px solid;
  color: #666;
  padding: 0px;
  margin: 0 auto;
  margin-bottom: 25px;
	font: 11px "Lucida Sans Unicode", "Lucida Grande", Arial, Verdana, Helvetica;
	text-align: center;
}

div.pad {
	margin-bottom: 25px;
	}
	
#content .subnav li {
	list-style-type: none;
	display: inline;
	float: left;
	text-align: center;
	margin: 0;
	padding: 0;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	}

#content .subnav li a {
	display: block;
	margin: 0;
	padding: 0 8px 0 8px;
	line-height: 20px;
	text-decoration: none;
	color: #000;
	border-bottom: none;
	}

#content .subnav a:hover {
  color: #000;
  background: url("images/subnav_bg_on.png") repeat-x top;
	}

#content .subnav a.current {
  color: #000;
  background: url("images/subnav_bg_on.png") repeat-x top;
	}


/**** Left Sidebar Highlight Box ****/

#sidebar .highlight {
  display: block;
  margin: 5px auto 40px auto;
  padding: 5px 7px;
  width: 220px;
  text-align: left;
  background-color: #4a3f3a;
  border: 1px solid #595350;
  font-size: 11px;
  color: #FFE8BC;
}

#sidebar .highlight p {
	margin: 0 0 5px 0;
	padding: 0 0 4px 0;
	border-bottom: 1px solid #000;
	font-size: 11px;
	color: #EE7C24;
	text-transform: uppercase;
	letter-spacing: 2px;
	}

#sidebar .highlight a {
	color: #FFFF99;
	}
	

#sidebar .highlight a:hover {
  color: #FFFF99;
  border-bottom: 1px dotted #FFFF99;
	}



/**** Header ****/

#header {
  background: url("images/bg_top.jpg") repeat-x top left;
  display: block;
  float: left;
  clear: right;
  width: 680px;
  height: 40px;
  padding-top: 15px;
  color: white;
  text-align: right;
}



/**** Main Content Area ****/

#content {
  display: block;
  float: left;
  width: 670px;
  border-top: #77757a 9px solid;
  text-align: left;
  margin: 0;
  margin-bottom: 40px;
  padding: 0;
	}

#content ul li {list-style: url("images/bullet.jpg");}

#content img {
  border: 1px solid #D0C5BF;
  padding: 4px;
  background-color: #E7E1DE;
  Margin: 15px 0;
	}
	

#content img.alignleft {
  display: block;
  float: left;
  clear: none;
  margin: 5px 15px 5px 0;
	}

#content img.alignright {
  float: right;
  margin: 5px 0 0 15px;
	}

#content img.noborder {
  border: none;
  background-color: transparent;
  padding: 0;
  margin: 10px;
	}

#content #headerimage {
  background: #545257;
  width: 100%;
  height: 176px;
  color: white;
	}

#content #headerimage img {
	border: 0;
	padding: 0;
	margin:10px;
	}


#content #main {
  display: block;
  margin: 15px 20px;
}

#content .main {
  display: block;
  float: left;
  width: 640px;
  margin: 40px 0 5px;
  padding: 0 15px;
}


table#chart {
width: 100%;
margin: 0px;
padding: 0px;
background: #fff;
font: 11px "Lucida Sans Unicode", "Lucida Grande", Arial, Helvetica, sans-serif;
text-align: center;
}

tr.even {
background: #faf4e3;
height: 30px;
border: 0;
}

tr.odd {
background: #f9e9bf;
height: 30px;
}

tr.head {
background: #f4b877;
height: 30px;
color: #930;
font: 12px "Lucida Sans Unicode", "Lucida Grande", Arial, Helvetica, sans-serif;
}

#chart td {
border-right: 1px solid #dc5126;
}

#chart td.noline {
border-right: 0;
}






/***** Footer *****/

#footer {
  display: block;
  float: left;
  clear: both;
  width: 100%;
  height: 60px;
  font-size: 10px;
  color: #6C574F;
  background: #363437 url("images/sb_bottom.jpg") no-repeat left top;
}

#footer .contentfoot {
  display: block;
  float: right;
  width: 680px;
  height: 30px;
  padding: 5px 0;
  border-top: #77757a 10px solid;
}

#footer a {
	color: #6C574F;
	border-bottom: 1px dotted #866B62;
	}

#footer a:hover {
	border-bottom: none;
	color: #fff;
	}

}
