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

#pageframe {
	width: 48em;
	margin: 0px auto 0px auto;
	padding: 0px 0px;
	}
	
#titlearea {
	height: 150px;
	padding: 0px;
	width: 48em;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	
	}

#custom1 {
	width : 100%;
	height: 5.5em;
	margin: 0px;
	padding: 0px;
	}

#searchform {
	margin: 5px 5px 5px 0px;
        text-align: right;
	}

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


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

.grid0  {
	width: 100%;
	float: left;
	background-color: #FFF;
}
.grid1	{
	width: auto;
	float: left;
}
.grid2	{width: 12em; float: left;}
.grid3	{
	width: 24em;
	float: left;
	background-color: #FFF;
}
.grid4	{width: 9em; float: left;}
.grid5	{width: 27em; float: left;}
.grid6	{width: 6em; float: left;}
.grid7	{width: 30em; float: left;}
.grid8	{width: 4.5em; float: left;}
.grid9	{width: 13.5em; float: left;}
.grid10	{width: 22.5em; float: left;}
.grid11	{
	width: 36em;
	float: left;
}

.headingarea {
	margin: 1.2em 3em 0px 3em;
	padding: 0px 20px 5px 0px;
	}

.articlearea {
	margin: 1em 3em 20px 3em;
	padding: 0px 0px 0px 0px;
	}

img	{
	border: 0px;
	}

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

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

	}
	
/*   XXXXXXXXXXXX  Pict and surround XXXXXXXXXXXX */

.articlepicture, .articlepicture0, .articlepicture1 {
	margin: 10px 1.8em 1.8em 1.8em;
	padding: 10px 10px 10px 10px;
	position: relative;
	float: right;
	}

.articlepicture1 {
	float: left;
	margin: 10px 1.8em 1.8em 1.8em;
	}
	
/*   XXXXXXXXXXXX  Bottom bar controls  XXXXXXXXXXX */ 

#bottombar {
	width: 100%;
	-webkit-border-bottom-right-radius: 25px;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
	height: 50px;
	margin: 0px;
	padding: 0px;
	float: left;
	}

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

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

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

