body{
	text-align: center;/*mild hack to center content in IE*/
	background-color: white;
}

#main{ /*all content in here */
	position: relative;
	width : 760px;
	height: 420px;
	text-align: left;
	margin-left: auto;
	margin-right:auto;
	z-index: 1;
}

#logo{
	position: absolute;
	left: 607px;
	top: 312px;
	width: 153px;
	height: 78px;
	z-index: 4;
}

#nav{ /*horizontal line and navigation buttons here */
	position: absolute;
	left: 0px;
	top: 390px;
	width: 760px;
	height: 30px;
	z-index: 4;
	background-image : url(images/horizontal-pencil.gif);
}

#subhead{
	position : absolute;
	left: 380px;
	top:25px;
	width: 380px;
	height: 25px;
	z-index: 3;
}

#leftcol{ /*content in left column for two-column layout*/
	position: absolute;
	left: 0px;
	top: 25px;
	width: 380px;
	height: 360px;
	overflow: auto;
	font-family: "Courier New", Courier, monospace;
	font-size: 12 px;
	z-index: 3;
}

#rightcol{ /*content in right column for two-column layout */
	position: absolute;
	left: 380px;
	top: 50px;
	width: 380px;
	height: 262px;
	overflow: auto;
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	z-index: 3;
}

#content{ /*content in single column only */
	position: absolute;
	left: 0px;
	top: 25px;
	width: 760px;
	height: 287px;
	overflow: auto;
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	z-index: 2;
}

#sponsors { /*sponsors' logos */
	position: absolute;
	left: 0px;
	top: 325px;
	width: 760px;
	height: 65px;
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
    z-index: 4;	
}

#people {
	position: absolute;
	left: 0px;
	top: 325px;
	width: 760px;
	height: 65px;
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	z-index: 4;
	visibility: hidden;




}

.LargeGreenText {
	color: #3A5917;
	font-size: 16px;
	font-weight: bold;
}

.SmallGreenText {
	color: #3A5917;
	font-size: 12px;
	font-weight: bold;
}
.LargeRedText {
	color: Red;
	font-size: 16px;
	font-weight: bold;
}

.SmallRedText {
	color: Red;
	font-size: 12px;
	font-weight: bold;
}

.LargePinkText {
	color: #EC008C;
	font-size: 16px;
	font-weight: bold;
}

.SmallPinkText {
	color: #EC008C;
	font-size: 12px;
	font-weight: bold;
}

.LargePurpleText {
	color: #92278F;
	font-size: 16px;
	font-weight: bold;
}

.SmallPurpleText {
	color: #92278F;
	font-size: 12px;
	font-weight: bold;
}

.LargeBlackText {
	color: Black;
	font-size: 16px;
	font-weight: bold;
}

.SmallBlackText {
	color: Black;
	font-size: 12px;
	font-weight: bold;
}

.BodyText /*to force CSS to display properly on occasion */ {
	font-size: 12px;
	font-family: "Courier New", Courier, monospace;
}

a {
	font-size:12px;
	font-family: "Courier New", Courier, monospace;
	font-weight: bold;
	}
a:link {color: Black;}
a:visited {
	color:#3A5917;
	font-weight: normal;
}
a:hover {color:#3A5917;}

td  {
	font-family: "Courier New", Courier, monospace;
	font-size:12 px;
}
