body {
	margin:0; border:0; padding:5px;
	font: 11px/16px georgia,'times new roman',times,serif;
	color:#fff;
	}

p {
	margin-top:0;
	margin-bottom:1em;
	}
	
	
a:link, a:visited { color:#fff; text-decoration:none; font-size: 13px; }
a:active, a:hover { color:#c00; text-decoration:none; }

#separator {
	border-bottom:3px double #fff;
	margin:8px 0;
	width:230px;
	}

td#links {
	font-size:12px;
	}
	
	
ul {
	margin-top: 0.2em;
	padding-left:22px;
	margin-left:0 !important;
	font-size:11px;
	}
ul li {
	list-style: outside square url(images/bullet2.gif);
	margin-bottom: 0.33em;
	}

#container {
	margin: 0 auto;
	border:1px solid #000;
	padding:5px;
	width:400px;
	text-align:center;
	}
	
	
#welcome {
	font: 16px georgia,times,serif;
	color:#000;
	margin-bottom:10px;
	}

#welcome2 {
	font: 14px georgia,times,serif;
	color:#000;
	}

/* NAV BAR */

#topnav {
	text-align:center;
	margin:0;
	padding:0;
	white-space:no-wrap;
	}

#topnav ul {
	list-style: none !important;
	display: inline !important;
	padding:0;
	border:0;
	margin:0;

	text-align:center;
	}
		
#topnav li {
	list-style: none !important;
	background:transparent;
	width: 100px;
	float:left;
	margin:0;
	}

/* below is where you specify the height of the block and the display */
		
#topnav li a {
		display: block;
		font: normal 10px/10px 'trebuchet ms',verdana,arial,helvetica,sans-serif;
		color: #fff;
		text-align:center;
		text-decoration: none;
		text-transform:uppercase;
		border:1px solid #fff;
		padding:2px 3px;
		margin:0;
		width:100%;
		}

	html>body #topnav li a {
		width: auto;
		}

	#topnav li a:hover {
		background:#fff;
		color:#000;
		display:block;
		}

