/* ACCESS CSS Document */

body { 
height: 100%; 
width: 100%;  
bgcolor: #D1C7AE;
background-image: url(images/bg.jpg);
} 

/* links */
a:link {
	font-family: Arial;
	text-decoration: none;
	font-size: 12;
	color: #242323;
	font-weight: bold;
	}
a:active {
	font-family: Arial;
	text-decoration: none;
	font-size: 12;
	color: #242323;
	font-weight: bold;
	}
a:visited {
	font-family: Arial;
	text-decoration: none;
	font-size: 12;
	color: #242323;
	font-weight: bold;
	}
a:hover {
	font-family: Arial;
	text-decoration: underline;
	font-size: 12;
	color: #611616;
	font-weight: bold;
	}
	
	

.homepageText {
font-family: Arial, sans-serif, verdana;
font-size: 13;
color: #585757;

}

.info {
font-family: Arial, sans-serif, verdana;
font-size: 12;
color: #4E483C;

}

ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}

img {
    border: none;

} 
/*- Menu --------------------------- */
	
#menu10 {
	width: 180px;
	margin: 5px;
	}
	
#menu10 li a {
	height: 32px;
  
  	height: 24px;
	text-decoration: none;
	}	
	
#menu10 li a:link, #menu10 li a:visited {

	display: block;
	background:  url(images/menu10.gif);
	padding: 7px 0 0 25px;
	}
	
#menu10 li a:hover {
	
	background:  url(images/menu10.gif) 0 -32px;
	padding: 7px 0 0 25px;
	}
	
A.left_links:link {color: #242323; font-family: Arial; font-weight: bold; text-decoration: none; FONT-SIZE: 14px;  letter-spacing: -1px; }
A.left_links:visited {color: #242323; font-family: Arial; font-weight: bold; text-decoration: none; FONT-SIZE: 14px; letter-spacing: -1px; }
A.left_links:active {color: #242323; font-family: Arial; font-weight: bold; text-decoration: none; FONT-SIZE: 14px; letter-spacing: -1px; }
A.left_links:hover {color: #611616; font-family: Arial; font-weight: bold; text-decoration: none; FONT-SIZE: 14px; letter-spacing: -1px; }

/* start the popoput on rollover*/

.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
margin-top: 10px;
margin-left: 2px;
position: absolute;
padding: 2px;
left: -1px;
border: 1px dashed gray;
visibility: hidden;
color: black;
font-size: 10;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 30;
left: 5px; /*position where enlarged image should offset horizontally */

}

.H1 {
font-family: Arial, sans-serif, verdana;
font-size: 10;
color: #E6E4D1;
letter-spacing: .5px;
font-weight: bold;
}

.infoHeading {
font-family: Arial, sans-serif, verdana;
font-size: 16;
color: #6F0306;
font-weight: bold;
}


/* Footer links */
.Footer_links A:link {
	font-family: Arial;
	text-decoration: none;
	font-size: 11;
	color: #cccccc;
	font-weight: bold;
	}
.Footer_links A:active {
	font-family: Arial;
	text-decoration: none;
	font-size: 11;
	color: #cccccc;
	font-weight: bold;
	}
.Footer_links A:visited {
	font-family: Arial;
	text-decoration: none;
	font-size: 11;
	color: #cccccc;
	font-weight: bold;
	}
.Footer_links A:hover {
	font-family: Arial;
	text-decoration: underline;
	font-size: 11;
	color: #ffffff;
	font-weight: bold;
	}
	
.copyrightCopy
{
    FONT-WEIGHT: normal;
    FONT-SIZE: 10px;
    COLOR: #cccccc;
    FONT-FAMILY: tahoma,arial,helvetica;
    TEXT-DECORATION: none
}

.Pic1
{
  border:solid 1px #677472;
  background-color:transparent;
  FONT-SIZE: 12px;
  color:#677472;
 font-family: Arial;
 font-weight: bold;
}

.Pic2
{
  border:solid 1px #031651;
  background-color:transparent;
  FONT-SIZE: 12px;
  color:#031651;
 font-family: Arial;
 font-weight: bold;
}
.Pic3
{
  border:solid 1px #712020;
  background-color:transparent;
  FONT-SIZE: 12px;
  color:#712020;
 font-family: Arial;
 font-weight: bold;
}
.Pic4
{
  border:solid 1px #958201;
  background-color:transparent;
  FONT-SIZE: 12px;
  color:#958201;
 font-family: Arial;
 font-weight: bold;
}

dl {
	list-style: bullet;
	margin: 0;
	padding: 10;
	
	}
	
	
	/* News press area */
	.press-title {
	 FONT-SIZE: 18px;
  	color:#000000;
  	font-family: Georgia;
  	font-weight: normal;
  }
  
  A.press-titleLink:link {color: #000000; font-family: Georgia;  text-decoration: none; FONT-SIZE: 14px;  }
A.press-titleLink:visited {color: #000000; font-family: Georgia;  text-decoration: none; FONT-SIZE: 14px;  }
A.press-titleLink:active {color: #000000; font-family: Georgia; text-decoration: none; FONT-SIZE: 14px;  }
A.press-titleLink:hover {color: #611616; font-family: Georgia;  text-decoration: none; FONT-SIZE: 14px;  }