/* Standard Elements */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #E7E6D1;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	color: #993300;
	text-decoration: none;
	text-indent: 0.125em;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-right-color: #666600;
	border-bottom-color: #666600;
	line-height: 12px;
	background-color: #D0CDB9;
}

/* Link Elements */
a {
	line-height: 1.75em;
	font-weight: bold;
}
a:link {
	text-decoration: none;
	color: #666600;
}
a:hover {
	color: #993300;
	text-decoration: none;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-right-color: #666600;
	border-bottom-color: #666600;
}
a:active {
	color: #CC9966;
	text-decoration: none;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-right-color: #CC9966;
	border-bottom-color: #CC9966;
}
a:visited {
	color: #666600;
	text-decoration: none;
}

/* Container Elements */
#backgr {
	height: 527px;
	width: 800px;
	overflow: visible;
	position: absolute;
	z-index: 1;
	left: 0px;
	top: 0px;
	background-image: url(background-pp.jpg);
	text-decoration: none;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: left top;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #666600;
	border-bottom-color: #666600;
	visibility: visible;
}
#sidebar {
	overflow: visible;
	position: absolute;
	z-index: 2;
	height: 527px;
	left: 0px;
	top: 0px;
	background-attachment: fixed;
	background-image: url(sidebar-pp.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 150px;
	text-decoration: none;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #666600;
	visibility: visible;
}
#mainContainer {
	text-decoration: none;
	overflow: visible;
	position: absolute;
	z-index: 2;
	height: 527px;
	width: 650px;
	left: 150px;
	top: 0px;
	visibility: visible;
}
.contentBox1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	text-align: justify;
	display: block;
	padding: 3px 5px 5px;
	border: 1px solid #996633;
	background-color: #E7E4D1;
	height: 200px;
	width: 260px;
	overflow: auto;
	position: relative;
	visibility: visible;
	z-index: 3;
	left: 10px;
	top: 40px;
}
.contentBox2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #666600;
	text-decoration: none;
	text-align: justify;
	display: block;
	padding: 3px 5px 5px;
	border: 1px solid #996633;
	background-color: #E7E4D1;
	height: 200px;
	width: 260px;
	overflow: auto;
	position: absolute;
	z-index: 3;
	left: 330px;
	top: 40px;
	visibility: visible;
}
.contentBox3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666600;
	text-decoration: none;
	text-align: justify;
	display: block;
	padding: 3px 5px 5px;
	border: 1px solid #996633;
	background-color: #E7E4D1;
	height: 180px;
	width: 580px;
	overflow: auto;
	position: absolute;
	z-index: 3;
	left: 10px;
	top: 290px;
	visibility: visible;
}
.disclaimerBox {
	padding: 0px;
	height: auto;
	width: 800px;
	border: 1px solid #666600;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #999900;
	text-decoration: none;
	text-align: center;
	display: block;
	overflow: visible;
	position: absolute;
	visibility: visible;
	z-index: 1;
	left: 0px;
	top: 530px;
	margin: 0px;
}
