body{
	background-color:#4A3797;
	text-align: center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#7F0055;
	font-size: 0.8em;
}
.page {
	background-color: #FFFFFF;
	height: 500px;
	width: 800px;
	padding:auto;
	margin:auto;
}

a:hover{
	text-decoration:none;
}

.ls_text, .ls_text a
	{
		font-family:Tahoma;
		font-size:12px;
		line-height:12px;
		color:#808080;
		text-decoration:none;
	}

.ls_text a{font-weight:bold}

.ls_text a:hover{text-decoration:underline}

.h_text, a, b, span
	{
		font-family:Tahoma;
		font-size:12px;
		line-height:12px;
		color:#FF7200;
	}
	
.link a
	{
		font-family:Tahoma;
		font-size:9px;
		line-height:9px;
		color:#04A001;
		text-decoration:none;
		font-weight:bold;
	}

.link a:hover
	{
		text-decoration:underline;
	}

.link img
	{
		margin-left:5px;		
	}

.no_class, form, .no_class td
	{
		width:auto;
		height:auto;
		margin:0px;
		padding:0px;
		border:0px;
		color: default;
	}	

.form
	{
		height:22px; margin-top:6px;
	}		

.form input
	{
		 border-color:#EBEBEB; border-width:1px; background-color:#E5F1E5; padding-left:5px;margin-right:5px;
	}

textarea{
		 border-color:#EBEBEB;border-width:1px; background-color:#E5F1E5; padding-left:5px; 
	}

 a	{
		font-family:Tahoma;
		font-size:11px;
		line-height:11px;
		color:#FF7200;		
	}
	
#t
	{
	background-color: #FCCF25;
	}

#b
	{
		background-image:url(images/b-dr.gif);
		background-repeat:repeat-x;
		background-position:top;
	}

.col_l
	{	padding-top:29px;
		padding-bottom:15px;
		padding-left:36px;		
	}

.col_r
	{	padding-top:29px;
		padding-bottom:15px;
	}

#t3
	{
		background-image:url(images/dr.gif);
		background-repeat:repeat-x;
	}

#topbox {
	height: 100px;
	width: 200px;
	margin-top: 10px;
	margin-right: 36px;
	background-image: url(/images/orangebox.gif);
	background-repeat: norepeat;
}


/*- Menu Tabs E--------------------------- */

    #tabsE {
      float:left;
      width:100%;
      background:#000;
      font-size:12px;
	  font-weight:bold;
      line-height:normal;

      }
    #tabsE ul {
        margin:0;
        padding:10px 10px 0 50px;
        list-style:none;
      }
    #tabsE li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabsE a {
      float:left;
      background:url("./menu/tableftE.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 4px;
      text-decoration:none;
      }
    #tabsE a span {
      float:left;
      display:block;
      background:url("./menu/tabrightE.gif") no-repeat right top;
      padding:5px 15px 4px 6px;
      color:#FFF;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabsE a span {float:none;}
    /* End IE5-Mac hack */
    #tabsE a:hover span {
      color:#FFF;
      }
    #tabsE a:hover {
      background-position:0% -42px;
      }
    #tabsE a:hover span {
      background-position:100% -42px;
      }

        #tabsE #current a {
                background-position:0% -42px;
        }
        #tabsE #current a span {
                background-position:100% -42px;
        }
.banner {
	background-image: url(/img/banner2.jpg);
	background-repeat: no-repeat;
	height: 130px;

}
/*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 green;
margin: 0 5px 5px 0;
}

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

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

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: lightyellow;
padding: 10px;
left: -1000px;
top:-400px;
border: 1px 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*/
visibility: visible;
top: 0;
left: -430px; /*position where enlarged image should offset horizontally */
top:-400px;
z-index: 50;
}
