/* Home page styles */
a.homeFocusMain:link, a.homeFocusMain:visited {color: #7A8EBB; text-decoration: underline;}
a.homeFocusMain:hover, a.homeFocusMain:active {color: #153079; text-decoration: underline;}

a.homeFocusSpotlight:link, a.homeFocusSpotlight:visited {color: #6878A5; text-decoration: underline;}
a.homeFocusSpotlight:hover, a.homeFocusSpotlight:active {color: #153079; text-decoration: underline;}

a.homeFocusNews:link, a.homeFocusNews:visited {color: #FFFFFF; text-decoration: underline;}
a.homeFocusNews:hover, a.homeFocusNews:active {color: #153079; text-decoration: underline;}

p,li,table,td,ul { 
	font: 8pt Tahoma, Arial, Helvetica; 
	color: #535353;
}

p {
	margin: 5px 0 0 0;
	padding: 0px;
	line-height: 15px;
}

	h1 { 
		font-size: 15px;
		font-weight: bold;
		color: #1B3376; 
		padding: 0 0 6px 0;
		margin: 0;
	}
	
	h2 { 
		font-size: 12px;
		font-weight: bold;
		color: #575D6D; 
		padding: 0 0 3px 0;
		margin: 0;
	}
		

	/* list styles */
	UL {
		position:relative;
		list-style-type: disc;
		margin: 0;
		padding: 5px 0 0 20px;
		}
	
	UL LI {
		padding: 3px 0px 3px 1px;
		margin: 0;
		}

	.mainBold { color: #1B3376; font-weight: bold;}
	
	.newsHeader {
		font-size: 15px;
		font-weight: bold;
		margin: 0 0 6px 0;
		color: #E3E9F6;
	}
	
	.newsItem {
	 	color: #FFF;
		padding: 0 0 12px 0;
	}
	
/* css revisions */
#containerHome {
	width: 772px;
	min-height: 535px;
	background: url(../images/bg-home.gif);
	}
	#containerHome #homeLeft {
		float: left;
		width: 354px;
	}
	#containerHome #homeRight {
		position: relative;
		margin-left: 354px;
		}
		#containerHome #homeRight #mainBox {
			background: #fff;
			padding: 25px;
			}
			#containerHome #homeRight #mainBox p {
				font-size: 12px;
			}
			#containerHome #homeRight #mainBox strong {
				color: #1B3376;
			}
		#containerHome #homeRight #spotlight {
			position: relative;
			background: #E3E9F6;
			padding: 0 0 25px 0;
			border-top: 1px solid #2B4080;
			border-bottom: 1px solid #2B4080;
			}
			#containerHome #homeRight #spotlight #spotlightText {
				margin: 25px 25px 0 25px;
				width: 230px;
				border-right: 1px solid #A6B4D5;
			}
			#containerHome #homeRight #spotlight #spotlightIcon {
	position: absolute;
	top: 50px;
	left: 270px;
	visibility: hidden;
			}
			#containerHome #homeRight #spotlight #spotlightText p {
				padding-right: 10px;
			}

		#containerHome #homeRight #newsEvent {
			background: #6F83BB;
			margin: 25px 25px 0 25px;
			padding: 0 0 25px 0;
			}
			#containerHome #homeRight #newsEvent ul {
				margin: 10px 0;
				padding: 0;
			}
			#containerHome #homeRight #newsEvent li {
				background: url(../images/icon_whitepaper.gif) top left no-repeat;
				padding: 0 0 0 20px;
				margin: 0;
				color: #fff;
			}
			#containerHome #homeRight #newsEvent hr {
				border: 0;
				height: 1px;
				background: #485E9B;
				color: #485E9B;
				padding: 0;
				margin: 0 0 0 20px;
			}
	#containerHome p {
		margin: 0 0 10px 0;
	}
	#containerHome h1 {
		font-size: 15px;
		}
		#containerHome h1.last {
			color: #E3E9F6;
		}
	#containerHome ul {
		list-style: none;
		padding-left: 0;
		}
		#containerHome ul.left {
			float: left;
			width: 120px;
		}
		#containerHome ul.right {
			float: right;
			width: 210px;
			w\idth: 190px;
		}
	#containerHome ul li {
		padding: 2px 0 0 11px;
		margin: 0;
		background: url(../images/bg-white-arrow.gif) top left no-repeat;
		}
/* css revisions */

.TopNav {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}
