#container {
	position:relative;
	margin: 0 auto;
	width: 915px;
	text-align: left;
}
#logo {
	width: 337px;
	position: absolute;
	top: 25px;
	left: 143px;
}
#tagline {
	width: 198px;
	position: absolute;
	top: 26px;
	left: 505px;
}
#navigation {
	left: 20px;
	top: 160px;
	width: 101px;
	position: absolute;
}

#leftcolumn {
	width: 345px;
	position: absolute;
	top: 160px;
	left: 180px;
}
#rightcolumn {
	width: 345px;
	position: absolute;
	top: 160px;
	left: 540px;
}
#largeleftcolumn {
	width: 563px;
	position: absolute;
	top: 160px;
	left: 142px;
}
#sidebarcolumn {
	border-left-width: 0px;
	border-bottom-width: 0px;
	border-right-width: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #5d71b1;
	position: absolute;
	width: 180px;
	top: 160px;
	left: 715px;
}
html,body {
	margin: 0px;
	color: #53649C;
	font-size: 12px;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
}
p {
	margin-left: 0px;
	margin-bottom: 12px;
	margin-right: 0px;
	margin-top: 24px;
	color: #53649C;
	font-size: 12px;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
}
h1 {
	padding-bottom: 0px;
	padding-top: 2px;
	border-top-style: none;
	border-top-color: #5d71b1;
	margin-left: 0px;
	margin-bottom: 12px;
	margin-right: 0px;
	margin-top: 0px;
	color: #53649C;
	font-weight: bold;
	font-size: 20px;
	font-family: Helvetica, Arial, sans-serif;
}
h2 {
	padding-bottom: 0px;
	padding-top: 2px;
	margin-left: 0px;
	margin-bottom: 12px;
	margin-right: 0px;
	margin-top: 0px;
	color: #D06900;
	font-weight: bold;
	font-size: 20px;
	font-family: Helvetica, Arial, sans-serif;
}
a {
	text-decoration: none;
	color: #D06900;
	font-weight: bold;
}
.navlink {
	margin-bottom: 0px;
	display: block;
	text-decoration: none;
	color: #D06900;
	font-weight: bold;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	padding-bottom: 0px;
}
a:hover {
	text-decoration: underline;
}
.small {
	font-size: 10px;
	color: #666666;
}

