body {
margin: 0 0 0 0;
background-color: #fff;
}
a {
text-decoration: none;
color: #ac3e4e;
}

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




#header {
width: 100%; height: 80px;
margin: 0 0 0 0;
border-top: solid 4px #780202;
background-color:#000;

}
#headerbtm {
	position: absolute;
	top: 81px;
	width:100%;
	height: 50px;
	margin: 0 0 0 0;
	border-bottom: solid 2px #fff;
	background-image: url(headbot.gif);


}
#header h1 {

position: absolute;
margin: 75px 0 0 0; padding: 8px;

color: #fff;
margin-left:0px;
font-family: Times New Roman;
font-size: 35px;
z-index: 6;
}

span {
color: #06f;
}

#header big {
float: right;
margin: 50px 0 0 0; padding: 0;
color: #444;
font-family: Times New Roman;
font-size: 100px;
letter-spacing: 10px;
}

#menu {
position: absolute; top: 130px;
width: 100%;
height: 61px;
margin: 0 0 0 0;
background-color: #e6e6e6;
border-top: solid 4px #912050;
border-bottom: solid 4px #912050;
z-index: 3;
text-align: left;
}

#menu h1 {
margin-left:10px;
margin-top:15px;
color: #000;
letter-spacing: 32px;
font-size: 1.5em; 
font-family: Times New Roman;
}


#main {
position: absolute; top: 181px;
width: 100%;
background: url('main.jpg') repeat-x top;
}

#container {
width: 90%;
margin: 0 auto;
padding-top: 20px;
font-family: arial;
font-size: 0.9em;
}

#nav {
width: 80%;
margin:0 auto;
height:30px;
padding: 0;
font-size: 0.6em;
font-family: verdana, arial, sans-serif;
}

/* Root = Horizontal, Secondary = Vertical */
ul#navmenu-h {
  margin: auto;
  border: 0 none;
  padding: 0;
  width: 600px; /*For KHTML*/
  list-style: none;
  height: 24px;
}

ul#navmenu-h li {
  margin: 0;
  border: 0 none;
  padding: 0px;
  float: left; /*For Gecko*/
  display: inline;
  list-style: none;
  position: relative;
  height: 24px;
}

ul#navmenu-h ul {
  margin: 0;
  border: 0 none;
  padding: 0px;
  width: 200px;
  list-style: none;
  display: none;
  position: absolute;
  top: 24px;
  left: 0;
}

ul#navmenu-h ul:after /*From IE 7 lack of compliance*/{
  clear: both;
  display: block;
  font: 1px/0px serif;
  content: ".";
  height: 0;
  visibility: hidden;
}

ul#navmenu-h ul li {
  width: 200px;
  float: left; /*For IE 7 lack of compliance*/
  display: block !important;
  display: inline; /*For IE*/
}

/* Root Menu */
ul#navmenu-h a {
  border: 1px solid #FFF;
  border-right-color: #CCC;
  border-bottom-color: #CCC;
  padding: 0 6px;
  float: none !important; /*For Opera*/
  float: left; /*For IE*/
  display: block;
  background: #EEE;
  color: #666;
  font: bold 10px/22px Verdana, Arial, Helvetica, sans-serif;
  text-decoration: none;
  height: auto !important;
  height: 1%; /*For IE*/
}

/* Root Menu Hover Persistence */
ul#navmenu-h a:hover,
ul#navmenu-h li:hover a,
ul#navmenu-h li.iehover a {
  background: #CCC;
  color: #FFF;
}

/* 2nd Menu */
ul#navmenu-h li:hover li a,
ul#navmenu-h li.iehover li a {
  float: none;
  background: #EEE;
  color: #666;
}

/* 2nd Menu Hover Persistence */
ul#navmenu-h li:hover li a:hover,
ul#navmenu-h li:hover li:hover a,
ul#navmenu-h li.iehover li a:hover,
ul#navmenu-h li.iehover li.iehover a {
  background: #CCC;
  color: #FFF;
}

/* 3rd Menu */
ul#navmenu-h li:hover li:hover li a,
ul#navmenu-h li.iehover li.iehover li a {
  background: #EEE;
  color: #666;
}

/* 3rd Menu Hover Persistence */
ul#navmenu-h li:hover li:hover li a:hover,
ul#navmenu-h li:hover li:hover li:hover a,
ul#navmenu-h li.iehover li.iehover li a:hover,
ul#navmenu-h li.iehover li.iehover li.iehover a {
  background: #CCC;
  color: #FFF;
}

/* 4th Menu */
ul#navmenu-h li:hover li:hover li:hover li a,
ul#navmenu-h li.iehover li.iehover li.iehover li a {
  background: #EEE;
  color: #666;
}

/* 4th Menu Hover */
ul#navmenu-h li:hover li:hover li:hover li a:hover,
ul#navmenu-h li.iehover li.iehover li.iehover li a:hover {
  background: #CCC;
  color: #FFF;
}

ul#navmenu-h ul ul,
ul#navmenu-h ul ul ul {
  display: none;
  position: absolute;
  top: 0;
  left: 200px;
}

/* Do Not Move - Must Come Before display:block for Gecko */
ul#navmenu-h li:hover ul ul,
ul#navmenu-h li:hover ul ul ul,
ul#navmenu-h li.iehover ul ul,
ul#navmenu-h li.iehover ul ul ul {
  display: none;
}

ul#navmenu-h li:hover ul,
ul#navmenu-h ul li:hover ul,
ul#navmenu-h ul ul li:hover ul,
ul#navmenu-h li.iehover ul,
ul#navmenu-h ul li.iehover ul,
ul#navmenu-h ul ul li.iehover ul {
  display: block;
}

#content {
margin: 0 160px 10px 165px;
border-right: 1px solid #ccc; padding: 20px 20px 0 0;
line-height: 1.6em;
color: #000;
font-size: 0.9em;
}

#content p {
padding-bottom: 5px;
}

h1 {
margin-top: 0px;
color: #000;
font-size:1.75em;font-weight: 200;
letter-spacing: 2px;
font-family: verdana;

}

h2 {
margin-top: 20px;
margin-bottom: 10px;
color: #000;
letter-spacing: 1px;
font-size: 1.3em; font-weight: 400;
font-family:  verdana, sans-serif;
}


.right {
float: right;
margin: 0 0 8px 12px;
padding: 4px;
background-color: #FFF;
border: 1px solid #CCC;
}

#footer {
padding: 5px;
margin-top: 50px;
margin-bottom: 3px;
color: #aaa;
font-size: 0.7em;
text-align: center;
border-top: 1px solid #ccc;
}

#links {
clear: right;
float: right;
width: 140px;
margin-left: 10px;
margin-bottom: 20px;
padding: 0;
color: #666;
}

#links p {
text-align:center;
line-height: 1.5em;
margin: 0 0 1.5em 0;
font-size: 0.7em;
}
#printbutt {
position:absolute ;
left:45%;
width:100px;
height:30px;
background:#000;

}