/* BASIC PAGE LAYOUT & DEFAULT STYLES */

* {
	padding: 0;
	margin: 0;
}

body {
	background: #fff;
	padding: 0 0 1em;
	border-top: 0.35em solid #5af;
	font: 100%/1.2 Tahoma, Arial, Helvetica, sans-serif;
	color: #666;
	text-align: center;
}

#page {
	width: 75em;
	margin: 0 auto;
	font-size: 0.825em;
	text-align: left;
}

#nav,
#content {
	float: right;
	display: inline;
	line-height: 1.4;
}

h1,
h2,
h3,
h4,
h5 {
	padding: 0 0 0.025em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #464847;
}

h1 {
	font-size: 2.3em;
}

h2 {
	border-bottom: 1px solid #ccc;
	margin: 0 0 0.5em;
	font-size: 1.3em;
}

h3 {
	font-size: 1.2em;
}

h4,
h5 {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 1em;
}

p {
	padding: 0 0 1em;
}

ul {
	padding: 0 0 1em 0.8em;
	margin: 0 0 0 1.2em;
	list-style: disc;
}

ol {
	padding: 0 0 1em 1.8em;
	margin: 0 0 0 1.2em;
	list-style: decimal;
}

abbr {
	cursor: help;
}

a:link {
	color: #39f;
	text-decoration: none;
}

a:visited {
	color: #5af;
	text-decoration: none;
}

a:hover {
	color: #f90;
	text-decoration: underline;
}

a:active {
	color: #f60;
	text-decoration: underline;
}

hr {
	display: none;
}

strong {
	font-weight: normal;
	color: #464847;
}

/* CONTENT (LEFT COLUMN) */

#content {
	width: 53em;
	padding: 0 2em 0 0;
}

#content ul ul {
	padding: 0 0 0 0.8em;
}

#content table {
	width: 100%;
	border-bottom: 1px solid #ccc;
	border-spacing: 0;
	margin-bottom: 1em;
	font-size: 1em;
}

#content table caption {
	padding: 0.5em;
	border-bottom: 1px solid #ccc;
	font: normal 1.3em/1.2 Georgia, "Times New Roman", Times, serif;
	color: #464847;
	text-align: left;
}

#content table th {
	color: #464847;
}

#content table th,
#content table td {
	padding: 0.25em 0.5em;
	font-weight: normal;
	text-align: left;
}

#content table .t,
#content table .tr {
	border-top: 1px solid #ccc;
}

#content table .tr,
#content table .r {
	border-right: 1px solid #ccc;
}

#content table td span {
	visibility: hidden;
}

/* FORMS */

form label {
	display: block;
	padding: 0 0 0.25em;
	margin-right: 1em;
	color: #464847;
}

form label.cc {
	display: inline;
	padding: 0;
	margin-right: 0;
	font-weight: normal;
	color: #666;
}

form input,
form textarea {
	-moz-border-radius: 0.45em;
	-webkit-border-radius: 0.45em;
	border-radius: 0.45em;
	margin-left: 1.25em;
}

form input.text,
form textarea {
	background: #fff;
	width: 45em;
	padding: 0.25em;
	border: 1px solid #ccc;
	font: 1em/1.2 Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #555;
}

form input#submit {
	background: #5af;
	padding: 0.25em 1em;
	border: 1px solid #5af;
	outline: none;
	font: 1em/1.2 Georgia, "Times New Roman", Times, serif;
	color: #fff;
	cursor: pointer;
}

form #bots {
	display: none;
}

form strong {
	color: #d00;
}

/* NAVIGATION (RIGHT COLUMN) */

#nav {
	width: 20em;
}

#nav p {
	padding: 0.5em 0 0;
	font-size: 0.95em;
}

#nav ul {
	padding-bottom: 2em;
}

#nav ul ul {
	padding-bottom: 0;
}

#nav form#search {
	padding: 0 0 2em;
	margin: 0;
}

#nav form input.text {
	width: 100px;
	border: 1px solid #ccc;
	margin: 0 0 0 0.5em;
	font-family: monospace;
}

#nav form input.submit {
	background: none;
	padding: 0 0 2px;
	border: 1px solid #ccc;
	font-size: 1em;
	font-weight: bold;
	color: #555;
	cursor: pointer;
}

/* HEADER & MENU */

#header {
	position: relative;
	padding: 4em 0;
}

#header p {
	font-style: italic;
	text-indent: 1.25em;
}

/* FOOTER */

#footer {
	clear: both;
	text-align: right;
}

#footer p {
	padding: 0.75em 0 1em;
	border-top: 1px solid #ccc;
}
