/*------------------------------------------------------------------------------------*/
/*layout_01*/
/*Defines position, size, and optionally colors and backgrounds of page elements*/
/*09 Aug 2007*/
/*------------------------------------------------------------------------------------*/

/*-- IDs --*/
	
	/*-- #headernav --*/
			#headernav {
				margin-top: 20px;
			}
	
	/*-- #headertagline --*/
			#headertagline {
				display: none;
			}
						
		
	/*-- #headerbanner --*/
			#headerbanner {
				top: 50px;
			}

	
	/*-- #breadcrumb --*/
			#breadcrumb {
				top: 35px ;
			}

	/*-- #headerborder --*/
			#headerborder {
				top: 25px;
			}

	/*-- #content --*/
			/* Content is intended to hold all information between header and footer */
			#content {
				top: 30px;
			}

	/*-- h1 #pagetitle --*/
		#pagetitle {
			display: none;
		}

	/*-- #secondarycolumn --*/
		#secondarycolumn {
			display: none;
		}

	/*-- #primarycolumn --*/
		#primarycolumn {
			background-color: #FFFFFF;
			border-style: none;
			/* border-style: none solid none solid; */
			border-width: 1px;
			margin-left: auto;
			margin-right: auto;
			padding: 20px;
			width: 900px;
		}

	/*-- #pagepreview --*/
		#pagepreview {
			font-size: large;
		}
		
	/*-- #pageTOC --*/
		#pageTOC {
			display: none;
		}
		
	/*-- #bottombanner --*/
		#bottombanner {
			margin-top: 10px;
		}

	/*-- #summary --*/
		#summary {
			display: none;
		}

	
/*-- Classes --*/

	/*-- .note --*/	
	.note {
		display: none;
	}
