/* CSS Document */

body, html {
    margin:0px;
    background-color:#000000;
	height:100%;
	overflow:hidden;
}
a {
    color:#666666;
	font-size:11px;
	text-decoration:none;
}
div, td {
	font-family:Tahoma, Arial, Helvetica, Verdana, sans-serif;
	font-size:11px;
	color:#666666;
}
.fixwidth_canvasDiv {
    position:absolute;
    top:0px;
    right:0px;
    bottom:0px;
    left:0px;
    width:expression(document.body.clientWidth);
	height:expression(document.body.clientHeight);
	font-size:0px;
	vertical-align:middle;
}
.main_table {
	height:100%;
}
/* ie only */
.wrapper {
	#position: absolute;
	#top: 50%;
}
.content {
	#position: relative;
	#top: -50%;
}
/* end */
.shell {
	width:900px;
	height:500px;
	text-align:left;
}
.header {
	width:900px;
	height:50px;
	background-image:url(../images/logo-top.gif);
	background-repeat:no-repeat;
	background-position:left top;
}
.nav_links {
	float:right;
	width:589px;
	margin-top:5px;
	text-align:right;
}
.menuitem {
	font-size:13px;
	color:#666666;
	font-weight:bold;
}
.menuitem_chosen {
	font-size:13px;
	color:#FFFFFF;
	font-weight:bold;
}
.menuitem:hover {
	color:#333333;
}
.spacer {
	padding-left:8px;
	padding-right:8px;
}
.main_area {
	position:relative;
	width:900px;
	height:300px;
}
.nav_bar {
	position:relative;
	width:900px;
	height:120px;
	background-image:url(../images/logo.jpg);
	background-repeat:no-repeat;
	background-position:right center;
}
.footer {
	width:900px;
	height:20px;
	text-align:left;
	border-top:1px solid #333333;
}
.copyright {
	font-size:9px;
	line-height:18px;
}