	
html {
	height: 100%}
	
body {
	background-color: #FFFFFF;
	color: #000000;
	font-family: Tahoma, Arial, Helvetica, Geneva, sans-serif;
	font-size: 100%;
	margin: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	text-align: center;
}

HR {
	height: 1px
}

.img {
	border-bottom: #000000 1px solid;
	border-left: #000000 1px solid;
	border-right: #000000 1px solid;
	border-top: #000000 1px solid;
}

a img {
	border-bottom: #000000 1px solid;
	border-left: #000000 1px solid;
	border-right: #000000 1px solid;
	border-top: #000000 1px solid;
}	

#page {
	background-color: #FFFFFF;
	margin: 0px auto;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	text-align: center;
	width: 600px;
}

#content {
	position:relative;
	text-align: left;
	width:600px;
	margin-top: 100px;
	margin-bottom: 100px;
	z-index:2;
}

#content H1 {
	font-size: 1.2em;
	text-transform: uppercase;
	letter-spacing: 0.1em;
}

#content H2 {
	font-size: 1em;
}

#content P {
	font-size: 0.9em;
}

#content UL {
	font-size: 0.9em;
}

#content A {
	color: #666666;
	text-decoration: none;
}

#content A:hover {
	text-decoration: underline;
}

#form {
	position:relative;
	width:400px;
	z-index:1;
	margin-left: 100px;
	margin-right: 100px;
}

.redtext {
	color: #FF0000;
}

#nav {
	font-size: 0.8em;
	color: #333333;
	font-weight: bold;
	text-align: center;
	border-top: #DDDDDD 1px solid;
	color: #333333;
	text-align: center;
}

#nav A {
	color: #333333;
	text-decoration: none;
}

#nav A:hover{
	color: #333333;
	text-decoration: underline;
}

#copyright {
	font-size: 0.9em;
	color: #333333;
	text-align: center;
}
#copyright A {
	color: #666666;
	text-decoration: none;
}

#copyright A:hover {
	text-decoration: underline;
}

/* Code block */
dl.codebox {
	padding: 3px;
	background-color: #FFFFFF;
	border: 1px solid #d8d8d8;
	font-size: 1em;
}

dl.codebox dt {
	text-transform: uppercase;
	border-bottom: 1px solid #CCCCCC;
	margin-bottom: 3px;
	font-size: 0.8em;
	font-weight: bold;
	display: block;
}

blockquote dl.codebox {
	margin-left: 0;
}

dl.codebox code {
	/* Also see tweaks.css */
	overflow: auto;
	display: block;
	height: auto;
	max-height: 200px;
	white-space: normal;
	padding-top: 5px;
	font: 0.9em Monaco, "Andale Mono","Courier New", Courier, mono;
	line-height: 1.3em;
	color: #8b8b8b;
	margin: 2px 0;
}

/* Form elements */
dt label {
	font-weight: bold;
	text-align: left;
}

dd label {
	white-space: nowrap;
	color: #333;
}

dd input, dd textarea {
	margin-right: 3px;
}

dd select {
	width: auto;
}

dd textarea {
	width: 85%;
}
