﻿body {
}
#divTextContent {
	float: left;
	height: 100%;
	width: 705px;
	margin-top: 20px;

	text-align: justify;
	line-height: 16px;
}
#divLinksA {
	height: 100%;
	width: 180px;
	margin-top: 20px;
	margin-left: 10px;
	float:left;
}
#divLinksB {
	height: 100%;
	width: 300px;
	margin-top: 20px;
	margin-left: 10px;
	float:left;
}
#divLinksC {
	height: 100%;
	width: 200px;
	margin-top: 20px;
	margin-left: 20px;
	float:left;
}
#divPartition {
	float: left;
	height: 150px;
	width: 2px;
	margin-top:20px;
}
.Tahoma13Gray {
	font-family: Tahoma;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	color: #8d8b8b;
}
.Tahoma13Gray:hover {
   color:#569bd2;
   }
   
   
   .Tahoma12GrayLink {
    font-family: Tahoma;
	font-size: 11px;
	font-weight:bold;
	color: #8d8b8b;
	text-decoration: none;
	line-height: 14px;
}

.Tahoma12GrayLink:hover {
 color:#569bd2;
}
