html {
	overflow-y:scroll;
}
* {
	  margin: 0;
	  padding: 0;
  }

h1, h2, h3, h4, h5, h6, blockquote {
	  margin: 0;
	  padding: 10px 0;
	  padding-bottom:0px;
  }
p {
	margin: 0;
	padding-bottom:10px;
}
a {
	  color: #fff;
	  text-decoration: underline;
  }

a:hover {
	  color: #74384f;
	  text-decoration: underline;
  }


body {
	  position: relative; /* Fixes browser resizing bug in IE6 */
	  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	  font-size: 11px; 
	  text-align: center; /* IE Centering Technique */
	  background: #941f2d url(images/background.png) repeat-x;
  }

#wrapper {
	  width: 1024px;
	  text-align: left; /* IE Centering Technique */
	  margin: 0px auto;
  }


#header {
	padding: 0;
	margin: 0;
	height: 223px;
	background: url(images/header.png) no-repeat;
	overflow: hidden;
  }
 
 #banner {
 	width: 605px;
	height: 60px;
	background: #000;
	margin: 23px 0 0 285px;
	padding-right: 45px;
	padding-top: 8px;
	color: #fff;
	text-align: right;
 }
p.bannertitle {
  	padding: 0;
	color: #99384f;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 19px;
	font-weight: bold;
	font-style: italic;
  }

#header h1 {
	padding-left: 235px;
  	font-family: Arial, Helvetica, sans-serif;
	font-size: 23px;.
	font-weight: bold;
	font-style: italic;
	color: #74384f;
  }

#nav {
	clear: both;
	height: 29px;
	width: 710px;
	margin: 28px 0 10px 240px;
	overflow: hidden;
  }

#nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	font-style: italic;.
  }


* html #nav li  { /* Filter for IE6 to prevent li stacking */
  float: left;
  }

* html #nav li a  { /* Filter for IE6 to prevent li stacking */
  float: left;
  margin-left: 4px;
  }

#nav li {	
  float: left;
  margin-right: 0px;
  display: block;
  height: 29px;
  }

#nav li a  {
  display: block;
  margin-left: 7px;
  padding-left: 1px;
  padding-right: 6px;
  line-height: 29px;
  color: #FFF;
  text-decoration: none;
  }

#nav li:hover {
	background: url(images/nav2.gif) left top no-repeat;
	text-decoration: none;
	cursor: pointer; /* For IE6 */
  }
#nav li a:hover {
	background: url(images/nav1.gif) right top no-repeat;
	text-decoration: none;
  }
  
/* For IE6 */
* html #nav li a:hover {
	color: #030000;
	background: none;
}
* html #nav li.current_page a:hover {
	color: #030000;
	background: url(images/nav1.gif) right top no-repeat;
}


#nav li.current_page {
	background: url(images/nav2.gif) left top no-repeat;
	text-decoration: none;
  }

#nav li.current_page a  {
	background: url(images/nav1.gif) right top no-repeat;
	text-decoration: none;
	color: #030000;
  }

#main {
	margin: 0;
	background: url(images/bg.gif) repeat-x top center;
  }


#contents {
  width: 809px;
  margin: 0px 0px 0px 86px;
  padding: 0 20px 20px 20px;
  background: #ffffff url(images/bgcontent.gif) repeat-y;
  color: #50384f;
  line-height: 18px;
  }

#contents h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	font-style: italic;
	color: #74384f;
}
#contents h3 {
	font-size: 14px;
}
#contents h4 {
	font-size: 13px;
}
#contents h5 {
	font-size: 12px;
}
#contents h6 {
	font-size: 12px;
	font-weight:normal;
}
#contents a:link, #contents a:visited {
	text-decoration: underline;
	color: #74384f;
}
#contents a:hover {
	text-decoration:none;
}
#contents ol{
	margin-left:20px;
	margin-bottom:10px;
}
#contents ul{
	margin-left:20px;
	margin-bottom:10px;
}
#contentend {
	background: url(images/contentend.gif) no-repeat;
	width: 100%;
	height: 19px;
	margin-left: 86px;
	clear: both;
} 
#footer {
	padding: 10px 0 0 20px;
	margin-left: 61px;
	background: url(images/footer.gif) left top no-repeat;
	clear: both;
	height: 24px;
	color: #FFF;
	font-size: 11px;
  }
  
a img {
	border: none;  
  }


.highlight {
	color: #D9D688;
	font-weight: bold;
  }

.cleared {
  clear: both;
  }

.left {
  float:left;
  }

.right {
  float:right;
  }
  
