/* Styling Defaults */
html, body {
	font-family: verdana,sans-serif;
  height:100%;
  margin:0;
}
body 
{
	font-family: verdana,sans-serif;
	color:#ffffff;
	background-color: #000000;
}
.news
{
	font-family: verdana, sans-serif;
	font-size: 15px;
	color: #0000FF;
	background: #99CC99;
}
a:hover.news, a:active.news
{
	background: yellow;
}

.aboutinfo
{
	font-family:"Lucida Console", "Lucida Grande";
	font-size: 16px;
	font-weight: bold;
	word-spacing: normal;
}

TD,p,li,ul,div,span,input,select
{	
	font-family: verdana,sans-serif;
	font-size:13px;
}
a 
{
	text-decoration: none;
	}

a:active 
{
	color: #9CA8C9;
	}

a:visited 
{
	color: #0000FF;
	}

a#visited:hover {
	cursor: default;
	}

html>body a:hover {
	border-bottom-style: 2px solid;
	background: #BCB8B8;
	}

a.white,a:visited.white
{
	color:White;	
}
a.link,a:visted.link
{
	color:#0000FF;
}
a:hover.link
{
	background:#BCB8B8;
}


a.Image
{
	border-bottom:none;
	text-decoration: none;
}
a.Image:visited
{
	border-bottom:none;
	text-decoration: none;
}
a.Image:hover
{
	border-bottom:none;
	text-decoration: none;
}

.TopBar
{
	height:60px;
	background-color:rgb(239,239,239);
	padding:20px;
}

.SideBar
{
	background-color:#7E6C6C;
	padding:6px;
}

.Content
{
	TEXT-ALIGN: left;
	background-color:rgb(239,239,239);
	padding:10px;
}

.nav1
{
	font-size:9px;
	color:white;
}

.nav2
{
	font-size:13px;
	color:white;
}
.nav3
{
	font-size:11px;
	color:white;
	
	
}
.nav4
{
	font-size:11px;
	color:#333333;
}

.head2
{
	font-size:20px;
	font-weight:bold;
	background-position: center;
	position: relative;
	text-align: center;
}
/* CSS for the thumnail gallery */

div.float {
	float: left;
	padding: 10px;
	
  }
  
div.float p {
   text-align: center;
   }
