/* CSS Document */
body {
		background-color: #000000;
		font-family: Verdana, Helvetica, Arial, sans-serif;
		font-size: x-small;
}
a {
	font-weight: bold;
	color: #0066FF;
	text-decoration: none;
}
a:hover {
	color: #0099FF;
	font-weight: bold;
	text-decoration: underline;
}
a:visited {
	color: #0099FF;
	font-weight: bold;
}
a:active {
	color: #0099FF;
	font-weight: bold;
}
a.link {
       visibility: hidden;
}
iframe {
	width: 202px;
	height: 375px;
}
img {
	border: 0px;
}
select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
}
#container {
	margin-top: 10px;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	width: 760px;
	border: 1px solid #999999;
	background-color: #EEEEEE;
	text-align: left;
}
#header {
	background-Image: url( '/images/photo_header.jpg' );
	height: 82px;
}
#nav {
	background-Image: url( '/images/nav_bar.jpg' );
	height: 39px; 
}
#content {
	font-size: x-small;
	background-color: #FFFFFF;
	margin: 20px;
	padding: 10px;
	height: 540px;
	border: 1px solid #CCCCCC;
}
table.nav {
	font-family: Verdana, Arial, sans-serif;
	font-size: small; 
	font-weight: bold;
	height: 39px;
	margin-right: 5px;
}
td.nav {
	cursor: pointer;
	cursor: hand;
}
td.nav_hover {
	cursor: pointer;
	cursor: hand;
	color: #AAAAAA;
	font-weight: bold;
}
div.section {
	text-align: left;
	font-size: x-small;
	background-color: #FDFDFD;
	padding: 10px;
	margin: 10px;
	border: 1px solid #CCCCDD;
}
