body {
	font-family: Arial;
	font-fize: 12px;
}

body {
	padding: 0px;
	margin: 0px;
}

h1,h2,h3,h4 {
	color: #52291d;
}

a, a:link, a:visited {
	color: #467e72;
	text-decoration: none;
}

.spacer {
	clear: both;
}

img {
	border: none;
}

div#wrapperTop {
	background: white;
	width: 900px;
	margin: 0px auto;
}
div#wrapperBottom {
	background: url(../images/nav_background.jpg) repeat-y;
	width: 900px;
	min-height: 1000px;
	margin: 0px auto;
}

div#header {
	background: url(../images/header.jpg) no-repeat;
	width: 900px;
	height: 50px;
}
p#headerLinks {
	float: right;
	margin: 15px 30px 0 0;
}
p#headerLinks a, p#headerLinks a:link, p#headerLinks a:visited {
	padding-left: 20px;
	color: white;
	font-size: 12px;
	font-family: Arial;
	text-decoration: none;
}

div#banner {
	background: url(../images/banner_kgcoe.jpg) no-repeat;
	width: 900px;
	height: 81px;
}
div#banner img {
	display: block;
	float: left;
}

a#kgcoeLink {
	background: url(../images/banner_kgcoe.jpg) repeat-y;
	display: block;
	float: left;
	width: 278px;
	height: 81px;
}

div#navigation {
	float: left;
	width: 227px;
	padding: 40px 0 0 0;
}
div#navigation a {
	display: block;
	color: #f6f6f6;
	font-family: 'Trebuchet MS';
	text-transform: uppercase;
	letter-spacing: 0px;
}

a.nav {
	width: 208px;
	height: 18px;
	padding-left: 19px;
	margin: 0 0 4px 0;
	font-size: 13px;
	font-weight: bold;
}
a.nav:hover {
	background: #467E72;
}
a.navSelect {
	background: #467E72 url(../images/nav_select_arrow.jpg) no-repeat;
}

a.subNav {
	width: 194px;
	height: 16px;
	padding: 2px 0 0 33px;
	margin: 0 0 4px 0;
	font-size: 12px;
	font-weight: bold;
}
a.subNav:hover {
	background: #52291d;
}
a.subNavSelect {
	background: #52291d;
}

div#content {
	float: left;
	width: 607px;
	padding: 50px 20px 0 46px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

div#pageHeading {
	font-family: 'Trebuchet MS';
	text-transform: uppercase;
	letter-spacing: 0;
	font-size: 16px;
}

img#sectionTab {
	display: block;
	float: left;
}

div.portletLeft {
	float: left;
	margin: 0 8px 10px 0;
}
div.portletRight {
	float: left;
	margin: 0 0 10px 0;
}

div#footer {
	padding: 10px 0 0 10px;
	margin-top: 100px;
	border-top: solid 1px DarkGray;
}
