body {
	margin : 1px 1px 1px 1px;
	background-color:#FFE1E1;
	border: 0px #cccccc solid;
	max-width: 960px;
	margin-left:auto;
	margin-right:auto;
width:expression(document.body.clientWidth < 750? "740px" : document.body.clientWidth > 1024? "1024px" : "auto"); 
}
A:link {text-decoration:underline;color:#8A40C8}
A:hover {text-decoration:underline;color:#8A40C8}
A:visited {text-decoration:underline;color:#8A40C8}
A:active {text-decoration:underline;color:#8A40C8}
.nav A:link {text-decoration:none;color:#000000}
.nav A:visited {text-decoration:none;color:#000000}
.nav A:hover {text-decoration:underline;color:#000000}
.nav A:active {text-decoration:none;color:#000000}
.nav2 A:link {text-decoration:none;color:#FFE1E1}
.nav2 A:visited {text-decoration:none;color:#FFE1E1}
.nav2 A:hover {text-decoration:underline;color:#e987a5}
.nav2 A:active {text-decoration:none;color:#FFE1E1}
.title {font-size:10pt;font-weight:bold;font-family:<font face="Trebuchet MS" color="black" size="2">
;color:#000000;background-color:#FFE1E1;text-align:left;}
.content {font-family:"Trebuchet MS", Arial, Helvetica
;padding:8px 8px 8px 8px;text-align:left;}
.nav {font-size:9pt;font-weight:bold;font-family:"Trebuchet MS", Arial, Helvetica
;color:#000000;background-color:#FFE1E1;}
.nav2 {padding:5px 5px 5px 5px;font-size:9pt;font-weight:bold;font-family:"Trebuchet MS", Arial, Helvetica
;color:#000000;}
select {width:130px;}
.footer {font-size:9pt;font-family:"Trebuchet MS", Arial, Helvetica
;color:black;text-align:center;}
-->

/*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: white;
padding: 0px;
left: -1000px;
border: 0px dashed gray;
visibility: hidden;
color: black;
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: 30px;
left: 50px; /*position where enlarged image should offset horizontally */
}
.nav2 center a b {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
}



/************************************************
*	jFlow									    *
************************************************/

    #jFlowSlide{ background:#00000; font-family:"Trebuchet MS", Arial, Helvetica; }  
    #myController { font-family:"Trebuchet MS", Arial, Helvetica; padding:2px 0;  width:540px; background:#000000; }  
    #myController span.jFlowSelected { background:#ffffff;margin-right:0px; }  
    .slide-wrapper {padding: 5px; }  
    .slide-thumbnail { width:540px; float:left; }  
    .slide-thumbnail img {max-width:540px; }  
    .jFlowControl, .jFlowPrev, .jFlowNext { color:#FFfffF; cursor:pointer; padding-left:5px; padding-right:5px; padding-top:2px; padding-bottom:2px; }  
    .jFlowControl:hover, .jFlowPrev:hover, .jFlowNext:hover { background: #000000; }  
