body {
	margin: 0px;
	height: 100%;
	background-image: url("../Images/bodyBg.gif");
	background-position: top left;
}

a {
	color: #003398;	
	text-decoration: none;
	font-family: Arial, sans-serif;
	font-size: 11px;
}

a:hover{
	color: #C15C10;	
	text-decoration: none;
	font-family: Arial, sans-serif;
	font-size: 11px;
}

a.nav {
	font-family: Arial;
	font-size: 10px;
	color: #624E00;
	text-decoration: underline;
}

a.nav:hover {
	
	font-family: Arial;
	font-size: 10px;
	color: #624E00;
	text-decoration: none;
}

.mainContainer
{
	background-color: #CDE8F4;
	border: 1px solid #50B0D8;
	width: 803px;
	height: 148px;
	text-align: center;
}

.descriptionTitle
{
	background-color: #50B0D8;
	height: 22px;
	width: 100%;
	text-align: center;
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	padding-top: 3px;
}

.descriptionTitleDetails
{	
	font-weight: normal;
}

.description
{
	background-color: #F4FBFD;
	border-bottom: 1px solid #50B0D8;
	height: 80px;
	overflow: auto;
	font-family: Tahoma;
	font-size: 11px;
	color: #000000;
	padding: 10px;
}