body {
	margin: 0;
	padding: 0;
	font-family: Tahoma, Geneva, Verdana, sans-serif;
	font-size: 12px;
	color: #333;
}

#main {
	width: 822px;
	margin-left: auto;
	margin-right: auto;
}

#topNav a {
	float: left;
	height: 39px;
	overflow: hidden;
}

#topNav img {
	display: block;
	border: 0;
}

#leftNav {
	width: 200px;
	float: left;
}

#leftLinks {
	background: #f7f7f7;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	width: 178px;
	padding: 10px;
}

#leftLinks a {
	color: #666666;
	text-decoration: none;
	font-size: 12px;
	line-height: 2em;
	display: block;
}

#leftLinks a:hover {
	color: #000;
}	

#content {
	float: left;
	margin: 20px 0 0 50px;
	width: 565px;
}

#content a, #footer a {
	color: #069;
	text-decoration: none;
}

#content a:hover, #footer a:hover {
	text-decoration: underline;
}

#footer {
	border-top: 1px solid #ccc;
	padding-top: 5px;
	margin: 40px 0 45px 0;
	font-size: 10px;
}

h1 {
	border-top: 1px solid #092869;
	font-size: 28px;
	padding: 20px 0 5px 0;
	font-weight: normal;
	margin: 0;
	margin-top: 30px;
}

h1.noLine {
	border: none;
	padding: 0;
	margin-top: 0px;
	padding-bottom: 5px;
}

h2 {
	font-size: 13px;
	margin: 10px 0 3px 0;
	letter-spacing: 1px;
}

p {
	margin: 0px 0 10px 0;
}

p, li {
	line-height: 1.6em;
}

.clear {
	clear:both;
	line-height:0;
}

