body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	background-color: #05AC06;
}

html { min-height:100%; margin-bottom:1px; } /* this keeps the shorter pages from jumping */

/* GENERAL FORMATTING */
#container {
	width: 954px;
	margin: auto;
}

td {
	vertical-align: top;
	font-size: 10pt;
}

#footer {
margin-top: 5px;
padding-top: 5px;
	font-size: 10pt;
	font-weight: bold;
	color: #fff;
	width: 954px;


}



.visit {
	float: left;
	margin-left: 10px;
}

.credit {
	float: right;
	margin-right: 10px;
}

a:link.ftr, a:visited.ftr {
	color: #fff !important;
	text-decoration: underline;
}

a:hover.ftr {
	color: #fff;
	text-decoration: none;
}

.req {
color: #ff0000 !important;
font-weight: bold !important;
}

/* SUB PAGE FORMATTING */

table#content {
	background-color: #fff;
}


#content a:link, a:visited {
	color: #000;
	text-decoration: underline;
}

#content a:hover {
	color: #000;
	text-decoration: none;
}
h1 {
	font-size: 18pt;
	letter-spacing: 0.2em;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

h2 {
	font-size: 16pt;
	letter-spacing: 0.2em;
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	
}

h2.teacher {
color: #05ac06;
}

a:link.teacher, a:visited.teacher {
color: #05ac06;
	text-decoration: none;
}

a:hover.teacher {
color: #05ac06 !important;
	text-decoration: none;
}
h2.conference {
	color: #05A9AB;
}
a:link.conference, a:visited.conference {
	color: #05A9AB;

		text-decoration: none;
}
a:hover.conference {
	color: #05A9AB !important;
	text-decoration: none;
	
}


h2.corporate {
	color: #FF003A;
}

a:link.corporate, a:visited.corporate {
	color: #FF003A;
		text-decoration: none;
}

a:hover.corporate {
		color: #FF003A !important;
		text-decoration: none;
}



h3 {
	font-size: 14pt;
	letter-spacing: 0.2em;
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	color: #000;
}

h3.corp {
	font-size: 14pt;
	letter-spacing: 0.2em;
	font-weight: lighter;
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	color: #666;
}

#content p {
	margin-right: 20px;
	padding-right: 20px;
	color: #202020;
	font-size: 10pt;
	margin-top: 0px;
	padding-top: 0px;
}


#teacherp {
	border-left: 3px solid #05ac06;
	margin-left: 5px;
	padding-left: 5px;

}
#teacherp p {
	margin-left: 5px;
	padding-left: 5px;
}

#conferencep {
		border-left: 3px solid #05a9ab;
		margin-left: 5px;
		padding-left: 5px;

}

#conferencep p {
	margin-left: 5px;
	padding-left: 5px;
}

#corporatep {
		border-left: 3px solid #ff003a;
		margin-left: 5px;
		padding-left: 5px;
}

#corporatep p {
	margin-left: 5px;
	padding-left: 5px;
}



#content ul, ol, li {
		color: #202020;
	font-size: 10pt;
}

h3.quotehdr {
	font-size: 14pt;
		font-weight: lighter;
	margin: 0 5px 0 5px;
	padding: 0 5px 0 5px;
	color: #05AC06;
}
p.quote {
	font-style: italic;
	font-size: 9pt;
	margin: 0 5px 0 5px;
	padding: 0 5px 0 5px;
	border-right: 1px dotted #666;
}

p.noquote {

	font-size: 9pt;
	margin: 0 5px 0 5px;
	padding: 0 5px 0 5px;
}


/* HOME PAGE FORMATTING */

#blackTable {
	background-color: #000;

}

#blackTable p {
	font-size: 10pt;
	color: #fff;
	margin: 0 10px 0 10px;
	padding: 0 10px 0 10px;
}

a:link.home, a:visited.home {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}

a:hover.home {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}