/* UB Articles CSS */

/*** Color Specs ***/
/*** Dark Blue		#000099		***/
/*** Dark Gray		#333333		***/
/*** Medium Gray	#666666		***/
/*** Light Gray		#999999		***/
/*** Orange			#FF6600		***/


/*** Start Structure ***/

/*** This is the holder for the actual content within an article ***/
#article {
	background:transparent;	
	padding:0;
	margin:0 10px 0 0;
	border:0;
	width:472px;
	float:left;
}

/*** This is the description of the feature displayed at the top of the article ***/
.featureDesc {
	color:#333333;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:18px;
	font-style:italic;
	padding-right:5px;
}

/*** This is the title of the article ***/
.articleTitle {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	line-height: 24px;
	margin:10px 0 6px 0;
}

#articleTitleIndex {
	font-family: Arial, Helvetica, sans-serif;
	font-style: bold;
	font-size: 14px;
	line-height: 16px;
	margin:0 6px 0 0;
}

div.indexTitle {
  margin:0 8px 8px 0;
}

.articleTitle del{
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	line-height: 24px;
	margin:15px 0 6px 0;
}

/*** This is the date that displays directly under the article title ***/ 
.dateline {
	color:#666666;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:18px;
	margin:10px 0 10px 0;
}

.articleContent {
	background-color:transparent;
	padding:0;
	margin:0;
}

/*** This is the container for the content in the articles ***/
.contentText {
	border:0;
	margin:0 5px 0 0;
	padding:0;
}

.contentText ol {
	list-style-type:decimal;
	margin:0 0 0 25px;
	padding:0 6px 0 0;
}

.contentText ul {
	list-style-type:disc;
	margin:0 0 0 20px;
}

.contentText li {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:12pt;
	margin-bottom:5px;
}

.contentText li a {
	color:#000;
}

.reviewUl {
	margin:0 0 0 35px;
	line-height:12pt;
}

/*** This is the author and comments link with the above line that ends each article ***/
#feature_controls {
	border-top:1px solid #000099;
	width:455px;
	padding:4px 3px 2px 10px;
	margin:10px 0 0 0;
	font-size:11px;
	display:inline-block;	
}

/*** This is the "More >>" link that leads to the archives ***/
.archive {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	float:right;
}

/*** End Structure ***/

#subhead {
	color:#666666;
	font-size:15px;
	line-height:18px;
	font-weight:bold;
	margin-bottom:10px;
}

#footnote {
	color:#666666;
	font-size:10px;
	line-height:12px;
	font-weight:bold;
	margin-top:10px;
	margin-bottom:10px;
}

.ImagineFoot {
	margin:80px 0 0 0;
}

#letterWriter {
	color:#000000;
	font-family:"Courier New", Courier, monospace;
	font-size:13px;
	line-height:19px;
	margin-top:5px;
	margin-bottom:15px;
}

#letterResponse {
	color:#000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:18px;
	margin-top:15px;
	margin-bottom:10px;
}

.bigQuoteStart {
	border:none;
	margin:0 5px 0 0;
	float:left;
	vertical-align:top;
}

.bigQuoteEnd {
	border:none;
	float:left;
	margin:5px 0 0 5px;
	vertical-align:top;
}

P#Quote {
	padding:0;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	line-height:20px;
}

.table {
	width:470px;
	margin: 10px 10px 10px 0;
	border:0px;
	background-color:#CCFFFF;
}

.header {
	padding:5px 5px 5px 5px;
	background-color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	text-align:center;
}

.category {
	padding:5px 5px 5px 5px;
	background-color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
}

.info {
	padding:5px 10px 5px 5px;
	background-color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:300;
}

.subHeader {
	font-weight:bold;
	margin:10px 0 0 0;
}

.article-footer {
	font-size:11px;
	margin:5px 0 10px 0;
	border-bottom:1px solid #000099;
	padding:5px 0;
}

.relatedContent ul {
	list-style-type:disc;
	margin:0 0 0 65px;
}

/*** End  Articles ***/