/* Index page's layout */

#index-span {
	width: 640px;
}

* html #index-span {
	width: 640px;			 /* for IE5/6 only */ 
}

*+html #index-span {
	width: 640px;			 /* for IE7 only */ 
}

#index-span table {
	width: 644px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 0px;
	margin: 0px;
	position: relative;
	top: -20px;
	left: -2px;
}

* html #index-span table {
	width: 640px;			 /* for IE5/6 only */ 
	top: -21px;
	left: 0px;
}

*+html #index-span table {
	width: 640px;			 /* for IE7 only */ 
	top: -21px;
	left: 0px;
}

#index-left-column {
	position: relative;
	top: 0px;
	width: 490px;
	padding-top: 10px;
	padding-left: 20px;
	padding-right: 20px;
	vertical-align: top;
}

* html #index-left-column {
	width: 487px;			 /* for IE5/6 only */ 
}

*+html #index-left-column {
	width: 487px;			 /* for IE7 only */ 
}

#index-left-column p {
	font-size: 10pt;
	line-height: 12pt;
}

.index-pad-left {
	margin-left: 170px;
}

* html .index-pad-left {
	width: 290px;			 /* for IE5/6 only */ 
}

*+html .index-pad-left {
	width: 290px;			 /* for IE7 only */ 
}

#index-right-column {
	width: 150px;
	background-color: #D5DCEB;
	padding-top: 25px;
	padding-bottom: 25px;
	padding-left: 0px;
	padding-right: 0px;
	margin: 0px;
	vertical-align: top;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #666666;
}

#index-right-column p {
	margin: 10px;
}

#index-right-column p a, #index-right-column p a:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 9pt;
	color: #000000;
	font-style: normal;
	font-weight: normal;
}

.right-column-title {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #000000;
}

.index-quote {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 8.5pt;
	color: #244594;
	font-style: italic;
	font-weight: bold;
	line-height: 11pt;
}

.index-news-subject {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 8.5pt;
	color: #244594;
	font-style: normal;
	font-weight: normal;
	line-height: 11pt;
}

.index-news-subject a, .index-news-subject a:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 8.5pt;
	color: #8F0000;
	font-style: normal;
	font-weight: normal;
	line-height: 11pt;
	text-decoration: none;
}

.index-quote-mark, .index-quote-mark-lower {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24pt;
	color: #EA6810;
	font-style: normal;
	font-weight: bold;
	line-height: 12pt;
	position: relative;
	top: 10px;
}

.index-quote-mark-lower {
	text-align: right;
}

.quote-divider {
	width: 117px;
	height: 2px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #244594;
	margin: 0px;
	padding: 0px;
}

span.imgwrapright-margin {
	float: right;
	margin-left: 5px;
	margin-top: 1.5em;
	margin-right: 0;
	margin-bottom: 1.5em;
}

#special-announcement {
	width: 450px;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #244594;
	font-weight: bold;
	text-align: center;
}

#special-announcement p {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14pt;
	color: #244594;
	font-weight: normal;
}

* html #special-announcement p {
	padding-top: 10px;			 /* for IE5/6 only */
}

*+html #special-announcement p {
	padding-top: 10px;		     /* for IE7 only */
}

/* end of 3 column layout */
