/*
 * General typography
 */

body {
	font: 10pt Verdana, Arial, Helvetica, sans-serif;
	color: black;
}

h1 {
	font-size: 150%;
	color: #036;
}

h2 {
	font-size: 125%;
	color: #036;
}

h3 {
	font-size: 110%;
	color: #036;
}

table {
	font-size: 100%;
	padding: 0;
}

th {
	font-weight: bold;
	text-align: left;
	vertical-align: top;
}

td {
	vertical-align: top;
}

/*
 * Page layout
 */

body {
	background-color: #ddd;
	text-align: center;
	min-width: 760px;
}

#container {
	width: 720px;
	margin: 0 auto;
	text-align: left;
	background-color: white;
}

#content {
	padding: .25em;
}

#header {
	background: url(images/headerbg.png) repeat-x;
	color: white;
}

#footer {
	background-color: #0092e9;
	color: white;
	padding: .25em;
}

#footer a:link, #footer a:visited {
	color: white;
}

div.sidebar {
	background-color: #eee;
	padding: 0.5em;
	border: thin solid #ccc;
	float: right;
}

/*
 * Forms
 */

table.form {
	padding: .25em;
	background-color: #eee;
	border: thin solid #ccc;
}

label.required {
	font-weight: bold;
}

.error {
	color: #c00;
	font-weight: bold;
}

/*
 * Button-styled links
 */
 
.button {
	padding: 0.2em 0.6em 0.2em 0.6em;
	background-color: #ff9;
	text-decoration: none;
	font-weight: bold;
	border: thin solid #fc0;
}