body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	background: #eee;
	margin: 10px 0;
	padding: 0;
	text-align: center;
}

#container {
	width: 900px;
	height: 600px;
	margin: 0 auto;
	background: url(../images/orange-fade.gif) top right repeat-y;
	background-color: #eee406;
	text-align: left;
	border: solid 3px #000;
}

#logo {
	margin: 0;
	padding: 0;
	float: left;
}

#logo.home {
	margin-right: 30px;
}

#leftcol {
	background: url(../images/lambert-leftcol.jpg) bottom left no-repeat;
	background-color: #eee406;
	width: 305px;
	height: 410px;
	float: left;
	clear: left;
}

#leftcol.interior {
	height: 465px;
}

#leftcol ul {
	margin: 0 0 20px 10px;
	padding: 0;
	font-size: 14px;
	line-height: 15px;
	list-style: none;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

#leftcol.interior ul {
	margin-top: 55px;
}

#leftcol ul li {
	margin: 0;
	padding: 0;
}

#leftcol ul li a {
	color: #eee406;
	text-decoration: none;
	font-weight: bold;
}

#leftcol ul li.current a {
	color: #6598f4;
}

#leftcol ul li a:hover {
	color: #fff;
	text-decoration: underline;
}

#leftcol p {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 20px;
	line-height: 26px;
	margin: 0 0 0 10px;
	font-weight: bold;
	color: #6598f4;
}

#textField {
	float: right;
}

a img {
	border: 0;
}

h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 24px;
	line-height: 26px;
	text-align: right;
	margin: 15px 30px 6px 0;
}

p {
	font-size: 12px;
	line-height: 16px;
	margin: 0 26px 0 0;
	padding: 0;
}

a {
	color: #6598f4;
}

a:hover {
	color: #eee406;
}