/*  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: 10px 10px 10px 10px;
	padding: 0px 0px 0px 0px;
	}

#pageframe {
	width: 750px;
	margin: 0px auto 0 auto;
	position: relative;
	}

#titlearea {
    	height: 120px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	}

#custom1 {
    	position: absolute;
    	top: 0px;
    	right: 0px;
	}

#custom2 {
    	height: 70px;
	margin: 0px 0px 20px 0px;
	padding: 10px 0px 10px 0px;
	}

#custom3 {
	}

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

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

.menutopbox {
	width: 90px;
	height: 18px;
	margin: 0px 2px 0px 2px;
    	padding: 0px 0px 0px 0px;
    	float: left;
	}

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

#leftarea {
	width:170px;
	margin: 0px 0px auto 0px;
	padding: 0px 0px 0px 0px;
	position: absolute;
	left: 0px;
	text-align: center;
	}

.menubox {
	margin: 4px 2px 0px 6px;
	}

.submenubox {
	margin: 0px 4px 0px 6px;
	}

/*   XXXXXXXXXXXX  This controls the MIDDLE menu area and butts  */
	
#centerarea {
	margin: 0px 0px 0px 151px;
	padding: 0px 0px 0px 20px;
	}

#authorarea {
	width: 80%;
	margin: 0px auto 0px auto;
	}

.multcolmnframe {
	width: 98%;
	position: relative;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border-collapse: collapse;
	}

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

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

/* columns in text areas */

.clmn1 { position: relative; width: 85%; margin: 6px 2% 4px 8%; padding: 4px 0px 4px 0px; clear: both;}
.clmn2 { position: relative; float: left; width: 40%; margin: 4px 4% 4px 4%; padding: 4px 0px 4px 0px; clear: both;}
.clmn3 { position: relative; float: left; width: 28%; margin: 4px 2% 4px 2%; padding: 4px 0px 4px 0px; clear: both;}
.clmn4 { position: relative; float: left; width: 20%; margin: 4px 2% 4px 2%; padding: 4px 0px 4px 0px; clear: both;}

img	{
	border: 0px;
	}

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

#column3 {
	width: 180px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	float:right;
	}
	
/*   XXXXXXXXXXXX  Pict and surround XXXXXXXXXXXX */

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

.articlepicture1 {
	float: left;
	margin: 5px 20px 20px 0px;
	}

.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;
	}
	
/*   XXXXXXXXXXXX  Bottom bar controls  XXXXXXXXXXX */ 

#bottombar {
	float: left;
	width: 100%;
	margin: 0px 0px 0px 0px;
	padding: 0px 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;
	}
