.navigation {
	color: #CCCCCC;
	font-weight:bold;
}
.textbody {
	color: #CCCCCC;
}
.navbar {
	background-image: url(images/navbar.png);
	cursor:pointer;cursor:hand;
}

.navbar a:link{
color:#cccccc;
}

.navbar a:visited{
color:#CCCCCC;
}

.navhover{
	background-image:url(images/navbardep.png);
}
.bold{
	font-weight:bold;
	font-size:110%;
}
body {
	background-color: #000000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	color: #CCCCCC;
	padding:0px;
	text-align:center;
	width: 1024px;
	}


}
body,td,th {
	color: #CCCCCC;
}

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.thumbnail{
position: relative;
z-index:10;
/*Add a height attribute and set to largest image's height to prevent overlaying*/
}

.thumbnail img{
overflow:hidden;
border: 2px solid white;
max-height:175px;
max-width:150px;
width: expression(this.height < this.width && this.width > 150 ? '150px' : true);
height: expression(this.height > this.width && this.height > 180 ? '180px' : true);

  }

.thumbnail:hover{
background-color: transparent;
z-index:50;
}

.thumbnail:hover img{
border: 2px solid white;
}

.thumbnail span{ /*CSS for enlarged image*/
position:absolute;
background-color: blue;
padding: 5px;
border: 1px solid black;
visibility: hidden;
color: black;
text-decoration: none;
width:400px;

}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
width:400px;
}

.thumbnail:hover span{ /*CSS for enlarged image*/
visibility: visible;
top: 20px;
left: 60px; /*position where enlarged image should offset horizontally */
width:400px;
z-index: 50;

}

.aboutusstyle1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
}
.aboutusstyle2 {
font-family: Arial, Helvetica, sans-serif
};
.aboutusstyle3 {
font-size: 18px;
};
.footer {
	color: #CCCCCC;
}

.large
.footer a:link {
	color: #336699;
}
.footer a:visited {
	color: #9933ff;
}
.bold a:link {
	color: #336699;
}
.bold a:visited {
	color: #9933ff;
}

a:link {
	color: #336699;
}
a:visited {
	color: #9933ff;
}

#trailimageid {
position: absolute;
visibility: hidden;
left: 0px;
top: 0px;
height: 1px;
z-index: 1000;
}
.borderbot { height: 1px; line-height: 1px; font-size: 1px; margin: 0px; padding: 0px; background: url(/images/dots.gif) repeat-x; }
