/* CSS Document */body {	width: 100%;	height: 100%;	background-color: #FFFFFF;	margin: 0;		background: url(Images/spacer.gif) repeat;}table {	width: 100%;	height: 100%;	margin-left: auto;	margin-right: auto;}/* top menu */tr.topnav {	position: absolute;		top: 0px;	left: 0px;	margin: 0;	width: 100%;	height: 25px;		background-color: #0033FF;		}td.topnav {	position: absolute;	top: 0px;	left: 0px;	margin: 0;	width: 100%;	height: 25px;			}ul.topnav {	width: 100%;	height: 25px;		list-style-type: none;	margin: 0;	position: relative;	top: 0px;	left: 175px;	}li.topnav {	width: 100%;	height: 25px;	display: inline;	font-family: Georgia, "Times New Roman", Times, serif;	font-size: 16px;	font-weight: normal;	font-variant: small-caps;	color: #FFFFFF;	background-image: none;}li.topnav a:link, li.topnav a:hover, li.topnav a:visited, li.topnav a:active {	width: 100%;	height: 25px;	color: #FFFFFF;	display: inline;	text-align: center;	text-decoration: none;		}/* finish *//* side menu */tr.sidenav, td.sidenav {	margin: 0;	width: 150px;	height: 550px;	padding: 0;		position: absolute;	top: 200px;	left: 0px;	}ul.sidenav {	width: 150px;	height: 595px;	position: absolute;	top: -16px;	left: -15px;	}li.sidenav {	display: block;		margin: 0;	float: left;	width: 150px;	height: 35px;	}li.sidenav a:link, li.sidenav a:visited {		margin: 0;	float: left;	width: 150px;	height: 35px;}li.sidenav a:hover, li.sidenav a:active {	margin: 0;	float: left;	width: 150px;	height: 35px;}/* finish *//* content */td.display {	width: 600px;		float: left;	position: relative;	top: 40px;	left: 200px;	margin: 0;	margin-right: 10px;	margin-left: 10px;}#layout {	width: 600px;		float: left;	margin: 0;	margin-right: 25px;}#col_left {	float: left;	max-width: 50%;	margin: 0px;	padding-right: 20px;				}#col_right {	float: right;	max-width: 40%;	margin: 0px;	margin-right: 10px;			}td.text {	font-family: Georgia, "Times New Roman", Times, serif;	font-size: 14px;	text-align: justify;	color: #666666;		}a.popup {	font-family: Georgia, "Times New Roman", Times, serif;	font-size: 12px;	text-align: right;	color: #0033FF;	text-decoration: none;	margin: 0;}div.date {	font-family: Georgia, "Times New Roman", Times, serif;	font-size: 14px;	text-align: right;	color: #0033ff;	width: 100%;	position: relative;	left: -100px;	top: -140px;}/* finish *//* photos  */#logo {		background-color: #FFFFFF;	position: relative;	top: 30px;	left: 15px;}#dot_bus {	position: relative;	left: 50px;	top: -10px;	margin: 0;}#title {	position: relative;	left: 125px;	bottom: 30px;	}/* finish *//* misc */h4 {	width: 100%;	text-align: left;	font-family: Georgia, "Times New Roman", Times, serif;	font-weight: bold;	text-decoration: none;	color: #666666;	}/* finish *//* footer */tr.footer {	color: #333333;	font-family: Georgia, "Times New Roman", Times, serif;	font-size: 10px;	text-decoration: none;	text-align: center;		width: 100%;	margin: 0;	position: relative;	top: 10px;	clear: left;}a.click {	color: #333333;	font-family: Georgia, "Times New Roman", Times, serif;	font-size: 10px;	text-decoration: none;	text-align: center;	display: inline;}img.copy {	vertical-align: middle;}/* finish */
