body {
	margin: 0px;
	padding: 0px;
	background-color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-image: url(../img/bg.gif);
}

#outer {
	position: relative;
	width:800px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	text-align: left;
}

#inner {
	padding: 5px;
	margin-top: 2px;
	clear: both;
	background: #fff;
	min-height: 500px
}

#footer {
	text-align: center;
	font-size: 10px;
	line-height: 2;
	background-color: #fff;
	padding-top: 20px;
}

#header {
	padding: 5px;
	background-color: black;
}

.left {
	padding: 5px;
	float: left;
}

div.menu ul li {
	display: inline;
	margin-right: 20px;
}
.body a, .body a:visited .body.a:link, .body.a:visited {
	color: black;
}
a:link.inactive, .login a:link, a.inactive:visited, .login a:visited
{
	color: #fcc956;
}

a:link.active, a.active:visited {
	color: #cca328;
}

#left_sidebar {
	width: 220px;
	text-align: center;
	float: left;
	margin: 10px;
	background-color: #fcc956;
	
}

.login {
	color: #c00;
	float: right;
}

.tier3, .tier2, .tier1 {
	margin-left: 250px;
	font-weight: bold;
}

.tier3, .tier3 a {
	font-size: 10pt;
	color: #000;
	line-height: 1.7em;
}

.tier2, .tier2 a {
	font-size: 12pt;
	color: #3c3656;
	line-height: 1.7em;
}

.tier1, .tier1 a {
	font-size: 14pt;
	color: #380203;
	line-height: 1.7em;
}

h1 {
}

h2 {
	line-height: 1.5em;
	text-align: center;
	font-size: 24pt;
}

h3 {
	line-height: 1.3em;
	text-align: center;
	font-size: 16pt;
}

h4 {
	font-size: 12pt;
	text-align: center;
}

h5 {
	font-size: 12pt;
	line-height: 1.1em;
	text-align: center;
}

h6 {
	font-size: 10pt;
	line-height: 1.1em;
	text-align: left;
}

#flashMessage {
	font-style: italic;
}


