body { margin: 0; padding: 0; color: #000000; background-color:#FFFFFF}

@charset "utf-8";
.TopStrip { width: 100%; height:31px; background-image:url(/images/topbgstrip.gif) repeat-x; text-align:right; }

#TopNav {text-align:right; font-family: "Trebuchet MS", "Century Gothic", Arial; padding-top: 6px;}

#TopNav ul {
	margin-left: 0;
	padding-left: 0;
	display: inline;
	} 

#TopNav ul li {
	margin-left: 0;
	padding: 8px 8px;
	border-left: 1px solid #CCCCCC;
	list-style: none;
	display: inline;
	font-family: "Trebuchet MS", "Century Gothic", Arial;
	font-weight:regular;
	font-size: 11px;
	}
	
#TopNav ul li a {color: #666666; text-decoration:none;}
#TopNav ul li a:visited {color: #666666; text-decoration:none;}
#TopNav ul li a:active {color: #666666; text-decoration:none;}
#TopNav ul li a:hover {color: #333333; text-decoration:none;}
		
#TopNav ul li.first {
	margin-left: 0;
	border-left: none;
	list-style: none;
	display: inline;
	}

#container { width: 100%; height: 100%; display: table; }
#position { display: table-cell; vertical-align: middle; width: 100%; text-align: center; }

.BotStrip { width: 100%; height:31px; background-image:url(/images/topbgstrip.gif) repeat-x; text-align:right; font-family: "Trebuchet MS", "Century Gothic", Arial; font-size:10px; color:#333333; padding-right:20px; }

#Demo { position:absolute; right:15px; top:31px; width: 204px; height: 40px; background-image:url(/images/demo.gif); }

.DemoCallout {
	visibility:hidden;
	position:absolute;
	left:30%;
	top:25%;
	width:576px;
	height:340px;
	z-index:1500;
	padding:0px;
}

#CloseButton {
	visibility:hidden;
	position:absolute;
	left:765px;
	top:8px;
	width:67px;
	height:19px;
	z-index:72;
	background-color:#FFFFFF;
}

