@charset "UTF-8";
/* CSS Document */

#textbody {
	padding: 5px;
	margin-right: -10px;
	margin-bottom: -17px;
	margin-left: -10px;
	font-size: 14px;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
	text-align: left;
	background-color: #FFF;
}
#topBar {
	background-color: #CC6600;
	text-align: right;
	font-size: 10px;
	font-weight: bolder;
	margin-top: 0px;
	margin-right: -10px;
	margin-bottom: 0px;
	margin-left: -10px;
	padding: 0px;
	background-repeat: no-repeat;
	background-position: right center;
	line-height: 12px;
	vertical-align: middle;
	border: 2px solid #000;
	text-indent: 5px;
}
#titles {
	color: #FFF;
	background-color: #000;
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	margin-top: 0px;
	margin-right: -10px;
	margin-bottom: 0px;
	margin-left: -10px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #000;
}
body {
	margin-left: 50px;
	margin-top: 20px;
	margin-right: 50px;
	margin-bottom: 50px;
	background-image: url(../images/paperbac.gif);
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background-repeat: repeat;
}

#menubardiv {
	left: -10px;
	top: -5px;
	right: -15px;
	bottom: 0px;
	background-color: #CC6600;
	margin-right: -5px;
	margin-left: -5px;
	margin-top: -5px;
	border-top: 2px solid #000;
	border-right: 2px none #000;
	border-bottom: 2px solid #000;
	border-left: 2px none #000;
}
.centeredText {
	text-align: center;
}
