.menu_contents {
	display: none;
	position:absolute;
	white-space: normal;
	background:white;
	border:1px solid #666;
	z-index:65535;
	font-size: 14px;
	padding: 0;
	width: 350px;
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
	-moz-box-shadow: 5px 5px 5px #666;
	-webkit-box-shadow: 5px 5px 5px #666;
	box-shadow: 5px 5px 5px #666;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	padding-top:10px;
	padding-bottom:10px;
}

.menu_contents ul {
	padding:0;
	margin:0px;
	margin-top:1px;
	margin-bottom:1px;
}

.menu_contents li {
	list-style-type:none;
	padding: 4px;
	text-align:left;
}

.menu_contents li:hover {
	background-color:#eef;
	overflow:hidden;
}

.menu_contents li a {
	color: #003;
	font-size:12pt;
}

.menu_contents li a:hover {
	background-color:transparent;
}

.bio-paragraph {
	clear: right;
	margin-left:3em;
	margin-top:1em;
}

.bio-title {
	font-weight: bold;
	margin-left:-2em;
	margin-bottom: .5em;
}

.bio-paragraph img {
	float: right;
}


a {
	/*font-family: Arial, Helvetica, sans-serif;*/
	color: #0033DD;
	text-decoration: none;
}

a:hover {
/*	font-family: Arial, Helvetica, sans-serif;*/
	/*font-size: 15px;*/
	color: #0033DD;
	background-color:#EDF4FF;
}

#enter a {
	font-size: 20px;
	color: #DDDDDD;
	text-decoration: none;
}

#enter a:hover {
	font-size: 20px;
	color: #FFFFFF;
	text-decoration: underline;
}

body, p, td{
	font-family: Arial, Helvetica, sans-serif;
}

p.legal {
	text-align: center;
	font-size: .8em;
}

img {
	border:none;
	margin:10px;
}

#page{
	padding:10px;
	min-height:100em;
	background-repeat:repeat-y;
}
#content{
	background-color: #FFF;
	margin:0;
	padding:4px;
}

table.clean, table.clean tr th, table.clean tr td, table.clean tr {
	border-collapse:collapse;
	border: 1px solid black;
}
table.clean tr td {
	text-align: center;
}
table.clean tr th {
	font-weight: bold;
	text-align: center;
}
table.clean tr th:first-child {
	text-align: left;
	font-weight: bold;
}
table.clean tr td, table.clean tr th {
	padding: 5px;
}

.reel-container {
	position:relative;
	margin-left:auto;
	margin-right:auto;
	height:478px;
	width:863px;
	padding:0;
}

.rotating-item {
	display:none;
	position:absolute;
	top:0;
	left:0;
}

#cosmos {
	margin-right:auto;
	margin-left:auto;
	width:1150px;
	overflow:hidden;
	border-left:1px solid #EDB;
	border-right:1px solid #EDB;
	background-color: white;
}
body {
	background-color:#CCDDEE;
}
