/* CSS Stylesheet */

body {
 	  background-color: black;
	 font-family:"neo sans", arial; font-size:small; color:black;
	 text-align: center;
 	 }
H1 {
	 font-family:"neo sans", arial; font-size:xlarge; color: black; text-align: right;
	 }
H2 {
	 font-family:"neo sans", arial; font-size:medium; color: black; text-align: center;
	 }
H3 {
	 font-family:"neo sans", arial; font-size:medium; color: black; text-align: left;
;
	 }
H4 {
	 font-family:"neo sans", arial; font-size:small; background-color:  black; color:#930e13;
	 }
H5 {
	 font-family:"neo sans", arial; font-size:small; font-weight: bold; color:#06693A; text-align: center;
	 }
P.big  {
	 font-family:"neo sans", arial; font-size:small; font-weight: bold; color: black; text-align: centre;
	}
P.medium  {
	 font-family:"neo sans", arial; font-size:small; font-weight: normal; color: black; text-align: justify;
	}
P.small  {
	 font-family:"neo sans", arial; font-size:x-small; font-weight: bold; color: black; text-align: center;
	}
LI {
	 font-family:"neo sans", arial; font-size:medium; color: black; 
	 text-align: left;
	 }
A:link {text-decoration: none; color:  black;}
A:visited {text-decoration: none; color:   black;}
A:active {text-decoration: none; color:  black;}
A:hover {text-decoration: underline; color:  black;}
a.blackmedium:link {
	font-family:"neo sans", arial;
	font-weight: bold;
	font-size: small;
	text-decoration: underline;
	line-height: 2em;
	color: black;
}     /* unvisited link */
a.blackmedium:visited {
	font-family:"neo sans", arial;
	font-weight: bold;
	font-size: small;
	text-decoration: underline;
	line-height: 2em;
	color: #06693A;
}     /* visited link */
a.blackmedium:hover {
	font-family:"neo sans", arial;
	font-weight: bold;
	font-size: small;
	text-decoration: underline;
	line-height: 2em;
	color: #e8a91c;
}     /* mouseover link */
a.blackmedium:active {
	font-family:"neo sans", arial;
	font-weight: bold;
	font-size: small;
	text-decoration: underline
	line-height: 2em;
	color: #e8a91c;
}     /* selected link */
a.blacksmall:link {
	font-family:"neo sans", arial;
	font-weight: normal;
	font-size: 10px;
	text-decoration: underline;
	line-height: 2em;
	color: black;
}     /* unvisited link */
a.blacksmall:visited {
	font-family:"neo sans", arial;
	font-weight: normal;
	font-size: 10px;
	text-decoration: underline;
	line-height: 2em;
	color: #06693A;
}     /* visited link */
a.blacksmall:hover {
	font-family:"neo sans", arial;
	font-weight: normal;
	font-size: 10px;
	text-decoration: underline;
	line-height: 2em;
	color: #e8a91c;
}     /* mouseover link */
a.blacksmall:active {
	font-family:"neo sans", arial;
	font-weight: normal;
	font-size: 10px;
	text-decoration: underline
	line-height: 2em;
	color: #e8a91c;
}

#shelley_outer {
	width: 800px;
	top: 2px;
	bottom: 2px;
    background-color: white;
    margin-top: auto;
    margin-bottom: auto;
    margin-left: auto;
    margin-right: auto;
    padding: 0px;
    border: 1px solid black;
}
#list-menu {
	width: 160px;	/* this width value is also effected by the padding we will set later on the links. */
}
#list-menu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#list-menu li {
	margin: 0;
	 font-family:"neo sans", arial; font-size:medium; color: black; 
	 text-align: right;
}
#list-menu a {
	display:block;
	width: 152px;
	padding: 0px 4px 10px 4px;
	border-top: 0px solid white;
	border-right: 1px solid white;
	border-bottom: 1px solid white;
	border-left: 1px solid white;
	background: white;
	font-weight: bold; /* lets remove the link underlines */
}
#list-menu a:link, #list-menu a:active, #list-menu a:visited {
	color: black;
	font-size: small;
	font-weight: bold;
}
#list-menu a:hover {
	border: 1px solid #000000;
	background: #e8a91c;
	color: #06693a;
	font-size: small;
	font-weight: bold;
}
table {
	border-collapse:collapse;
	border: 0px;
	margin: 0px;
	padding: 0px;
	width: 100%;
}
div#tipDiv {
  position:absolute; visibility:hidden; left:0; top:0; z-index:10000;
  background-color:#4e4f51; border:1px solid #e8a91c; 
  width:150px; padding:6px;
  font-family:arial; font-size:small; text-align:center; color:White;
  line-height:1.3;
}
div#tipDiv a:link { color:#33b }
div#tipDiv a:visited { color:#339 }

div#links a img {height: 0; width: 0; border-width: 0;}
div#links a:hover img {position: absolute; 
    top: 80px; left: 5px; height: 200px; width: 200px;}