* {
	border:0;
	margin:0;
	padding:0;
}

/* general */
dd {
    padding-left: 20px;
	padding-top: 8px;
}
a {
	color:#909;
	text-decoration:underline;
}

a:hover {
	color:#c0c;
	text-decoration:underline;
}

/* body */
body {
	background:#fafafa;
	color:#555;
	font:0.8em Arial, Helvetica, "bitstream vera sans", sans-serif;
}

/* header */
#header {
	border-bottom:1px solid #999;
	height:150px;
	margin:0 auto;
	width:751px;
	/*position: fixed;*/
}
#header h1 {
	color:#606;
	font-size:300%;
	letter-spacing:-3px;
	text-align:right;
	padding:5px;
	margin-bottom:-10px;
}
#header h2 {
	color:#909;
	font-size:200%;
	letter-spacing:-2px;
	text-align:right;
}

/* navigation */
#navigation {
	background:#fafafa;
	border-right:1px solid #999;
	margin:0 auto;
	width:750px;
	height:30px;
	list-style:none;
	/*position: fixed;*/
}
#navigation li {
	border-left:1px solid #999;
	border-bottom:1px solid #999;
	float:left;
	width:124px;
	width:106px;
	line-height:30px;
	list-style:none;
}
#navigation a {
	color:#555;
	color:#909;
	display:block;
	text-align:center;
}
#navigation a:hover {
	background:#e3e3e3;
	color:#555;
	color:#000;
}
#navigation .active {
	background:#e3e3e3;
	background:#e366e3;
	background:#707;
	color:#777;
	color:#000;
	color:#fff;
}
#navigation a:hover.active {
	background:#e3e3e3;
	background:#e366e3;
	background:#707;
	color:#777;
	color:#000;
	color:#fff;
}

/* content */
#content {
	height:auto;
	margin:0 auto;
	padding:0 0 20px;
	width:751px;
}
#content h1 {
	border-bottom:1px none #999;
	font-size:1.8em;
	padding:20px 0 0;
}
#content h2 {
	border-bottom:1px dashed #999;
	font-size:1.3em;
	padding:20px 0 0;
}
#content p {
	padding:20px 20px 0;
}
#content ul {
    padding:20px 40px 0;
}
#content li {
    padding:3px 20px 0px 0;
}
#content pre {
    font-size: 1.3em;
}
#content form input {
	margin-left: 25px;
	padding: 10px 10px 10px 10px;
	background: #ff0;
	color: #808;
	font-weight: bold;
	font-size: 1.15em;
}

/* table */
#content table {
	border-collapse: collapse;
	margin: 10px 25px;
}
#content tr { background: #FFF; }
#content th, td {
	text-align: left;	
    vertical-align: bottom;    
	border-width: 1px;
  	border-style: solid;
}
#content th {
  	padding: .8em .5em;
	background: #2C76A6;
	background: #707;
  	border-color: #308ABA #308ABA #246F97 #308ABA;
	border-color: #000 #000 #000 #ccc;
	color: #fff;
	font-weight: bold;
}
#content td {
	border-color: #c9c9c9;
	padding: .7em .5em;
}

/* footer */
#footer {
	border-top:1px solid #999; 
	height:50px;
	margin:0 auto;
	padding:10px;
	text-align:center;
	width:751px;
}