body {
	background-repeat: no-repeat;
	background-image: url(../images/back.png);
	font-size: 100%;
}
p {
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 90%;
}

img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#container {
	font-family: Arial, Helvetica, sans-serif;
	background-repeat: no-repeat;
	width: 930px;
	font-size: 100%;
	margin-right: auto;
	margin-left: auto;
}
.edit {
	color: #F00;
}

#container #logo img {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	width: 180px;
}
#container #logo {
}

.pullOut {
	float: right;
	width: 180px;
	font-size: 150%;
	font-weight: bold;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-top: 5px;
}
.pullOutLeft {
	float: left;
	width: 180px;
	font-size: 150%;
	font-weight: bold;
	padding: 5px;
}
#resize {
	float: right;
	text-align: right;
	padding: 5px;
	font-size: 90%;
	font-weight: bold;
	margin-right: 50px;
}
#resize a {
	color: #FFF;
	text-decoration: none;
	background-color: #1630C0;
	padding: 5px;
}
#resize p a {
	color: #1630C0;
	text-decoration: underline;
	background-color: #FFF;
	padding: 0px;
}
.imgRight {
	float: right;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
}
.imgLeft {
	float: left;
	padding-bottom: 10px;
	padding-right: 10px;
}

.clear br {
	clear: both;
}

.quote   {
	background-color: #BACFE5;
	margin-right: 20px;
	margin-left: 20px;
	padding-bottom: 10px;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
}
.quoteCite   {
	text-align: right;
	font-size: 80%;
	font-weight: bold;
	margin-right: 20px;
	padding-right: 20px;
	background-color: #BACFE5;
	margin-left: 20px;
}
.extraInfo {
	float: right;
	width: 180px;
	font-size: 90%;
	font-weight: normal;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-top: 5px;
	background-color: #BACFE5;
}
