body {
	text-align: center;
	background-image: url("./Images/bg.png");
	background-repeat: repeat;
	background-size: auto;
}

#BodyDiv
{
	background-color:#FFF196;
	width: 882px;
	margin-left:auto;
	margin-right:auto;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 20px;

    	min-height:500px;
	text-align: left;
	<!--[if IE]>
	    	/* IE Dynamic Expression to set the height */
    		height:expression(document.body.clientHeight < 250 ? "200px" : "100%");
	<![endif]-->
}

#FooterDiv
{
	background-color:#000000;
	color: #FFFFFF;
	font-weight: normal;
	font-size:.9em;
	width: 882px;
	margin-left:auto;
	margin-right:auto;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 10px;

	font-family:"Arial",Georgia,Serif;
	text-align: center;
	<!--[if IE]>
	    	/* IE Dynamic Expression to set the height */
    		height:expression(document.body.clientHeight < 250 ? "200px" : "100%");
	<![endif]-->
}

#MembersOnlyList
{
	margin:40px;
}

.revisionTopic
{
	background-color:#B5AE5A;
	width: 820px;
	max-width: 820px;
	width: expression(this.width > 770 ? 770: true);
	margin-left:0px;
	float:left;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
	border-width: .025em; 
	border-style: solid; 
	border-color: black; 
	font-family:"Arial",Georgia,Serif;
	font-size:1.1em;
	color:white;
}

.revisionContent
{
	background-color:#white;
	width: 820px;
	max-width: 820px;
	width: expression(this.width > 770 ? 770: true);
	height: 200px;
	height: expression(this.width > 180 ? 180: true);
	margin-left:0px;
	float:left;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
	border-width: .025em; 
	border-style: solid; 
	border-color: black; 
	font-family:"Arial",Georgia,Serif;
	font-size:1em;
	overflow:scroll;
}

.loginmessage
{
	width: 882px;
	display:block;
	margin-left:auto;
	margin-right:auto;
	text-align: right;
}

iframe
{
border: 0px solid #ffffff;
}

.editor {
margin-left: 140px;
position: relative;
width: 400px;
border:0px;
background-color:#fff;
}

span#footer_cont a,
span#footer_cont a:link,
span#footer_cont a:active,
span#footer_cont a:visited
{
	padding: 6px 0px 6px 0px;
	color: #000000;
	font-family:"Arial",Georgia,Serif;	font-weight: normal;
	font-size: 9px;
	line-height: 12px;
}

span#footer_cont {
	padding: 6px 0px 6px 0px;
	color: #000000;
	font-family:"Arial",Georgia,Serif;	font-weight: normal;
	font-weight: normal;
	font-size: 9px;
	line-height: 12px;
}