.linksMainDiv
{
	padding: 10px;
	width: 70%;
	color: #565656;
	margin-left:23px;
	font-family:Tahoma,Verdana;
	font-size:12pt;
	margin-left:auto;
	margin-right:auto;
}

.linksTable
{
	background-color:White;
	border:double 3px #5e5e5e;
	width:100%;
	
	margin-bottom:15px;
}

.linksTableImageCell
{
	background-image:url(../Images/linksMedia/tableImageCellBackground.gif);
	background-repeat:repeat;
	padding: 20px 40px 20px 40px;
	vertical-align:middle;
}
.linksTableImage
{
	border:outset 4px #cccccc;
}
.linksTableImage:hover
{
	border:outset 4px #0450a3;
}

.linksTableTextCell
{
	width:100%;
	padding:20px;
	vertical-align:middle;
	font-size:16pt;
}
.linksTableTextCell a
{
	text-decoration:none;
	color:Green;
	font-size:10pt;
	font-family:Verdana;
}

.linksTableTextCell a:hover
{
	color: #0450a3;
	text-decoration:underline;
}

.linkDescription
{
	color:#232323;
	font-size:11pt;
}
