/* CSS Document */

	A 			{ color: #D15C00; text-decoration: none; } 
	A:link		{ color: #D15C00; text-decoration: none; } 
	A:visited	{ color: #D15C00; text-decoration: none; } 
	A:active	{ color: #D15C00; text-decoration: underline; } 
	A:hover		{ color: #D15C00; text-decoration: underline; } 

	body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(http://www.underconsideration.com/images/bckgd_body.gif);
	background-repeat: repeat-y;
	}

	img.floatLeft 
	{ 
    float: left; 
    margin: 10px; 
	}

/*Structure Elements*/

	#top
	{
	width: 631px;
	position: absolute;
	left: 20px;
	top:20px;
	z-index: 1;
	background-image: url(http://www.underconsideration.com/images/bckgd_left.gif);
	}

	#two-column {
	width: 631px;
	position:relative;
	padding-top:10px;
	}

		#feeds_left
		{
		width: 309px;
		margin: 0;
		position:absolute;
		}
	
		#feeds_right
		{
		width: 302px;
		margin: 0;
		position: absolute;
		left:309px;
		padding-left:10px;
		padding-right:20px;
		background-image: url(http://www.underconsideration.com/images/bckgd_right_feed.gif);
		background-repeat: repeat-y;
		}

	#right
	{
	width: 309px;
	margin: 0;
	position: absolute;
	top:20px;
	left:651px;
	z-index: 2;
	background-color: #DCDCC8;
	}

	#news_only
	{
	width: 600px;
	position: relative;
	z-index: 2;
	padding-right:20px;
	padding-left:10px;
	background-color: #DCDCC8;
	}

/*Style Elements*/

	.content {
	font-family:georgia,serif;
	color:#452817;
	font-size:16px;
	font-weight:normal;
	line-height:140%;
	padding-right:20px;
	padding-top:2px;
	}

	.details {
	font-family:georgia,serif;
	font-size:13px;
	font-weight:normal;
	}

	.intro {
	font-family:georgia,serif;
	color:#452817;
	font-size:18px;
	font-weight:normal;
	line-height:150%;
	padding-right:10px;
	}

	.title
	{	
	font-family:georgia,serif;
	color:#6192AB;
	font-size:11px;
	font-weight:bold;
	line-height:125%;
	letter-spacing:1px;
	padding-top:5px;
	padding-bottom:5px;
	}

	.title_sans
	{	
	font-family:arial,sans-serif;
	color:#452817;
	font-size:10px;
	font-weight:bold;
	line-height:125%;
	letter-spacing:1px;
	padding-top:5px;
	padding-bottom:4px;
	}

	.feed_title
	{	
	font-family:georgia,serif;
	color:#452817;
	font-size:12px;
	font-weight:bold;
	line-height:150%;
	padding-top:7px;
	}

	.feed_desc
	{	
	font-family:arial,sans-serif;
	color:#452817;
	font-size:10px;
	font-weight:bold;
	line-height:150%;
	}

	.feed_intro
	{	
	font-family:georgia,serif;
	color:#452817;
	font-size:12px;
	font-weight:normal;
	line-height:150%;
	padding-bottom:10px;
	}

	.pad-right {
	padding-right:20px;
	}

	.light_brown
	{
	color:ABA489;
	}

	.blue
	{
	color:#6192AB;
	}

/*News Elements*/

	#news
	{
	padding-left:10px;
	padding-right:20px;
	}

	.news_item 
	{  
	font-family: Arial, sans-serif;
	font-size: 10px;
	font-weight:normal;
	line-height:150%;
	color:#452817;
	padding-left:10px;
	padding-bottom:10px;
	}
	
	.news_title 
	{  
	font-family: Arial, sans-serif;
	font-size: 10px;
	font-weight:bold;
	line-height:150%;
	color:#452817;
	padding-top:10px;
	}
	
	.news_date_a {  
	font-family:georgia,serif;
	color:#6192AB;
	font-size:14px;
	font-weight:bold;
	line-height:150%;
	padding-top:5px;
	padding-left:10px;
	}

	.news_date {  
	font-family:georgia,serif;
	color:#6192AB;
	font-size:14px;
	font-weight:bold;
	line-height:150%;
	padding-top:10px;
	padding-left:10px;
	}	
	
/* ERROR MESSAGES */

	.error_title {
	font-family:georgia,serif;
	color:#D15C00;
	font-size:36px;
	font-weight:bold;
	line-height:150%;
	padding-top:10px;
	padding-bottom:10px;
	}
	
