@charset "utf-8";
/* CSS Document */

iframe {display:none;!important}

body 
{
	background-color: #7E2217;
	margin: 0;
	padding: 0;
	text-align: center;		   		
}

.ColElHdr #container 
{ 
	width: 62em;  /* this width will create a container that will fit in an 800px browser window if text is left at browser default font sizes */
	/*height: 38em;*/
	height: 100%;
	background: #7E2217;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 2px ridge #CCCCCC;
	border-top: none;
	border-bottom: none;
	text-align: left; /* this overrides the text-align: center on the body element. */
}

a:link
{
	color: #000000;
}

a:visited
{
	color: #000000;	
}

a:active
{
	color: #000000;
}

a.footer
{
	color: #FFFFFF;
	font-size: x-small;
	text-decoration: none;
}

a:hover.footer
{
	text-decoration: underline;
}

h1
{
	text-decoration: underline;
}

/*Page Layout Divisions*/
	/*Header*/
.ColElHdr #apDiv1 
{
	border:thin solid #CCCCCC;
	background:url(images/banner.jpg);	
}

	/*Body*/
.ColElHdr #apDiv2 
{
	border: none;
	height: 100%;
}

	/*Footer*/
/*#apDiv3
{
	border:thin solid #CCCCCC;
	border-bottom: none;
	border-right: none;
	border-left: none;
	position:static;
	left: 20%;
	top:91%;
	width: 80%;
	height: 9%;
	z-index: 3;
}*/

	/*Course Divider*/
.ColElHdr #apDiv4 
{
	border:thin solid #CCCCCC;	
	border-top: none;
	background:url(images/PlantPicMod.jpg);	
}
