@charset "utf-8";
/* CSS Document for NLP Training Online */

BODY {

	margin-top:10px;
	padding:0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align: left;
	background-image: url('images/bg.jpg');
	background-repeat: repeat-x;

}

hr { 
    display: block;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    margin-left: auto;
    margin-right: auto;
    border-style: inset;
    border-width: 1px;
}


A {
    text-align: left;
	text-decoration: none;
	color: #813a7e;

}

H2 {

	font-size: 16px;
	margin: 0px;
	padding: 0px;

}

H1 {
	font-size: 24px;

}

H3 {
	font-size: 18px;

}

H4 {
	font-size: 18px;
text-align: left;
}

A:hover {

	text-decoration: none;
	color: #CCCCCC;

}

UL {

text-align: left;

}


IMG {

	border:none;

}

.front01 {

	background-image: url('images/front01.jpg');
	width: 620px;
	height: 379px;
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 5px;
	padding-bottom: 0px;

}

.container {

	width: 872px;
	border: none;

}

.lifepoten {

float: left;

}

.tabs {

	background: #FFFFFF;
	width: 100px;
	border-left: 1px #CCCCCC solid;
	border-right: 1px #CCCCCC solid;
	border-top: 1px #CCCCCC solid;
	padding: 5px;
	position: relative;
	float: right;
	bottom: 0px;
	top: -13px;

}

.tabs-lit {

	background: #FFFFFF;
	width: 100px;
	border-left: 1px #CCCCCC solid;
	border-right: 1px #CCCCCC solid;
	border-top: 1px #CCCCCC solid;
	border-bottom: 1px #FFFFFF solid;
	padding: 5px;
	position: relative;
	float: right;
	bottom: 0px;
	top: -13px;

}

.mainbody {
	background: #FFFFFF;
	width: 850px;
	border-width: 1px;
	border-color: #CCCCCC;
	border-style: solid;
	padding: 10px;
	margin-top: -16px;
	text-align: left;

}



table td {

	padding: 5px;
	border-width: 1px;
	border-color: #CCCCCC;
	border-style: solid;

}