
body {
	background:url(imgs/bk.jpg);
	margin: 10px;
}
a:link, a:visited, a:active {
	color:#FFFFFF;
	text-decoration: none;
}
a:hover {
	color:#CCCCCC;
	text-decoration: none;
}
.clink a:link, .clink a:visited, .clink a:active {
	color:#003366;
	text-decoration: none;
}
.clink a:hover {
	color:#0000FF;
	text-decoration: none;
}

form {
	margin: 0;
}


.top {
	padding:0 0 0 0;
	
	height:100%;
	width: 994px;
	
}
.sitebody {
	margin: 0 auto;
	width: 994px;
	height: 100%;
}

.header {
	vertical-align: bottom;
	height: 138px;
	max-height:138px;
	font-size: 20px;
	font-weight: bold;
	width: 994px;
	valign: bottom;
}

.logo{
float:left;

}

.navmenu {
	padding-top:10px;
	font:"Times New Roman", Times;
	font-size:26px;
	color:#ffffff;
}
.plug{
	padding-top:20px;
}
.content {
	background:url(imgs/backgroundcrowd.gif);
	background-repeat:no-repeat;
	background-position:center;
	background-position:bottom;
	width:978;
	max-height:610px;
	min-height:610px;
	overflow:auto;
	vertical-align: top;
	
}
.footer {
	background:url(imgs/backgroundcrowd.gif);	
	background-repeat:no-repeat;
	background-position:center;
	background-position:bottom;
	text-align:center;
	vertical-align:middle;
	font-family:Arial;
	font-size: 18px;
	height: 20px;
	color:#FFFFFF;
	width:500;
	max-width:500;	
}

.transbox
  {
  width:95%;
  padding-bottom:5px;
  padding-left:5px;
  padding-right:5px;
  padding-top:5px;
  vertical-align:top;
  vertical-align:text-top;
  background-color: #ffffff;
  border: 1px solid black;
  /* for IE */
  filter:alpha(opacity=60);
  /* CSS3 standard */
  opacity:0.6;
  }
  .smtransbox
  {
  width:95%;
  padding-bottom:5px;
  padding-left:5px;
  padding-right:5px;
  padding-top:5px;
  vertical-align:top;
  vertical-align:text-top;
  background-color: #ffffff;
  border: 1px solid black;
  /* for IE */
  filter:alpha(opacity=40);
  /* CSS3 standard */
  opacity:0.4;
  }