body {
	color: #444;
	font-family: trebuchet ms, verdana, sans-serif;
	font-size: 75%;
	margin:0px; 
	padding:0px;
	text-align:center;
}
p {
	padding-left: 5px;
}
td {
	font-size: 95% !important;
}
.emphasis {
	display: block;
	border: 2px dashed #eebf52;
	background-color: #eed190;
	padding: 10px 30px 15px 30px;
}
#top {
	background-image: url(bgt.gif);
	background-repeat: no-repeat;
	height: 12px;
	width: 600px;
	margin: 0px auto;
	background-position: bottom;
}
#container {
	background: #FFFFFF url(bg.gif) repeat-y scroll 0 0;
	margin: 0 auto;
	padding: 0;
	width: 600px;
	text-align: left;	
}

#header {
	height: 120px;
	margin: 0 5px;
	padding: 10px 0 0 0;
}

#body {
	margin: 0 15px 0 0;
	padding: 0 15px;
	
}

#navigation {
	height:35px;
	padding:0 30px;
	background-color: #333;
	margin: 0 13px 10px 2px;
	background-image: url(nav.gif);
	background-repeat: repeat-x;
}
#navigation ul {
	border:0 none;
	list-style-type:none;
	margin:0;
	padding:0;
	text-align:center;
}
#navigation li {
	display:block;
	float:left;
	margin:0;
	padding:0;
	text-align:center;
}

#navigation li a {
	display:block;
	float:left;
	height:27px;
	margin:0;
	padding:7px 18px 0;
	text-align:center;
	color: white;
	text-decoration: none;
	font-weight: bold;
	font-size: 1.05em;
}
#navigation ul li a:hover {
	background-color: #111111;
}
#navigation ul li a.active {
	background-color: #111111;
	color: #bb0008;
}

#footer {
	height: 40px;
	background-color: #333;
	color: white;
	margin: 40px 15px 0 5px;
	padding: 20px;
	text-align: center;
}
#footer a, #footer a:visited, #footer a:active, #footer a:hover {
	color: white;
	text-decoration: none;
	border-bottom:1px solid white;
}
#body a {
	color: #222;
	text-decoration: none;
	border-bottom:1px dotted #222;
}
#end {
	background-image: url(bgb.gif);
	background-repeat: no-repeat;
	height: 11px;
	width: 600px;
	margin-top: 3px;
	background-position: top;
}