table.infoTip {
	border: 1px solid #24211D; 
	background: #fff6dd; 
	margin: 0px;
	padding: 0px;
}

table.infoTip TD {
   padding: 4px;
	color: #24211D;
	font-family: Tahoma;
	font-size: 10px;
	font-weight: bold;
	text-align: left;	
	vertical-align: middle;
	white-space: nowrap;
}
/* ---------------------------------------------------- */

a:link, a:active, a:visited{
	color: #72706F;
	text-decoration: underline;
}
a:hover{
	color: #BB3700;
	text-decoration: none;
}

div.home {
	position: absolute;
	margin-left: 740px;
	margin-top: 55px;
}

/* ---------------------------------------------------- */

div.site{
	width: 100%;
	height: 100%;
	text-align: center;
}
div.images {	
	width: 760px;
	margin-left: auto; 
	margin-right: auto; 
	text-align: left;
}
dl {
	margin: 0px 5px;
}
dd {
	color: #474747;
	margin-bottom: 20px;
	text-align: justify;
}
dt {
	color: #474747;
}
div.footer {
	margin-left: auto; 
	margin-right: auto;
	margin: 20px 0px;
	padding-top: 5px;
	border-top: 1px solid #00937F;
	text-align: center;
}
/* ---------------------------------------------------- */
div.version {
	position: absolute;
	right: 20px;
	bottom: 20px;
	color: #C1C1C1;
	font-size: 10px;
}

/* ---------------------------------------------------- */
/* -----------------	HEADER  ---------------- */
/* ---------------------------------------------------- */

div.header {
	padding-top: 17px;
}

div.image {
	float: left;
	width: 395px;
	padding-top: 50px;
}
div.content {
	float: left;
	width: 415px;
	text-align: right;
	padding-top: 20px;
}
div.right {
	margin-left: 820px;
	width: 135px;
	text-align: right;
	padding-top: 15px;
}
div.fixed {
	clear: both;
}
h1 {
	margin: 20px 0px;
	display: block;
	text-align: left;
	padding: 0px;
	padding-bottom: 5px;
	background-repeat: no-repeat;
	background-position: right;
	font-size: 12px;
	border-bottom: 1px solid #4C4C4C;
	color: #00937f;
}
#historyTitle{
	background-image: url(../images/history_title.png);
}
#philosophyTitle {
	background-image: url(../images/philosophy_title.png);
}
#stagesTitle {
	background-image: url(../images/stages_title.png);
}
#successTitle {
	background-image: url(../images/success_title.png);
}
#assignmentTitle {
	background-image: url(../images/assignment_title.png);
}
#activitiesTitle {
	background-image: url(../images/activities_title.png);
}
#authorsTitle {
	background-image: url(../images/authors_title.png);
}
#teamTitle {
	background-image: url(../images/team_title.png);
}
#notTitle {
	background-image: url(../images/not_stop_till_here_title.png);
}
#workTitle {
	background-image: url(../images/work_title.png);
}
h2 {
	margin-top: 7px;
}
div.textTeam {
	margin-top: 20px;
	margin-left: 30px;
}
div.teamPresent {
	padding-left: 40px;
}
.leftParagraph {
	float: right;
}
li {
	text-align: left;
	margin: 5px;
	padding: 0px;
	list-style-type: circle;
}
div.subNav {
	position: absolute;
	margin-top: 300px;
	margin-left: -40px;
	* margin-left: -450px;
	width: 450px;
}
div.subNavStages {
	position: absolute;
	margin-left: 90px;
	margin-top: 340px;
	* margin-left: -320px;
}
div.stagesText {
	margin-left: 50px;
	font-size: 13px;
}
div.stagesText span {
	font-weight: normal;
	font-style: italic;
}
div.position {
	text-align: right;
	border: 1px solid red;
	width: 100%;
}
table.form {
	width: 400px;
}
table.form th{
	font-size: 11px;
	text-align: right;
	padding: 3px;
	padding-right: 5px;
	width: 200px;
	vertical-align: top;
}
table.form td {
	padding: 3px;
}
table.form td.send {
	text-align: right;
}
table.form input, table.form textarea {
	font-size: 11px;
	width: 200px;
	border: 1px solid #C1C1C1;
	color: #4C4C4C;
}
table.form input.send{
	width: 27px;
}
p.right {
	text-align: right;
}

div.flashContent{
	position: absolute; 
	margin-left: -270px;
	* margin-left: -410px;
}