body {
	margin: 0 auto;
	background: #f1db63 url(images/bg.jpg);
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 10pt;
	color: #1c45a4;
}

#wrapper {
	margin: auto;
	width: 100%;
}

#top {
	margin: 0 auto;
	width: auto;
	height: 6px;
	background: #1c45a4;
}

#nav-base {
	margin: 0 auto;
	width: auto;
	height: 55px;
	background: #FF6 url(images/bg.jpg);
}

#nav-area {
	margin: 0 auto;
	width: 900px;
	height: 54px;
	text-align: left;
}

#nav-left {
	margin: 0 auto;
	padding-top: 24px;
	width: 289px;
	height: 0px;
	float: left;
	word-spacing: 3em;
	text-align: left;
}

#banner {
	margin: 0 auto;
	width: auto;
	height: 300px;
	background: url(images/wood-texture.jpg) center repeat-x;
	border-bottom: #1c45a4 1px solid;
}

#banner-top {
	margin: 0 auto;
	width: auto;
	height: 18px;
	background: url(images/edge-colored-drop.png) repeat-x;
}

#banner-area {
	margin: 0 auto;
	width: 900px;
	height: auto;
	text-align: center;
}

#banner-image {
	padding-top: 40px;
}

#banner-logo {
	margin: 0 auto;
	width: 900px;
	height: auto;
	text-align: center;
}

#logo {
	margin: -392px 0 0 0;
	padding: 0 0 0 0;
}

#pagearea {
	margin: 0 auto;
	width: 900px;
	height: auto;
	overflow: hidden;
}

#pagearea2 {
	margin: 0 auto;
	width: 900px;
	height: auto;
	overflow: hidden;
}

#twocolumn_left {
	float: left;
	margin: 0 0 -10000px 0px;
	width: 190px;
	height: auto;
	text-align: left;
	padding: 0px 10px 10020px 0px;
	line-height: 1.33em;
}

#twocolumn_right {
	float: left;
	margin: 0 0 -10000px 0px;
	width: 670px;
	height: auto;
	text-align: left;
	padding: 0px 0px 10020px 20px;
	line-height: 1.33em;
}

#threecolumn_left {
	float: left;
	margin: 0 21px -10000px 0px;
	width: 286px;
	height: auto;
	text-align: left;
	padding: 0px 0px 10020px 0px;
	line-height: 1.33em;
	background: url(images/3column_C.jpg) right top no-repeat;
}

#threecolumn_center {
	float: left;
	margin: 0 21px -10000px 0px;
	width: 286px;
	height: auto;
	text-align: left;
	padding: 0px 0px 10020px 0px;
	line-height: 1.33em;
	background: url(images/3column_S.jpg) right top no-repeat;
}

#threecolumn_right {
	float: left;
	margin: 0px 0px -10000px 0px;
	width: 286px;
	min-height: 200px;
	text-align: left;
	padding: 0px 0px 10020px 0px;
	line-height: 1.33em;
	background: url(images/3column_F.jpg) right top no-repeat;
}

#footer {
	margin: 0 auto;
	width: auto;
	height: auto;
	font-size: 8pt;
	color: #FFC;
	background: url(images/wood-texture.jpg) top repeat-x;
}

#footerarea {
	margin: 0 auto;
	padding: 20px 0 20px 0;
	width: 900px;
	overflow: hidden;
	min-height: 80px;
}

#footerlft {
	margin: 0 0 0 0;
	float: left;
	width: 250px;
	height: 60px;
	text-align: left;
}

#footercnt {
	margin: 0 0 0 0;
	padding: 0 20px 0 20px;
	float: left;
	width: 360px;
	min-height: 80px;
	text-align: left;
}

#footerrgt {
	margin: 0 0 0 0;
	float: right;
	width: 250px;
	height: auto;
	text-align: right;
}

/* ===== text classes ===== */

.level1 {
	font-size: 18px;
	line-height: 1.2em;
}

.level2 {
	font-size: 16px;
	line-height: 1.3em;
}

.level3 {
	font-size: 14px;
	line-height: 1.3em;
}

.level1b {
	font-size: 18px;
	line-height: 1.2em;
	font-weight: bold;
}

.level2b {
	font-size: 16px;
	line-height: 1.3em;
	font-weight: bold;
}

.level3b {
	font-size: 14px;
	line-height: 1.3em;
	font-weight: bold;
}

.level1c {
	font-size: 18px;
	line-height: 1.2em;
	text-align: center;
}

.level2c {
	font-size: 16px;
	line-height: 1.3em;
	text-align: center;
}

.level3c {
	font-size: 14px;
	line-height: 1.3em;
	text-align: center;
}

.caption-left {
	font-size: 12px;
	font-weight: bold;
	line-height: 1.3em;
	text-align: left;
	padding-left: 10px;
}

.caption-right {
	font-size: 12px;
	font-weight: bold;
	line-height: 1.3em;
	text-align: right;
	padding-right: 10px;
}

.captionlt-left {
	font-size: 11px;
	font-style: italic;
	line-height: 1.3em;
	text-align: left;
	padding-left: 10px;
}

.captionlt-right {
	font-size: 11px;
	font-style: italic;
	line-height: 1.3em;
	text-align: right;
	padding-right: 10px;
}

/* ===== object classes ===== */

.border {
	border: #999 solid thin;
	background-color: #efefd4;
	padding: 10px;
	text-align: center;
	width: 80%;
}

hr {
	color: #1c45a4;
	width: 95%;
	height: 1px;
}

.left {
	text-align: left;
}

.center {
	text-align: center;
}

.right {
	text-align: right;
}

/* ===== hyperlinks ===== */

a.headnav:link {
	color: #1c45a4;
	font-size: 12pt;
	text-decoration: none;
	text-align: inherit;
}

a.headnav:visited  {
	color: #1c45a4;
	font-size: 12pt;
	text-decoration: none;
	text-align: inherit;
}

a.headnav:hover {
	color: #36C;
	font-size: 12pt;
	text-decoration: none;
	text-align: inherit;
	filter: alpha(opacity=60);
	opacity: 0.6;
	width: 100%;
}

a.alt:link {
	color: #FFC;
	font-size: inherit;
	text-decoration: underline;
	text-align: inherit;
}

a.alt:visited  {
	color: #FFC;
	font-size: inherit;
	text-decoration: underline;
	text-align: inherit;
}

a.alt:hover {
	color: #FF6;
	font-size: inherit;
	text-decoration: underline;
	text-align: inherit;
}
