/**
* LAST MOD: SEP 11 2009: DREW
* ---------------------------
* this is a rebuild of the original
*/
body {
	margin: 0px;
	padding: 0px;
	padding-top: 41px;
	font-family: 'Myriad Pro';
	background: url('../Images/background.png');
}
img, table {
	border: none;
}
table {
	margin: 0px auto;
}
/*=== BEGIN BASIC CLASSES ===*/
.subtitle {
	font-size: 19px;
}
.lcBodyUL {
	font-size: 16px;
	margin-left: 8px;
	padding-left: 8px;
	text-align: left;
}
.lcBodyUL li {
	margin-bottom: 10px;
}
.underIt {
	text-decoration: underline;
}
.redIt {
	color: #ff0000;
	background-color: transparent;
}
.whiteIt {
	color: #ffffff;
	background-color: transparent;
}
.mb5 {
	margin-bottom: 5px;
}
.mt5 {
	margin-top: 5px;
}
.pad10 {
	padding: 10px;
}
.px15 {
	font-size: 15px;
}
.px18 {
	font-size: 18px;
}
.px20 {
	font-size: 20px;
}
.px22 {
	font-size: 22px;
}
.px24 {
	font-size: 24px;
}
.alignL {
	text-align: left;
}
.floatR {
	float: right;
}
/*=== BEGIN ALL IDs ===*/
#main {
	position: relative;
	width: 950px;
	height: auto;
	margin: 0px auto;
}
#mainHead {
	position: relative;
	width: 800px;
	height: 41px;
	top: -41px;
	background: url('../Images/bg_head.png');
}
#mainBody {
	position: relative;
	width: 800px;
	height: auto;
	text-align: center;
	color: #ffcc00;
	font-size: 24px;
	background: url('../Images/bg_body_tile.png') top repeat-y;
}
#mainContent {
	position: relative;
	width: 100%;
	height: auto;
	top: -30px;
	background: url('../Images/bg_people.png') center 10px no-repeat;
}
#logoDiv {
	position: absolute;
	width: 232px;
	height: 76px;
	left: 12px;
	top: -36px;
	z-index: 99;
	background: url('../Images/logo_forensicnetworker.png') top no-repeat;
}
#mainFoot {
	position: relative;
	width: 100%;
	height: 5px;
	background: url('../Images/bg_foot.png');
}
#upperContainer {
	position: relative;
	width: 100%;
	height: 400px;
}
#mediaDiv {
	position: relative;
	float: left;
	width: 535px;
	height: 400px;
	margin-left: 20px;
	background: url('../Images/video.png') center no-repeat;
}
#accessDiv {
	position: relative;
	float: right;
	width: 214px;
	height: 400px;
	margin-right: 20px;
	font-size: 16px;
	background: url('../Images/right.png') center no-repeat;
}
.accessText {
	padding: 0px 20px 0px 20px;
}
#lowerContainer {
	position: relative;
	width: 100%;
	height: auto;
	font-size: 20px;
	margin-top: 20px;
}
#lcHead {
	position: relative;
	width: 100%;
	height: 10px;
}
#lcHeadImg {
	position: absolute;
	left: 20px;
	top: -10px;
}
#lcBody{
	position: relative;
	width: 100%;
	height: auto;
	background: url('../Images/bg_lower_content_strip.png') top repeat-y;
}
#lcBodyInner {
	padding: 0px 55px 0px 55px;
}
#lcFoot {
	position: relative;
	width: 100%;
	height: 10px;
	background: url('../Images/bg_lower_content_foot.png') top no-repeat;
}
.lcTitle {
	font-size: 22px;
	font-weight: bold;
	color: #ffffff;
	background-color: transparent;
}
.teach {
	font-size: 24px;
	text-align: left;
	color: #ffffff;
	background-color: transparent;
}
.wait {
	padding-top: 20px;
	font-size: 32px;
	color: #ff0000;
	background-color: transparent;
}
.signupImg {
	margin-bottom: 10px;
}
#signupDiv {
	position: relative;
	top: 10px;
}
/*=== BEGIN STUDENT TEXT DIV ===*/
#studentTextDiv {
	position: relative;
	padding: 10px;
	border-top: solid 1px #ffffff;
	border-bottom: solid 1px #ffffff;
}
/*=== BEGIN VIDEO DIV ===*/
.othersSay {
	font-size: 24px;
	color: #ffffff;
	background-color: transparent;
}
#videoSets {
	position: relative;
	margin-top: 50px;
}
.vidSet {
	position: relative;
	margin-bottom: 20px;
}






