/* Style Sheet */

/* Link Assignments */
A.menulink:link {color: #006600; text-decoration: underline; }
A.menulink:visited {color: #006600; text-decoration: underline; }
A.menulink:active { background: none; color: #cc9900; text-decoration: none; }
A.menulink:hover { background: none; color: #cc9900; text-decoration: none; }

A.bodylink:link {color: #FF0000; text-decoration: underline; }
A.bodylink:visited {color: #FF0000; text-decoration: underline; }
A.bodylink:active { background: none; color: #cc9900; text-decoration: none; }
A.bodylink:hover { background: none; color: #cc9900; text-decoration: none; }

        
/* Style Classes */

body {  font-family: arial, helvetica, serif;
	font-size: 80%;
	background: white url(images/bg.gif) 6000px 6000px;
	padding: 2em;
	margin: 0; }

#content {width: 52em;
	  background-color: #ffffff;
	  border: 5px double #333333;
	  margin: auto;
	  voice-family: "\"}\""; 
	  voice-family:inherit; }

html>body #content {width: 60em;} 

a {text-decoration: none; }

a:link    {color: #ff0000;
          text-decoration: underline; 
          font-size: 12; }

a:visited {color: #ff0000;
          text-decoration: underline; 
          font-size: 12; }

a:active  { color: #cc9900;
          font-size: 12; }

a:hover   { color: #cc9900;
          text-decoration: none;
          font-size: 12; }


td {    padding: 0px ;
	font-size: 12;
	margin: 0; }


h1 {    text-align: left;
	padding: 5px ;
	margin: 0; }

h3 {    text-align: left;
	padding: 0px ;
	margin: 0; }

h6 {    text-align: center;
	text-decoration: italic;
        color: #666666;
	padding: 5px ;
	margin: 0; }

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

#nav a {font-weight: bold;
        font-size: 12;
	color: #006600; }

#nav a {text-decoration: none;}

#nav li li a {
        width=112;
	display: block;
	font-weight: normal;
	color: #000000;
	padding: 0.4em 10px;}

#nav li li a:hover {
        width=112;
	padding: 0.4em 10px;
	border-width: 0 5px;
        background-color: #FFFFCC; 
        text-decoration: none;}



li {    float: left;
        width=112;
	position: relative;-
	width: 8.27em;
	text-align: center;
	font-size: 85%;
	cursor: default;
	background-color: #FFCC66;
	border: 1px solid #333333;
	border-width: 1px 0; }

li#first {border-left-width: .4em; }

li#last {border-right-width: .4em; }


li ul { display: none;
	position: absolute;
	top: 100%;
	left: 0;
	font-weight: normal;
	font-size: 110%;
	background-color: #FFCC66;
	padding: 0.5em 0 1em 0;
	border-right: solid 1px #666666;
	border-left: solid 1px #666666;
	border-bottom: solid 1px #666666; }

li>ul {top: auto;
       left: auto;}

li li {
	display: inline;
	float: none;
	background-color: transparent;
	border: 0;}

li:hover ul, li.over ul {
	display: block;}


hr {display: none;}

p {     clear: left;
	padding: 1em 1em 0 1em;
        font-size: .8em;
	margin: 0; }

p.image {float: right;
	 font-size: .6em;
	 text-align: center;
	 color: #666666;
	 padding: 1.25em 1.25em 0.25em 0.25em; }

p.image img {display: block;
	 border: 1px solid #666666; }



/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.gallerycontainer{
position: relative;
/*Add a height attribute and set to largest image's height to prevent overlaying*/
}

.thumbnail img{
border: 1px solid white;
margin: 0 5px 5px 0;
}

.thumbnail:hover{
background-color: transparent;
}

.thumbnail:hover img{
border: 1px solid black;
}

.thumbnail span{ /*CSS for enlarged image*/
background-color: 009A66;
padding: 5px;
left: -1000px;
border: 1px solid black;
visibility: hidden;
color: white;
text-decoration: none;
}

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

.thumbnail:hover span{ /*CSS for enlarged image*/
visibility: visible;
top: 50;
width: 238;
text-align: center;
left: 300px; /*position where enlarged image should offset horizontally */
z-index: 50;
}




/* Disable Third Voice */

img.AweAnnotMarker { visibility:hidden;width:0;height:0;position:relative }
div.AweAnnotRoot { visibility:hidden;width:0;height:0;position:relative }
div.AweActiveBasicAnnot { visibility:hidden;width:0;height:0;position:relative }
div.annotPadColor { visibility:hidden;width:0;height:0;position:relative }
hr.AweActiveHoriLine { visibility:hidden;width:0;height:0;position:relative }
hr.AweInactiveHoriLine { visibility:hidden;width:0;height:0;position:relative }
hr.AweActiveVertLine { visibility:hidden;width:0;height:0;position:relative }
hr.AweActiveVertHrLine { visibility:hidden;width:0;height:0;position:relative }
div.AweActiveVertDivLine { visibility:hidden;width:0;height:0;position:relative }
div.AweInactiveVertDivLine { visibility:hidden;width:0;height:0;position:relative }