@charset "utf-8";
#button {
	background-color: #6699FF;
	text-align: center;
	font-weight: bold;
	padding: 5px 0 5px 0;
	color: #000;
}
#button:hover   {
	background-color: #336699;
}

body  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #000000;
	background-image: url(_img/background.jpg);
	background-position: center top;
	background-repeat:no-repeat;
	position: relative;
	margin: 0;
	padding: 0;
	text-align: center;
}
	#left {
		float:left;
		width:150px;
		margin:0; padding:0;
		background:url("corner.gif") top right no-repeat;
		font-size:80%;
		}
	#right {
		float:right;
		width:150px;
		margin:0; padding:0;
		background:url("corner.gif") top right no-repeat;
		font-size:80%;
		}
	#middle {
		margin:0 150px;
		background:yellow;
		font-size:80%;
		}
#navcontainer {
	margin-left: auto;
	margin-right: auto;
	width: 695px;
	margin-top: 0px;
}


#navcontainer ul
{
	color: White;
	float: left;
	font-size: 12px;
	background-color: #003366;
	padding: 0;
	margin: 0;
}



#navcontainer ul li {
	display: inline;
}

#navcontainer ul li a
{
	padding: 3px 18px;
	background-color: #036;
	color: White;
	text-decoration: none;
	float: left;
	border-right: 1px solid #fff;
}

#navcontainer ul li a:hover
{
background-color: #369;
color: #fff;
}

			
.info {
	padding: 0px;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: groove;
	border-right-style: groove;
	border-bottom-style: groove;
	border-left-style: groove;
	border-bottom-color: #009900;
	border-left-color: #006600;
	border-top-color: #006600;
	border-right-color: #009900;
	background-color: #FFFFFF;
	margin: 15px 0px 15px 0px;
	text-align: left;
}
.info img {
	margin: 5px;
}
.data {
	border-color: #336699;
	border: solid #335599 2px;
}

.header {
	font-size: 14px;
	font-weight: bold;
	background-image: url(_img/header.jpg);
	background-repeat: repeat-y;
	text-align: left;
}
.tbodd {
	background-color: #99CCFF;
}
.sidebar {
	float: left;
	width: 150px;
	margin: 0 0 0 5px;
	padding: 0;
}
.links {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
