﻿/* styles specific to home page */
#content_home {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10pt;
	font-weight:bold;
	line-height:10pt;
	color:#2e64c5;
	text-align:left;
}
#content_home a {
	text-decoration:none;
	color:#2e64c5;
}
#content_home table.maintable {
	width:565px;
	text-indent:0px;
	padding:0px; 
	margin-left:60px;
}
#content_home td.left {
	width:50%;
	text-indent:0px;
	padding-left:0px;
}
#content_home td.right {
	width:50%;
	text-indent:0px;
}
#content_home td.topspacerrow {
	height:105px;
}
#content_home td.spacerrow {
	height:115px;
}
#content_home a:hover {
	text-decoration:underline;
	color:#2e64c5;
}
.toptable {
	margin-top:0px;
}
#left_column {
	float:left;
	width:240px;
	height:350px;
	margin:0px;
	padding:0px;
	margin-left:0px;
	margin-left:0px;
	margin-top:35px;
	background-image:url('../images/content_home-col-left.jpg');
	background-repeat:no-repeat;
}
#left_column table {
	width:98%;
	margin-top:0px;
}
#left_column td {
	white-space:nowrap;
}
#right_column a {
	text-decoration:none;
	color:#2e64c5;
}
#right_column {
	float:right;
	width:240px;
	height:350px;
	margin:0px;
	padding:0px;
	margin-right:0px;
	margin-left:10px;
	margin-top:35px;
	background-image:url('../images/content_home-col-right.jpg');
	background-repeat:no-repeat;
}
#right_column table {
	width:98%;
	margin-top:0px;
}
#right_column td {
	white-space:nowrap;
}

/* LATEST NEWS BOX on home page */

#latestnews {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	font-weight: normal;
	color: #000000;
	background-image: url('../images/bg-latest-news.gif');
	background-repeat:no-repeat;
	margin-top:40px;
	margin-left:30px;
	width:625px;
	float:left;
	height:184px;
}
#latestnews a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	font-weight: bold;
	color: #2E64C5;
	text-decoration: none;
}
#latestnews a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	font-weight: bold;
	color: #2E64C5;
	text-decoration: underline;
}
#latestnews .heading {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 16px;
	font-weight: bold;
	color: #2E64C5;
}
#latestnews table {
	margin:50px 0px 0px 50px;
	width:565px;
}
#latestnews td {
	text-align:left;
	width:50%;
	padding-right:20px;
}
