body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	text-align: center;
}

a:link, a:visited {
	text-decoration: underline;
	background-color: transparent;
	color: #336699;

}
a:hover, a:active {
	background-color: transparent;
	color: #990000;
}

#wrapper {
	position: relative;
	text-align: left;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	padding: 90px 0 0 0;
	background: url(images/header.gif) no-repeat left top;
	border-left: 2px solid #336699;
	border-right: 2px solid #336699;
	border-bottom: 2px solid #336699;
}
#content {
	text-align: center;
	margin-right: 350px;
	padding: 20px 20px 0 20px;
}
#content p {
	font-size: 80%;
	line-height: 1.8em;
	padding-left: 2em;
}
#content h1 {
	font: normal 180% Verdana, Arial, Helvetica, sans-serif;
	color: #336699;
	background-color: transparent;
}
#content h2 {
	font-size: 120%;
	color: #940D1E;
	background-color: transparent;
	border-bottom: 1px dotted #FF9006;
}

#rightCol {
	text-align: center;
	position: absolute;
	top: 100px;
	right: 0;
	width: 300px;
}

#rightCol p {
	font-size: 80%;
	line-height: 1.2em;
	padding-right: 2em;
	font-weight: bold;
}

.textClass {
	text-align: left;
	margin: 20px 0 20px 0;
	border-top: 2px solid #336699;
	font-size: 80%;
	line-height: 1.8em;
}

.boldBlue {
	color: #336699;
	font-size: 100%;
	font-weight: bold;
}

.boldBlack {
	color: #000;
	font-weight: bold;
}

.lgText {
	font-size: 18px;
}

#fullWidth {
	text-align: left;
	padding: 10px 20px 10px 20px;
	font-size: 80%;
	color: #333;
}

#footer {
	text-align: center;
	padding: 10px 0 10px 20px;
	font-size: 70%;
	color: #333;
	background-color: #ededed;
	border-top: 2px solid #336699;
	xxborder-bottom: 2px solid #336699;
}

#bottomButton {
	text-align: center;
	padding: 20px 0 20px 0;
	font-size: 70%;
}