/* this layout will not work in IE Strict */

html, body {
	margin: 0;
	padding: 0;
	height: 100%;
	font-family: helvetica, verdana, arial, sans-serif;
	font-size: 100%;
	text-align: center;
}

#wrapper {
	position: relative;
	width: 85%;
	margin: 0 auto;	
	background: #FFFBEC;
	min-height: 40%;
	text-align: left;
	min-width: 600px;
	border-top: 0px none #9B7932;
	border-right: 1px solid #9B7932;
	border-bottom: 0px solid #9B7932;
	border-left: 1px solid #9B7932;

}

/* ie hack  - layout REQUIRES a height here to work */
/* (1% will do) if no min-height is required*/
/* this it where it fails in Strict Mode */
* html #wrapper {
	height: 900px;
} 

#header, #footer {
	position: relative;
	width: 85%;
	margin: 10px auto 0;
	background: #FDFEDE;
	min-width: 600px; /* to match wrapper div */
	background-color: #FFFBEC;
	border: 1px solid #9B7932;
}

#footer {
	border-bottom: 1px solid #9B7932;
	background-color: #FFFBEC;
	border-top-width: 0px;
	border-top-style: none;
	margin: 0px;
}

#apbg1, #apbg2 {
	position: absolute;
	top: 0;
	bottom: 0;
	border: 0px none #ffffff;
	background-color: #FDFEDE;
/* height: 100%; */ /* hacked in for IE below */
}

* html #apbg1, * html #apbg2 
{height: 387px; /* required by IE to inherit from wrapper (IE Hack) above*/}

#apbg1 {
	left: 0;
	width: 150px;
	background: #FFFBEC;
	border-right-width: 2px;
	padding: 10px;
}
#apbg2 
	{right: 0; 
	width: 120px; 
	background: #FFFFFF; 
	border-left-width: 2px;
	padding: 5px;
}

#apbg1 p {background: #DAE8C1; height: 50%;}/* height to show inheritance */
#apbg2 p {background: #DAE8C1; margin: 5px;} 


/* bringing the center content into position (clear the sides)
is best using a wrapper div to avoid more IE Box Model issues */
#contentwrap {
	position: relative;
	padding: 20px 135px 20px 165px;
	background-color: #FFFBEC;
}

#content {
	position: relative;
	z-index: 100;
	border-left: none #000;
	border-right: none #000;
	background: #FFFBEC no-repeat;
	padding: 0;
	margin: 0;
	left: 1px;

}

/* IE/Win Hack for peekaboo bug */
/* hide from IE/Mac \*/
* html #content {
	height: 1%;
} 
/* end hide */

/***** General formatting ****/
p {margin: 0; padding: 10px; font-size: 0.8em; line-height: 1.4em;}
h1, h2, h3 {margin: 0; padding: 10px;}
h1 {font-size: 1.2em;}
h2 {font-size: 1.1em;}
h3 {
	font-size: 1em;
	line-height: 140%;

}

.ImageCaption {
	font-size: xx-small;
	color: #9B7932;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: center;

}
.gradeThumbNail {
	background-color: #F4EDDD;
	width: 	90px;
	height: 90px;
	border:	1px solid #9B7932;
	margin: 10px;
	padding: 4px;

}
.body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #333333;
	line-height: 130%;
	text-align: left;

}
.bodyHeader {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #9B7932;
	font-weight: bold;

}
.ColumeMenuText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: 700;
	text-decoration: none;
	color: #9B7932;
}

.sectionHeader {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	color: #9B7932;
	font-weight: bold;

}

