body	{
	background: #666;
	font-family: Verdana, Arial, san-serif;
	margin: 0px;
	padding: 0px;
	}

p	{
	font-size: 85%;
	text-align: justify;
	}

a	{
	color: #333;
	text-decoration: underline;
	}

a:hover	{
	color: #666;
	text-decoration: none;
	}

#top	{
	height: 72px;
	border-bottom: 4px solid #333;
	text-align: center;
	font-size: 200%;
	}

#left	{
	float: left;
	width: 144px;
	}

#main	{
	margin-left: 144px;
	padding: 24px 24px 24px 24px;
	border-left: 2px solid #333;
	border-bottom: 2px solid #333;
	background: #ddd;
	}

#bottom	{
	border-bottom: 2px solid #333;
	clear: both;
	padding: .25em;
	text-align: center;
	font-size: small;
	}

#bottom a	{
	color: #eee;
	text-decoration: none;
	}

#bottom a:hover	{
	background-image: url("bottom_highlight.gif");
	color: #666;
	text-decoration: none;
	}

#copyright {
	padding: .5em;
	background: #ddd;
	text-align: center;
	font-size: 65%;
	color: #666;
	}

ul.nav	{
	list-style-type: none;
	padding: 0px;
	}

ul.nav:before	{
	content: url(gold_shield.gif);
	}

ul.nav>a	{
	text-decoration: none;
	}

ul.nav>a>li {
	width: 132px;
	height: 24px;
	margin: 4px;
	border: 2px solid #ccc;
	text-indent: 0px;
	text-align: center;
	color: #ccc;
	}

ul.nav>a>li:hover {
	background: #ccc;
	color: #666;
	}