﻿
.bodyAreaTop
{
	border:								solid 0px red; 
	padding:							20px 0px 20px 0px; 
	margin:								0px 25px 0px 25px; 

	background-color:					Transparent;
	color:								#ffffff;
}

.bodyAreaTop span
{
	color:								#dddddd; 
	font-weight:						normal; 
}

.bodyAreaTop a, .bodyAreaTop a:link, .bodyAreaTop a:active, .bodyAreaTop a:visited
{
	text-decoration:					none; 
	color:								#ffffff;/*28BAD9;*/
	border: solid 0px lime;
}

.bodyAreaTop a:hover
{
	text-decoration:					underline;
}



.left
{
	float:								left;
}

.right
{
	float:								right;
}

.clear
{
	clear:								both;
}

.bodyAreaCenter
{
	margin:								0px 25px 0px 25px; 
	padding:							25px 20px 20px 20px; 
	background-color:					#ffffff; 
	border:								solid 0px magenta;
}

.bodyAreaCenter .colLeft
{
	float:								left;
	/*min-height:							69%;*/
	width:								20%;
}

.bodyAreaCenter .colRight
{
	float:								right;
	width:								80%;
	border:								0px solid cyan;
}

.colRightMain
{
	float:								right;	
	border:								solid 0px cyan; 
	width:								80%; 
}

.bodyAreaCenter .colRightClear
{
	clear:								right;
}
.bodyAreaCenter .colsClear
{
	clear:								both;
}

.bodyAreaFooter
{

	/*bottom:								0px;*/
	line-height:						18px;
	font-size:							11px; 
	margin:								0px 25px 0px 25px; 
	padding:							15px 0px 15px 0px; 
	color:								#cccccc;/**/
	background-color:					Transparent;
	border:								solid 0px black; 
}

.bodyAreaFooter a, .bodyAreaFooter a:link, .bodyAreaFooter a:active, .bodyAreaFooter a:visited
{
	color:								#ffffff;/*28BAD9;*/
	text-decoration:					none;
}

.bodyAreaFooter a:hover
{
	text-decoration:					underline;
}

.bodyAreaFooter a.developedBy
{
	color:								#cccccc;/**/
}