
body {
    margin: 0 0 1em 0;
	padding: 0; /* need for Opera */
	background: #fff;
	color: #333;
	min-width: 610px;
    
    text-align: center;
    
}

body, td, th, input {
            font-family: verdana, sans-serif;
            font-size: small;
}

:link { color: #039; }
:visited { color: #636; }
:link:hover, :visited:hover { color: #333; }
:link:active, :link:active { color: #000; }

h1, h2, h3, h4, h5, h6 {
	margin: 1em 0 0.2em 0;
	border-bottom: 1px solid #ccc;
	font-family: arial, verdana, sans-serif;
}
h1 { font-size: 160%; font-weight: normal; }
h2 { font-size: 150%; font-weight: normal; }
h3 { font-size: 120%; }
h4 { font-size: 100%; }
h5 { font-size: 90%; }
h6 { font-size: 90%; border: 0; }

#head div, #content {
	width: 900px; margin: 0 auto;
}
#headtop {
    padding-top: 6px;
    height: 94px;
}
#head {
    height: 120px;
	position: relative;
	border-bottom: 1px solid #A1A6B1;
	background: #FADCD1 url("/img/header.png") top repeat-x;
	z-index: 1;
	text-align: left;
	padding: 0 50px;
}
#content { padding: 0 50px; text-align: left; }

#maincontent {
    line-height: 145%;
    float: left;
	width: 62%;
	margin-bottom: 2em;
    
}
#mainnavigation {
    float: right;
	width: 35%;
	margin-top: 1em;

}


#topnav a {
  color: black; text-decoration: none;
}

#topnav {
  padding: 2px;
  }
  
code {
    display: block;
    background-color: #dddddd;
    border: solid 1px #999999;
    padding: 10px;
}
  
h2.detail { color: #aaa; border-bottom: 0; font-weight: normal; }


#bottom {
    margin-top: 2em;
    border-top: 1px solid #ccc;
    clear: both;
}