body
{
	background: url("/bkg.gif") fixed top;
	color:#333;
	margin-top: 60px;
	margin-bottom: 60px;
	font: normal .9em/1.5em Cambria, Georgia, "Trebuchet MS", Verdana, sans-serif; 
	text-align: center;
	color: #444;
	border: none 0; 
}
#wrapper 
{
	margin: 0 auto;
	width: 860px;
}
.page {
	text-align: left;
	background-color: #FFF; 
	padding: 30px; 
	border-right: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
	width: 800px;
}
a {
	color: #993355;
}
.page a {
	font: normal 10pt Verdana, sans-serif;
	line-height: 14pt;
	width: auto;
	border: 0;
}
.page a:link, 
.page a:visited {
	text-decoration: none;
}
.page a:hover,
.page  a:active {
	color: #666;
	background-color: #EEE;
}
.page h1, 
.page h1 a:link, 
.page h1 a:hover, 
.page h1 a:active, 
.page h1 a:visited {
	font: normal 16pt/18pt "Lucida Grande", Arial, "Trebuchet MS", Verdana, sans-serif;
	text-align: left;
	margin: 0pt;
	padding-bottom: 5px;
	border: none 0;
	border-bottom: 1px solid #EEE; 
	background-color: transparent;
}
ul
{
    list-style:none;
    display:table;
    margin:0 auto;
}
ul li
{
    display:table-cell;
    padding:2px 5px;
}
ul li:after
{
    padding-left:5px;
    content:"  |  ";
}
ul li:last-child:after
{
    content:"";
}
.page .active
{
    text-decoration:none;
    border-bottom:1px dotted #707070;
}

ul.nav li>ul{

	display: none;
	position: absolute;
	max-width: 40ex;
	margin-left: -6px;
	margin-top: 2px;
}

ul.nav li:hover>ul
{

	display: block;
}


h1{
	text-align: center;
}

h2{
	text-align: left;
}

h6{
	text-align: center;
	font-size: 1.25em;
}

p{
	text-align: left;
}

