html, body, h1, h2, h3, h4 {
	margin: 0;
	padding: 0;
}
h1 img {
	display: block;
}
img {
	border: 0;
	}

#dropmenudiv{
position:absolute;
border:0px solid black;
border-bottom-width: 0;
font:normal 11px Verdana;
line-height:18px;
z-index:100;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid black;
padding: 1px 0;
text-decoration: none;
font-weight: normal;
}
/*hover background color*/
#dropmenudiv a:hover{ 
background-color: #ffffff;
}
a {
	color: #ffffff;
	font-weight: normal;
	text-decoration: none;
}
a:hover {
	color:#CC6600;
	text-decoration: underline;
}
.left {
	float: left;
}
.right {
	float: right;
}
.more {
	text-align: right;
}
.clear {
	clear: both;
}


body         { background: #8E0D0D url(images/page_bg.jpg) repeat-x;
               text-align: center; font-style: normal; font-variant: normal; 
               font-weight: normal; font-size: 11px; font-family: 
               arial, sans-serif; color: #565656;}
/** layout **/
#wrapper {
	text-align: left;
	margin: auto;
	width: 850px;
    position: relative;
}

#wrapper2 {
	text-align: left;
	margin: auto;
	width: 850px;
    position: relative;
}

#left {
 width: 300px;
 margin: 0px 0px 0px 0px;
}
#right {
	position: absolute;
	top: 0;
	left: 300px;
	width: 520px;
	background-color: #FFFFFF;
}

/** Left **/
#left        { background-repeat: no-repeat; background-attachment: scroll; 
               padding-top: 0px; background-position: 0% }
#left h1 {
 text-align: center;
 font: 28px verdana, serif;
 color: #6C0505;
 height: 709px;
}
#copyright {
 color: white;
}
#copyright p {
 margin: 0 1em 0.5em 1em;
}

/** Right **/
#nav { 
background-color: #8E0D0D; background-image:url(images/header22.jpg); height: 80px;
}
#nav ul {
 margin: 0;
 padding: 0 0 0 10px;
}
#nav li {
 float: left;
 border-right: 1px solid #A26A6B;
 padding: 40px 9px 9px 9px;
 list-style: none;
}
#nav li.last {
 border-right: none;
}
#nav a {
 color: #FFFFFF;
 font: 12px arial, sans-serif;
 font-weight: normal;
}
#nav .selected a {
 color: orange;
}

/** Body **/
#body        { background-image:
               background-repeat: repeat-y; background-attachment: scroll; 
               background-position: 0% }
#body-top    { background-image:  
               background-repeat: no-repeat; background-attachment: scroll; 
               background-position: 0% }
#body-bot    { background-color: left; 
               background-repeat: no-repeat; background-attachment: scroll; 
               padding-left: 20px; padding-right: 20px; padding-top: 10px; 
               padding-bottom: 19px; background-position: bottom }
#body h2 {
 font: 14px "verdana", serif;
}
#body h2 strong {
 color: #660505;
 font-weight: normal;
 font-size: 18px;
}
#body h3 {
 font: 14px "verdana", serif;
 color: #660505;
 margin-top: 1.4em;
 margin-bottom: 1.1em;
}
#body h4 {
 color: #660505;
}
#body .left {
 margin: 0 26px 0 0;
}

/** footer **/
.body-hr     { clear: both; height: 4px; background-color: left; background-image: 
               url('images/body_hr.jpg'); 
               background-repeat: no-repeat; background-attachment: scroll; 
               margin-left: -39px; margin-right: -39px; margin-top: 10px; 
               margin-bottom: 10px; background-position: bottom }
#footer-1 {
  float: left;
  width: 104px;
  padding-right: 30px;
  margin-top: 5px;
  border-right: 1px solid #ACACAC;
  font: 14px "verdana", serif;
  color: #660505;
  text-align: center;
}
#footer-1 strong {
  display: block;
  font-size: 18px;
  font-weight: normal;
}
#footer-2 {
  float: left;
  width: 154px;
  margin-left: 12px;
  font: 18px "verdana", serif;
  color: #000;
  line-height: 34px;
}
#footer-2 .left {
  margin-right: 12px;
}
#footer-3 {
  float: left;
  width: 135px;
  margin: 0;
  font: 14px "verdana", serif;
  color: #000;
  text-align: center;
}
#footer-3 .left {
  margin-right: 12px;
}
