@charset "UTF-8";

body {
	margin:0;
	padding:0;
	font:12pt Georgia, "Times New Roman", Times, serif;
}
p#welcome {
	margin:.2ex .5em;
	position:absolute;
	top:3.5ex;
	left:0;
}
/* top global nav bar */
#topnav {
	height:3.5ex;
	background-color:#333;
	color:#999;
	border-bottom:1px #000 solid;
	line-height:3.5ex;
	padding-left:10px;
	font-size:90%;
}
#topnav a.right {
	float:right;
	padding-right:10px;
}
#topnav a:hover.right {
	color:#f00;
}
#topnav ul {
	margin:0;
	padding:0;
	list-style-type:none;
	display:inline;
}
#topnav ul li {
	display:inline;
	padding-left:15px;
}
#topnav a:link, #topnav a:active, #topnav a:visited, #footer a:link, #footer a:active, #footer a:visited {
	text-decoration:none;
	color:#ccc;
}
#topnav a:hover, #footer a:hover {
	text-decoration:underline;
	color:#fff;
}
#comingsoonsm {
	visibility:hidden;
	position:absolute;
	top:25px;
	left:20em;
	width:200px;
}
#footer {
	clear:both;
	font-size:65%;
	text-align:center;
	top:50px;
	position:relative;
	height:3.5ex;
	background-color:#333;
	color:#999;
	border-top:1px #000 solid;
	line-height:3.5ex;
}