
body{
margin:0;
padding:0;

background: #ffffff url(none) no-repeat center top;
width: 100%
display:table;
text-align:center;
}

b{font-size: 110%;}
em{color: red;}

#maincontainer{
width: 745px; /*Width of main container*/
margin: 0 auto; /*Center container on page*/
text-align: left;
}



#topsection h1{
margin: 0;
padding-top: 2px;
font-family: "Trebuchet MS"; font-size: 16pt; color: #400080}

h2{
font-family: "Trebuchet MS"; font-size: 11pt; color: #400080}

#contentwrapper{
float: left;
width: 100%;
}

#contentcolumn{
margin-left: 100px; /*Set left margin to LeftColumnWidth*/

}

#leftcolumn{
float: left;
width: 100px; /*Width of left column*/
margin-left: -745px; /*Set left margin to -(MainContainerWidth)*/
background: #ffffff;

}

#footer{
clear: left;
width: 100%;
color: #000000;
text-align: center;
padding: 4px 0;
; font-family: "Trebuchet MS"; font-size: 7pt}

#footer a{
color: #FFFF80;
}

.innertube{
margin: 2px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-top: 0;
background: #ffffff;
}

.innertube2{
margin: 0px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-top: 0;
background: ffffff;
border: 1px #400080 none;
font-family: "Trebuchet MS"; font-size: 9pt; text-align:left;
}


ul {  font-family: "Trebuchet MS"; font-size: 9pt; color: #400080; line-height: 12pt; LIST-STYLE-TYPE: none; margin-left: 5px;}
.img2 {  border: 1px solid; border-color: #400080;}
td {  font-family: "Trebuchet MS"; font-size: 9pt; text-align:left;}

.thumbnail{
position: relative;
z-index: 0;

}

.thumbnail:hover{
background-color: transparent;
z-index: 50;

}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: white;
padding: 5px;
left: -1000px;
border: 1px dashed #400080;
visibility: hidden;
color: #cc0099;
text-decoration: none;
text-align: center;
}
A {
  color: #400080;
  text-decoration: none;
}

A:hover {
  color: #400080;
  text-decoration: underline;
}
.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: -100;
left: 15px; /*position where enlarged image should offset horizontally */

}.caption {  font-family: "Trebuchet MS"; font-size: 7pt; color: #CC0099; text-align: center;}