/* CSS Document */

td {
	font-family: Arial;
	font-size: 14px;
	font-weight: normal;
	color: black;

}

#maintable {
	border-top: 1px solid #666666;
	border-bottom: 1px solid #666666;
	border-left: 1px solid #666666;
	border-right: 1px solid #666666;
	width: 740px;
	align: centre;
}

	/*  Horizontal nav */

.menubar {
	background-color:#5C5C5C;
	border-top: 1px solid #666666;
	border-bottom: 1px solid #666666;
}

#menubar {
	margin: 0;
	padding: 0;
}

#menubar ul {
	border: 0;
	margin: 0;
	padding: 0;
	list-style-type: circle;
	text-align: center;
	clear: left;
}

#menubar ul li {
	display: block;
	float: left;
	text-align: center;
	padding: 0;
	margin: 0;
}
	
#menubar ul li a {
	background: #5C5C5C;
	width:121px;
	height:22px;
	border-top: 0px solid #ccc;
	border-left: 1px solid #ccc;
	border-bottom: 0px solid #ccc;
	border-right: none;
	padding: 0;
	margin: 0 0 0px 0;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	text-align: center;
	font-weight: normal;
	font-size: 14px;
	line-height: 22px;
	line-spacing: 1px;
}

#menubar ul li a:hover {
	color: #000;
	background: #ccc;
}

#menubar ul li #menuselect {
	color: black;
	font-weight: bold;
	background-color: #aaaaaa;
}

#menubar ul li #menuselecthome {
	color: black;
	background-color: #666666;
}


#topbar {
	line-height: 1px;
	background-color: #666666;
}

#copyrightbar {
	line-height: 15px;
	background-color: #666666;
	font-family: Arial;
	font-size: 10px;
	font-weight: normal;
	color: white;
	text-align: center;
}

.pic {
	border: 1px solid #AAA;
}