BODY
{
    BACKGROUND-COLOR: white;
    COLOR: #333366;
    FONT-FAMILY: 'Times New Roman'
}
.backgroundpic
{
	z-index: 1;
	position: absolute;
	top: 1;
	left: 50%;
	margin-left: -512
}


H1
{
    COLOR: #005D4A;
    FONT-FAMILY: 'Times New Roman';
    TEXT-TRANSFORM: capitalize;
    position: relative;
    text-align: center;
 
}
H2
{
    COLOR: #005D4A;
    FONT-FAMILY: 'Times New Roman';
    TEXT-TRANSFORM: capitalize;
    position: relative;
	text-align: center;
	text-decoration: underline;
}
H3
{
    COLOR: #005D4A;
    FONT-FAMILY: 'Times New Roman';
    TEXT-TRANSFORM: capitalize;
    position: relative;
    text-align: center;
}

H4
{
    COLOR: #6666CC;
    FONT-FAMILY: 'Times New Roman';
    TEXT-TRANSFORM: capitalize
}

H5
{
    COLOR: #6666CC;
    FONT-FAMILY: 'Times New Roman';
    TEXT-TRANSFORM: capitalize
}
H6
{
    COLOR: #6666CC;
    FONT-FAMILY: 'Times New Roman';
    TEXT-TRANSFORM: capitalize
}
TH {
 color: #6060cc
}
.s
{
	color: #005D4A;
	font-family: serif;
	position: relative;
	font-style: normal;
	top: 525;
	font-size: 18;
	z-index: 4;
	left: -500;
	background-image: url("Training3.jpg");
		       
}
/*    Courses in Training left navigation   */
.leftnav
{
	font-family: "Times New Roman";
	color: #005D4A;
	position: relative;
	font-style: normal;
	top:385;
	font-size: 14px;	
	z-index:4;
	left: -400;
	margin-left: 50%;
	line-height: 25px;
	text-align: left;
	page-break-before: auto;
	width: 272;
	letter-spacing: 1px;	
}
/*  Border for Items    */
.navbox
{
	/*background-color:#C1E3ED;
	background: #C1E3ED;*/
	border-bottom-style:outset;
	border-left-style:inset;
	border-right-style:ridge;
	border-top-style:ridge;
	border-color:C1E3ED;
	border-width:3
	position: relative;
}
/*  Top Training Menu Buttons     */
.logo {top:50;left: -465;margin-left:50%;position: absolute;z-index: 11}
.homebutton {top:180;left: -95;margin-left:50%;position: absolute;z-index: 12}
.trainingbutton {top:180;left: 55;margin-left:50%;position: absolute;z-index: 14}
.our_team {top:180;left: 195;margin-left:50%;position:absolute;15}
.contact_us {top:180;left: 345;margin-left:50%;position:absolute; z-index:3;}
.schedulebutton {top: 290;left: 55;margin-left:50%;position: absolute;z-index: 15}

/*  Training  */
.rotating {top:385;left: -115;margin-left:50%;position: absolute;}
.location {top:-130;left: 40;position:absolute;color: red;text-align: center; }
.trainingbody {top:715;left: -110;margin-left:50%;position: absolute;z-index:8;width: 465; font-style: "Times New Roman"; }

/*  ContactUs     */
.ContactUspic {position: absolute; top:275; margin-left: 50%; left: -380; z-index:5; }
.ContactUsBody {position: absolute; top:475; margin-left: 50%; left: 10; z-index:5;width: 350; text-align: left;}



/*  Allows Hovering        */
A:visited  {color: #005D4A; text-decoration: none}
A:link  {color: gray;text-decoration: none}
A:active  {color: blue; text-decoration: none}
A:hover   {cursor: pointer; color: white; background-color: lightslategray; text-decoration: none; }	

