/* CSS Document */

body,td,th {
	font-family: Veranda, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
}

body {
	background-color: #FFFFFF;
	margin-top: 0px;
	margin-left: 0px;
}

#form {
	margin-left: 122px;
}

p.homeText {
	margin-left: 75px;
	margin-right: 100px;
	margin-top: 0px;
}

p.homeTitle {
	font-size: 18pt;
	line-height: 1.2em;
	margin-left: 75px;
	margin-right: 100px;
	margin-top: 30px;
	color: #5e88a2;
}

p.interiorText {
	margin-left: 0px;
	margin-right: 10px;
	margin-top: 0px;
}

p.interiorTitle {
	font-size: 12pt;
	margin-left: 0px;
	margin-right: 10px;
	margin-top: 10px;
	color: #5e88a2;
	font-weight: bold;
}

p.footerText {
	font-size: 7pt;
}

h1 {
	font-size: 18px;
	color: #990000;
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 0px;
}

#stageArea {
	background-image: url(images/stageBackground.jpg);
	background-position: top;
	background-repeat: no-repeat;
}

#leftCol {
	background-color: #b06c3f;
	font-size: 10px;
	color: #FFFFFF;
}

#rightCol {
	background-color: #b06c3f;
}

.date {
	font-style: italic;
	text-align: right;
	color: #FFFFFF;
	font-size: 10pt;
	line-height: 1.2em;
	margin-left: 10px;
	margin-right: 10px;
}

a:link {
	color: #5e88a2;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #5e88a2;
}
a:hover {
	text-decoration: underline;
	color: #5e88a2;
}
a:active {
	text-decoration: underline;
	color: #5e88a2;
}

a.footer:link {
	color: #000000;
	text-decoration: none;
}
a.footer:visited {
	text-decoration: none;
	color: #000000;
}
a.footer:hover {
	text-decoration: underline;
	color: #000000;
}
a.footer:active {
	text-decoration: none;
	color: #000000;
}