html, body {
	font-family: Helvetica, Verdana, sans-serif;
	font-size: 90%;
	line-height: 1.2em;
	margin: 0;
	padding: 0;
	background-color: #eee;
	color: #575757;
}

a {
	text-decoration: none;
	color: #f6863b;
}

a:hover {
	color: #575757;
	text-decoration: underline;
}

img {
	border: 0;
}

h1 {
	font-size: 1.5em;
	font-weight: bold;
	color: #3ba9f6;
	padding: 0;
	margin: 0;
	text-align: left;
	text-decoration: none;
	margin-bottom: 12px;
	line-height: 1.2em;
}

h2 {
	font-size: 1.2em;
	font-weight: normal;
	color: #3ba9f6;
	padding: 0;
	margin: 0;
	text-align: left;
	text-decoration: none;
	margin-top: 12px;
}
table {
	border: 0;
}
table, tr, th, td {
	padding: 0;
	margin: 0;
	text-align: left;
	font-weight: normal;
}

#all {
	background: #fff;
}

#mainBody {
}
#header {
	border-left: 2px solid #eee;
	border-right: 2px solid #eee;
	width: 732px;
	padding: 12px;
	margin: auto;
	text-align: center;
	height: 80px;
	background: url('../images/background-header.jpg') 0 0 no-repeat;
	text-shadow: 1px 1px 1px #fff;
}
#header strong {
	font-size: 1.5em;
	font-weight: bold;
}

#navigation {
	background: #3ba9f6;
	border-top: 2px solid #eee;
	border-bottom: 2px solid #eee;
	height: 24px;
	text-align: center;
}
#navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 756px;
	margin: auto;
}
#navigation ul li {
	display: inline;
	line-height: 24px;
	padding-left: 12px;
	padding-right: 12px;
}
#navigation ul li a {
	color: #fff;
	font-weight: bold;
	font-size: 1.2em;
	text-shadow: -1px 1px 1px #000;
}
#navigation ul li a:hover {
	color: #f6863b;
	text-decoration: none;
}
#navigation ul li.active {
	border-bottom: 3px solid #eee;
}
#content {
	border-left: 2px solid #eee;
	border-right: 2px solid #eee;
	width: 732px;
	padding: 12px;
	margin: auto;
	min-height: 300px;
}
#content table {
	padding-top: 6px;
	padding-bottom: 6px;
}
#content th,td {
	padding: 3px;
}
#content th {
	font-weight: bold;
	background: #3ba9f6;
	color: #fff;
	width: 114px;
}
#content td {
	background: #eee;
	width: 233px;
}
img.content {
	margin-left: 6px;
	margin-bottom: 6px;
}

#spacer {
	height: 2px;
	background: #eee;
}
#footer {
	border-top: 1px solid #3ba9f6;
}
#footerContent {
	padding: 12px;
	border-left: 2px solid #eee;
	border-right: 2px solid #eee;
	width: 732px;
	padding: 12px;
	margin: auto;
	font-size: 0.9em;
}
#footerContent .colL,
#footerContent .colR {
	width: 366px;
	float: left;
}
#footerContent .colR {
	text-align: right;
}

#copyright,
#copyright a {
	color: #bbb;
	text-align: center;
	clear: left;
	padding-top: 24px;
}
#copyright a:hover {
	color: #575757;
}