*
{
	padding: 0px;
	margin: 0px;
	font-family: "Helvetica Neue";
	line-height: 20px;
	font-size: 12px;
}

.left
{
	float: left;
}

.right
{
	float: right;
}

.clear
{
	clear:both;
	height: 0px;
}

html, body
{
	height: 100% !ie;
	overflow: auto !ie;
}

body
{
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-color: #E5E7BF;
}

blockquote { padding: 10px 30px; quotes: "\201C" "\201D" !important; }
blockquote:before { content: open-quote !important; font-weight: bold; }
blockquote:after { content: close-quote !important; font-weight: bold; } 

.container
{
	width: 864px;
	margin: auto;
	position: relative;
}

a
{
	padding-bottom: 3px;
	color: black;
	font-weight: bold;
	text-decoration: none;
}

a:hover
{
	font-weight: bold;
	text-decoration: underline;
}

a:active
{
	font-weight: bold;
	text-decoration: none;
}

a img { border: 0px; }
.menu a:hover { text-decoration: none !important; }

.producedByBanner
{
	border: 0;
	float: right;
	height: 150px;
	width: 150px;
	position: fixed;
	position: absolute !ie;
	bottom: 0px;
	right: 0px;
	z-index: 5;
}

.producedByBanner *
{
	border: 0;
}

.enterAdminButton
{
	position: absolute;
	bottom: 0px;
	right: 0px;
	height: 30px;
	width: 30px;
	z-index: 9999;
}

#backgroundPopup
{
	display:none;
	position:fixed;
	_position:absolute; /* hack for internet explorer 6*/
	height:100%;
	width:100%;
	top:0;
	left:0;
	background:#000000;
	border:1px solid #cecece;
	z-index:9998;
}

#popupLoginAdmin
{
	display:none;
	position:fixed;
	_position:absolute; /* hack for internet explorer 6*/
	/*height:171px; if password/username is incorrect set the height to this*/
	height:120px;
	width:215px;
	background:#FFFFFF;
	border:2px solid #cecece;
	z-index:9999;
	padding:12px;
	font-size:13px;
	overflow: hidden;
}

#popupLoginAdmin h1
{
	text-align:left;
	color:#6FA5FD;
	font-size:22px;
	font-weight:700;
	border-bottom:1px dotted #D3D3D3;
	padding-bottom:2px;
	margin-bottom:20px;
}

.loginInformation
{
	margin-top: 5px;
	border: 1px dashed red;
	background-color: pink;
	color: red;
}

#popupLoginAdminClose
{
	font-size:14px;
	line-height:14px;
	right:6px;
	top:4px;
	position:absolute;
	color:#6fa5fd;
	font-weight:700;
	display:block;
}

#popupLoginAdmin #edit #leftColumn
{
	line-height: 30px;
	margin-left: 0px;
}

#popupLoginAdmin #edit #rightColumn input
{
	margin-bottom: 10px;
	margin-left: 10px;
}

.commentsAnchor {
	padding-top: 10px;
}
	