body {
  font-family: Verdana, Geneva, Arial, helvetica, sans-serif; background-color:#cfd0d2; margin: 0 auto;
}

td {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
}

th {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
}
p {
font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; font-style: normal; line-height: 16px; text-align:left; COLOR: #000000; 
}
h1 {
font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; font-style: normal; COLOR: #999999;
}
a.style1 {
font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; font-style: normal; COLOR: #999999;
}	
a.orange {
font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; font-style: normal; COLOR: #FF9900;
}
ul {
	margin: 0px; padding: 0px; padding-top: 1px; height: 20px; list-style: none; width: 100%; float: right;
}
ul li {
	float: right; height: 20px; vertical-align: middle;
}
A:link {
	FONT-WEIGHT: bold; FONT-SIZE: 11px; COLOR: #FFFFFF; TEXT-DECORATION: none; font-family: Verdana;
}
A:visited {
	FONT-SIZE: 11px; COLOR: #FFFFFF; TEXT-DECORATION: none; font-family: Verdana; font-weight: bold;
}
A:hover {
	FONT-WEIGHT: bold; FONT-SIZE: 11px; COLOR: #FFFFFF; TEXT-DECORATION: underline; font-family: Verdana;
}
A.index:link {
FONT-WEIGHT: bold; FONT-SIZE: 11px; COLOR: #999999; TEXT-DECORATION: none; font-family: Verdana, Arial, Helvetica, sans-serif;
}
A.index:visited {
FONT-SIZE: 11px; COLOR: #999999; TEXT-DECORATION: none; font-family: Verdana, Arial, Helvetica, sans-serif;; font-weight: bold;
}
A.index:hover {
FONT-WEIGHT: bold; FONT-SIZE: 11px; COLOR: #999999; TEXT-DECORATION: underline; font-family: Verdana, Arial, Helvetica, sans-serif;;
}
#wrapper{
width: 1000px; height: 541px; vertical-align: middle; background-color:#FFFFFF; margin:0 auto;
}
#axisHeader {
width: 100%; height: 104px; float:left; background-image:url(images/axis3_webheader.jpg); background-repeat:no-repeat; border-bottom: solid; border-bottom-color:#333333; border-bottom-width: 1px;
}
#axisSpacer {
width: 100%; height: 79px; float:left;
}
#axisNav {
width: 780px; height:25px; float: right; background-color:#bbbdbe;
}
#axisMiddle {
width: 100%; height: 412px; float:left; 
}
#axisContent {
width: 499px; height: 412px; float:left; 
}
#axisDate {
width: 471px; height: 20px; float:left; border-bottom: dotted; border-bottom-color:#CCCCCC; border-bottom-width: 1px; font-family:Verdana, Arial, Helvetica, sans-serif; font-size: 11px; font-weight: normal; color:#999999; padding-left: 28px; padding-top: 8px;
}
#axisContenttxt {
width: 471px; float:left; padding-left: 28px; padding-top: 30px;
}
#axisImages {
width: 499px; height: 412px; float:right; 
}
#axisImagespacer {
width: 420px; height: 15px; float:right; 
}
#axisGifs {
width: 420px; height: 227px; float:right; 
}
#axisThumbnails {
width: 420px; height: 60px; float:right; 
}
#axisThumb {
width: 60px; height: 60px; float:right; 
}
#axisFooter {
width: 100%; height: 25px; float: left; background-color: #cfd0d2; border-top: solid; border-top-color:#333333; border-top-width: 1px;
}
#axisFooter2 {
width: 49.5%; height: 20px; float: left; vertical-align: middle; padding-left: 5px; padding-top: 4px; font-family:Verdana, Arial, Helvetica, sans-serif; font-size: 10px; font-weight:bold; color:#FFFFFF;
}
#axisFooter3 {
width: 49.5%; height: 20px; float: right; vertical-align: middle; padding-right: 5px; padding-top: 4px; font-family:Verdana, Arial, Helvetica, sans-serif; font-size: 10px; font-weight:bold; color:#999999; text-align:right
}
#axisForm {
width: 100%; margin: 0 auto; float: left; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; font-style: normal; padding-top: 4px; padding-left: 28px;
}
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

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

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}
.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: #cfd0d2;
padding: 5px;
left: -1000px;
border: 1px dashed gray;
visibility: hidden;
color: #666666;
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: 0px;
left: -270px; /*position where enlarged image should offset horizontally */
}
.thumbnail2{
position: relative;
z-index: 0;
}

.thumbnail2:hover{
background-color: transparent;
z-index: 50;
}
.thumbnail2 span{ /*CSS for enlarged image*/
position: absolute;
background-color: #cfd0d2;
padding: 5px;
left: -1000px;
border: 1px dashed gray;
visibility: hidden;
color: #666666;
text-decoration: none;
}
.thumbnail2 span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}
.thumbnail2:hover span { /*CSS for enlarged image on hover*/
visibility: visible;
top: -140px;
left: -270px; /*position where enlarged image should offset horizontally */
}