/* ==============================================
PAGE SETUP
===============================================*/
body {
	background-color: #FFAA33;
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 11px;
	letter-spacing: 1px;
	line-height: 16px;
}
#headerBar {
	position: relative;
	background-color: #CC6600;
}
#headerLinks {
	padding: 10px 10px 0 0;
	position: relative;
	float: right;
	width: 450px;
	text-align: right;
}
#subHeader {
	color: #FFFFFF;
	background-color: #666699;
	padding: 3px 10px;
}
#pageContent {
	padding: 10px;
	text-align: left;
}
#footerBar {
	padding: 10px;
	text-align: center;
	border-top: 1px solid #666699;
	font-size: 10px;
	line-height: 14px;
	color: #CC6600;
}

/* ==============================================
TEXT STYLES
===============================================*/
p {
	margin: 0 0 10px 0;
}
ul {
	margin: 0 0 15px 0;
} 
h1, 
h2, 
h3 {
	margin: 0 0 15px 0;
	padding-top: 10px;
}
a {
	color: #993300;
}
a:hover {
	color: #CC6600;
}
li {
	margin-bottom: 5px;
}
h1,
h2,
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}
h1 {
	font-size: 28px;
}
h2 {
	font-size: 22px;
}
h3 {
	font-size: 18px;
}
.larger {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
	line-height: 18px;
	font-weight: bold;
	margin-top: 5px;
}
.smaller {
	font-size: 10px;
	color: #993300;
	line-height: 12px;
}
/* ==============================================
OTHER COMPONENTS
===============================================*/
table {
	border-collapse: collapse;
}
tr {

}
td {
	padding: 5px 10px;
}
.centred {
	text-align: center;
}
#headerLinks img {
	border: none;
	margin-left: 3px;
}
.indent {
	margin-left: 30px;
}