body {
	font-family: Georgia, 'Times New Roman', Times, serif;
	margin: 0px;
	background-color: #e9f1fe;
}

.header {
	background-color: #062037;
}

.menu {
	background-color: #ffda58;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	padding: 2px;
}

.menuNav {
	font-family: Georgia, 'Times New Roman', Times, serif;
	font-size: medium;
	text-decoration: none;
	color: #993300;
	padding: 0px 21px 0px 21px;
	border-right: 1px dashed #000000;
}

.menuNav:hover {
	color: #cc3300;
	background-color: #ffe958;
}

.leftNavArea {
	width: 160px;
	/* background-image: url(../images/bkg-leftNavArea.gif); */
	background-color: #99ccff;
	padding: 20px 0px 20px 0px;
}

.leftNavArea .leftNav {
	display: block;
	font-family: Georgia, 'Times New Roman', Times, serif;
	font-size: small;
	font-weight: bold;
	text-decoration: none;
	color: #993300;
	padding: 6px 10px 6px 10px;
	margin: 0px 2px 0px 2px;
	border-bottom: 1px dashed #6699cc;
}

.leftNavArea .leftNav:hover {
	color: #ffffff;
	background-color: #6699cc;
}

.mainTable {
	border-bottom: 1px solid #000000;
	width: 100%;
}

.contentArea {
	padding: 20px 60px 20px 40px;
}

.contentArea li {
	padding-bottom: 8px;
}

.footer {
	font-family: Georgia, 'Times New Roman', Times, serif;
	font-size: xx-small;
	color: #cc6600;
	margin: 36px 0px 12px 21px;
}

/* ------- */
/* home page */
.main {
	back-ground;
	background-image : url(../images/home/bkg-green.gif);
}
/* home page */
/* ------- */

/* text */
h1 {
	position: relative;
	font-size: x-large;
	color: #003366;
	font-weight: normal;
}

h2 {
	font-size: large;
	font-weight: normal;
}

.heading {
	font-size: medium;
	color: #993300;
	font-weight: bold;
}

.xLargeText {
	position: relative;
	left: 200px;
	width: 60%;
	font-size: x-large;
	color: #003366;
}

.largeText {
	position: relative;
	left: 200px;
	width: 60%;
	font-size: large;
	color: #003366;
}

.introText {
	position: relative;
	font-size: medium;
	color: #003366;
}

a.introNav {
	position: relative;
	font-size: medium;
}

.bodyText {
	font-family: Georgia, 'Times New Roman', Times, serif;
	font-size: medium;
	background-color: e9f1fe;
}