﻿body 
{
	background-color: #005F1D;
	text-align: center;
}
a
	{
		text-decoration: none;
		color: #005F1D; 
		font-weight: bold;
		outline: none;
		
	}
.Header
{
	height: 100px;
	width: 800px;
	padding: 0px;
	top: 20px;
	margin: 0 auto;
	
}
.divCourse
{
	text-align: center;
	margin: 0 auto;
}
#imgCourse
{
	height: 400px;
	width: 800px;
	margin: 0 auto;
	border-style: none;
}
#imgCourse2
{
	height: 320px;
	width: 800px;
	margin: 0 auto;
	border-style: none;
}

#divOrgBar1
{
	background-color:rgb(255,196,27);
	margin: 0 auto;
	position: relative;
	top: 0px;
	width: 800px;
	height: 4px;

}
#divOrgBar2
{
	background-color:rgb(255,196,27);
	width: 800px;
	height: 4px;
	position: inherit;
	top: 598px;
	margin: 0 auto;

}
#divTxtArea
{
	background-color: #ECF6EF;
	text-align: center;
	min-height: 250px;
	width: 800px;
	margin: 0 auto;
}
#divTxtArea2
{
	background-color: #ECF6EF;
	text-align: center;
	min-height: 410px;
	width: 800px;
	margin: 0 auto;
}
.TxtAreaTitle
{

 font-family: Helvetica, Arial, Sans-Serif;
 font-size: 24;
 color: #6D6D70;
 text-align: center;
 position: relative;
 top: 15px;
 margin: 0 auto;
 
 
}
.TxtAreaBody
{
	font-family: Helvetica, Arial, Sans-Serif;
 font-size: 12;
 color: #8F9293;
 text-align: center;

 margin: 0 auto;
}
.TxtAreaBody2
{
	font-family: Helvetica, Arial, Sans-Serif;
 font-size: 12;
 color: #000000;


}

.lblText
{
	font-family: Helvetica, Arial, Sans-Serif;
 font-size: 10;
 color: #8F9293;
 text-align: right;	
}
.Logintbl
{
	position: relative;
	top: 80px;
	left: 0px;
	width: 150px; 
	margin: 0 auto;
}
.txtInvalid
{
	font-family: Helvetica, Arial, Sans-Serif;
	font-size: 9pt;
	color: Red;
	text-align: right;	
	width: 150px;
}
.FooterPos
{
	position: absolute;
	top: 793px;
	margin: 0 auto;
	text-align: center;
	
}
.FooterPos2
{
	margin: 0 auto;
	width: 800px;
	text-align: center;
	
}
.Footer1
{
	
	font-family: Arial, Helvetica, sans-serif;
	color:#CCCCCC;
	font-size:10px;
}

.Footer2
{
	font-family: Arial, Helvetica, sans-serif;
	color:#FF3300;
	font-size:10px;
	cursor: pointer;
	text-decoration: none;
}
	