@charset "utf-8";
/* CSS Document */
body{
	font:62.5%/1.4 Verdana, sans-serif;
	margin:0;
	padding:0;
}

h1{
	font-size:140%;
}
h2{
	font-size:120%;
	color:#2f2826;
}
table{
	border:1px solid #000;
	margin-top:5px;
}
table tr td{
	border-collapse:collapse;
	margin:0px;
	padding:5px;
	border:1px solid #CCCCCC; padding:5px; 
}
table tr th{
	padding:2px;
	background-color:#66CCFF;
}
#container{
	/*margin:0px auto;*/
	width:auto;
	border:none;
}
#header{
	display:none;
}
#crumbs {
	display:none;
}
#containerMiddle{
	padding-bottom:5px;
}
#navigation{
	display:none;
}
#navigation ul{
	padding-right:3px;
	list-style-type: none;
	padding: 0;
	margin: 0;
	text-align:right;
}
#navigation ul li{
	margin:px;
	text-transform:capitalize;
	font-variant:small-caps;
}
#content{
	float:none;
	width:auto;
	padding:0px 8px;
	font-size:1.2em;
}
#content img{
	border:1px solid #000;
	margin:0.5em;
}
#content p{
	clear:both;
}
#content a,a:hover,a:active,a:visited{
	color:#000000;
	text-decoration:underline;
	border:none;
}
#footer{
	clear:both;
	width:auto;	
	color:#000000;
}

/* hacks */
br.clear{ clear:both; margin:0px; padding:0px; }
