body {
	background: #6C645B;
	margin-left: 0; margin-top: 0;    
}

#holder {
	width: 976px;
	background-color:#6C645B;
}

#top {
	background-image:url(images/top_bg.gif);
	background-repeat:repeat-y;
	width: 100%;		
}

#content {
	background-image:url(images/bg.gif);
	background-repeat:repeat-y; 
	height: 100%;
}

#leftnav {
	width: 207px;
	float: left;
	padding: 0px 0px;
	background-color:#BAB3AB;
}

#text {
	width: 747px;
	float: left;
  	margin-top: 0px;
  	margin-left: 0px;
  	margin-right: 22px;	
	padding: 10px 0px 0px 0px;
	background-color:#BAB3AB;		
}

.header1 {
	font-family: Arial Sans Serif;
	font-size: 26px;
	font-weight: bold;
	font-style: normal;
	color: #ffffff;
	position: absolute; left: 245px; top: 140px;
}

.header2 {font-family: Arial Sans Serif; font-size: 18px; font-weight: bold; font-style: normal; color: #747474}
.quote1 {font-family: Arial Sans Serif; font-size: 18px; font-style: italic; font-weight: normal; color: #ffffff}
.quote2 {font-family: Arial Sans Serif; font-size: 18px; font-style: italic; font-weight: bold; color: #ffffff}
.slide {font-family: Arial Sans Serif; font-size: 16px; font-style: normal; font-weight: bold; color: #747474}
p {font-family: Arial Sans Serif; font-size: 16px; font-weight: bold; font-style: normal; color: #ffffff}
br {font-family: Arial Sans Serif; font-size: 16px; font-weight: bold; font-style: normal; color: #ffffff}
td {font-family: Arial Sans Serif; font-size: 16px; font-weight: bold; font-style: normal; color: #ffffff}

A:link {font-family: Arial Sans Serif; color: #747474; text-decoration: underline; font-weight: bold}
A:visited {font-family: Arial Sans Serif; color: #747474; text-decoration: underline; font-weight: bold}
A:hover {font-family: Arial Sans Serif; color: #FFBA00; text-decoration: underline; font-weight: bold}

#copyright {
  font-family: Arial Sans Serif;
  font-size: 12px;
  font-weight: normal;
  font-style: italic;      
  color: #ffffff; 
  margin-left: 10px;
}

#copyright .navlink, .navlink a:link, .navlink a:visited, a.navlink:link, a.navlink:visited  {
	color: #ffffff;
    padding-left: 40px;
    font-family: Arial Sans Serif;
    font-size: 13px;  
    font-weight: bold;
    text-decoration: none;		
}

.navlink a:hover {
	color: #AC1F24;
    font-family: Arial Sans Serif;
    font-size: 13px;  
    font-weight: bold;
    text-decoration: none;		
}

/* ######### Default class for drop down menus ######### */

.anylinkmenu{
position: absolute;
left: 0;
top: 0;
visibility: hidden;
border: 1px solid black;
border-bottom-width: 0;
font-family: Arial Sans Serif;
font-size: 15px;
color: #ffffff;
line-height: 18px;
z-index: 100; /* zIndex should be greater than that of shadow's below */
background-color: #9C9792;
width: 150px; /* default width for menu */
}

.anylinkmenu ul{
margin: 0;
padding: 0;
font-size: 15px;
color: #ffffff;
list-style-type: none;
}

.anylinkmenu ul li a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid black;
padding: 2px 0;
font-family: Arial Sans Serif;
font-size: 15px;
color: #ffffff;
text-decoration: none;
font-weight: bold;
text-indent: 5px;
}

.anylinkmenu a:hover{ /*hover background color*/
background: #3179BC;
color: #E9B526;
}

/* ######### class for shadow DIV ######### */

.anylinkshadow{ /*CSS for shadow. Keep this as is */
position: absolute;
left: 0;
top: 0;
z-index: 99; /*zIndex for shadow*/
background: black;
visibility: hidden;
}
