/* General styles */
body,div,td,th,h1,h2,h3,h4,p {
	color: #FFFFFF;
	font: 10pt Arial, Verdana, sans-serif;
}

h1 {
  color: #FFFFFF;
  font-size: 20px;
  text-transform: lowercase;
  margin: 0px;
  padding: 2px 0px;
  font-weight: bold;
}

h2 {
  font-size: 17px;
  font-weight: bold;
  text-transform: lowercase;
  margin: 1px 0px 5px;
  padding-top: 5px;
  padding-bottom: 1px;
}

h3 {
  font-size: 15px;
  text-transform: capitalize;
  padding-top: 5px;
  padding-bottom: 5px;
  font-weight: bold;
}

h4 {
  font: bold 13px;
  padding: 5px 0px;
}

th {
font-weight: bold;
}

a {
 color: #e7ce71;
 text-decoration: none;
}
a:hover {
 color: #FFFFFF;
}

/* Menu specific styles */
td.topnav {
  padding: 0px; border: 0px; margin: 0px;
  width: 800px;
  height: 43px;
  vertical-align: top;
}

#menu dl, #menu dd, #menu ul{
list-style-type: none;
padding: 0;
margin: 0;
}

#menu {
  position: absolute;
  font: 10.5pt Arial, Verdana, sans-serif;
  font-weight: bold;
  letter-spacing: -1;
}

#menu dd {
  display: none;
}

#menu dl {
float: left;
}

#menu li {
display: inline;
padding: 0;
}

#menu a {
text-decoration: none;
color: #799cd2;
margin: 0 4px 0 4px;
padding: 0;
}

#menu a:hover {
color: #a1283b;
}

#menu li a {
  color: #b88d96;
  vertical-align: top;
}

#menu li a:hover {
  color: #a1283b;
}

.submenu {
position: absolute;
left: 0;
top: 20;
font: 10pt Arial, Verdana, sans-serif;
letter-spacing: -1;
width: 800px;
}
           
/* Section specific styles */
div.header {
	width: 800px;  
  height: 135px;
	background-image: url('/images/header1.jpg');
	background-repeat: no-repeat;
}      

table.main {
  position: relative;
  top: 53;
  left: 70;
  width: 517px;
  height: 314px;
}
div.content {
  background-color: #711d2c;
  height: 289px;
  overflow: auto;
  scrollbar-3dlight-color: #711d2c;
  scrollbar-arrow-color: #FFFFFF;
  scrollbar-darkshadow-color: #711d2c;
  scrollbar-face-color: #711d2c;
  scrollbar-highlight-color: #ffffff;
  scrollbar-track-color: #711d2c;
  scrollbar-shadow-color: #ffffff;
}

div.contentint {
  padding: 10px;
  width: 507px;
  color: #FFFFFF;
}

div.titlebox {
  position: relative;
  top: 43px;
  width: 487px;
  height: 27px;
  background-image: url('/images/red_square2.jpg');
  background-repeat: no-repeat;
  color: #FFFFFF;
  font-size: 20px;
  text-transform: lowercase;
  padding: 0 0 0 70px;
  font-weight: bold;   
}

DIV.logo {
  position: relative;
  top: -420;
  left: 300;
  width: 113px;
  height: 0;
  border: 0;
}

DIV.logo a {
  color: #a1283b;
}

DIV.logo a:hover {
  color: #019865;
}

/* Fade styles */
DIV.fade {
  position: relative;
  width: 547px;
  height: 68px;
  background-image: url('/images/slides/scoll_pic1.jpg'); 
  background-repeat: no-repeat;
  border: 0;
}

IMG.blendimg {
  border: 0;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
}

