.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;

}
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{
border: 0px solid black;
}

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

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

.thumbnail span{ /*CSS for enlarged image*/
position:absolute;
background-color: blue;
padding: 5px;
left: -1000px;
border: 1px solid black;
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: 20px;
left: 60px; /*position where enlarged image should offset horizontally */
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{
	z-index: 100; position: absolute;
}


.glossymenu{
margin: 5px 0;
padding: 0;
width: 163px; /*width of menu*/
border-bottom-width: 0;
}

.glossymenu a.menuitem{
background: black url(images/navbar.png) repeat-x bottom left;
font: bold 14px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
color: white;
display: block;
position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
width: auto;
padding: 4px 0;
padding-left: 10px;
text-decoration: none;
}


.glossymenu a.menuitem:visited, .glossymenu .menuitem:active{
color: white;
}

.glossymenu a.menuitem .statusicon{ /*CSS for icon image that gets dynamically added to headers*/
position: absolute;
top: 6px;
right: 5px;
border: none;
}

.glossymenu a.menuitem:hover{
background-image: url(images/navbardep.png);
}

.glossymenu div.submenu{ /*DIV that contains each sub menu*/
}

.glossymenu div.submenu ul{ /*UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0;
}
.glossymenu div.submenu ul li a{
background: black url(images/navbarlight.png) repeat-x bottom left;
font: 13px  "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
font-style: italic ;
color: white;
display: block;
position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
width: auto;
padding: 4px 0;
text-decoration: underline;
text-align: center;
}

.glossymenu div.submenu ul li a:hover{
background: black url(images/navbarlightdep.png) repeat-x bottom left;
}

