* {
	border:0;
	margin:0;
	padding:0;
}

/* general */
a {
	color:#777;
	text-decoration:none;
}

a:hover {
	color:#333;
	text-decoration:none;
}

/* body */
body {
	background:#fafafa;
	color:#555;
	font:0.8em Arial, Helvetica, "bitstream vera sans", sans-serif;
}

/* header */
#header {
	border-bottom:1px solid #999;
	height:80px;
	margin:0 auto;
	width:950px;
}
#header h1 {
	color:#888;
	font-size:300%;
	letter-spacing:-3px;
	text-align:right;
	padding:5px;
	margin-bottom:-20px;
}
#header h2 {
	color:#CCC;
	font-size:200%;
	letter-spacing:-2px;
	text-align:right;
}

/* navigation */
#navigation {
	background:#fafafa;
	border-right:1px solid #999;
	margin:0 auto;
	width:950px;
	height:40px;
	list-style:none;
}
#navigation li {
	border-left:1px solid #999;
	float:left;
	width:188px;
	list-style:none;
	}
#navigation a {
	color:#555;
	display:block;
	line-height:40px;
	text-align:center;
}
#navigation a:hover {
	background:#e3e3e3;
	color:#555;
}
#navigation.active {
	background:#e3e3e3;
	color:#777;
}



/* content */
#content {
	height:auto;
	margin: 0 auto;
	padding:0 0 20px;
	width:950px;
}
#content h1 {
	border-bottom:1px dashed #999;
	font-size:1.8em;
	padding:20px 0 0;
}
#content p {
	padding:20px 20px 0px;
}

#content hr {
	border-bottom:1px solid #999;
}

#content p.hangingindent {
    padding-left: 40px ;
    text-indent: -40px ;
}

#content p.hangingindent-1 {
    text-indent: -20px ;
}

#content p.indent {
    padding-left: 40px;
}

#content p.indent-1 {
    padding-left: 40px;
}

#content p.indent-2 {
    padding-left: 40px;
}

#content p.indent-3 {
    padding-left: 60px;
}

#content p.indent-4 {
    padding-left: 80px;
}

#content p.footnote {
    padding-left: 20px ;
    text-indent: -20px ;
}

#content p.footnoteindent {
    padding-left: 40px ;
    text-indent: -20px ;
}
#content input {
	border-style: solid;
	border-color: #000000;
	border-width: 1px;
	background-color: #f2f2f2;
}
#content textarea {
	border-style: solid;
	border-color: #000000;
	border-width: 1px;
	background-color: #f2f2f2;
}
#content select {
	border-style: solid;
	border-color #000000;
	border-width: 1px;
	background-color: #f2f2f2;
}
#content li {
	padding: 4px;
}
#content ol {
	margin-left: 10px;
}

/* footer */
#footer {
	border-top:1px solid #999; 
	height:50px;
	margin:0 auto;
	padding:10px;
	text-align:center;
	width:751px;
}
