/*  created using www.csswizard.net  */
/* This stylesheet controls the webpage areas positions and size */
/* eg margin convention clockwise 12 3 6 9 Oclock */

  @page {    size: auto; margin: 10%;}
  .spacer { clear: both; }

body {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	}

#pageframe {
	width: 950px;
	margin: 0px auto 0 auto;
	padding: 0px 0px 0px 0px;
	}
	

/*   XXXXXXXXXXXX  This controls the TOP menu area and butts  */

#topmenuback {
	margin: 20px 0px 20px 20px;
	padding: 2px 0px 2px 20px;
	}

	
/*   XXXXXXXXXXXX  This controls the MIDDLE menu area and butts  */
	
#centerarea {
	width: 950px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	min-height: 24em;
	}

#authorarea {
	position: relative;
	width: 950px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	}

.headingarea {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	}

.articlearea {
	margin: 0px 20px 0px 20px;
	padding: 0px 20px 0px 20px;
	}

img	{
	border: 0px;
	}

/*   XXXXXXXXXXXX  This controls the Right area and buttons  */

#column3 {
	width: 180px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	position: relative;
	float:right;

	}
	
/*   XXXXXXXXXXXX  Pict and surround XXXXXXXXXXXX */

.articlepicture, .articlepicture0, .articlepicture1 {
	margin: 0px 0px 0px 0px;
	padding: 0px 30px 0px 30px;
	position: relative;
	float: right;
	}

.articlepicture1 {
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 30px 0px 30px;

	}

.frametopleft {
	width: 110px;
	height: 60px;
	position: absolute;
	top: 0px;
	left: 0px;
	}

.frametopright {
	width: 110px;
	height: 60px;
	position: absolute;
	top: 0px;
	right: 0px;
	}

.framebottomleft {
	width: 110px;
	height: 60px;
	position: absolute;
	bottom: 0px;
	left: 0px;
	}

.framebottomright {
	width: 110px;
	height: 60px;
	position: absolute;
	bottom: 0px;
	right: 0px;
	}

/* columns in text areas */

.clmn1 { position: relative; width: 85%; margin: 6px 2% 4px 8%; padding: 4px 0px 4px 0px;}
.clmn2 { position: relative; float: left; width: 40%; margin: 4px 4% 4px 4%; padding: 4px 0px 4px 0px;}
.clmn3 { position: relative; float: left; width: 28%; margin: 4px 2% 4px 2%; padding: 4px 0px 4px 0px;}
.clmn4 { position: relative; float: left; width: 20%; margin: 4px 2% 4px 2%; padding: 4px 0px 4px 0px;}
	
/*   XXXXXXXXXXXX  Bottom bar controls  XXXXXXXXXXX */ 

#bottombar {
	float: right;
	width: 950px;
	height: 25px;
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 0px 0px;
	}

/*   XXXXXXXXXXXX  This controls the tables created using our table code generator  */
/*   XXXXXXXXXXXX  Modify the class name layout in the str2web/default/tablestyles directory to add more  */

.subtable {
	width: 98%;
	margin: 0px 0px 0px 0px;
    	padding: 0px 0px 0px 0px;
	}

.toprow {
	margin: 0px 0px 0px 0px;
    	padding: 0px 0px 0px 0px;
	}

.lastrow {
	margin: 0px 0px 0px 0px;
    	padding: 0px 0px 0px 0px;
	}

