/* CSS Document */

img {
		border: 0px; 
}

a.top-nav:link {
		font-size: 11px; 
		color: #FFFFFF; 
		text-decoration: none;
		}
	
	
a.top-nav:visited {
		font-size: 11px; 
		color: #FFFFFF; 
		text-decoration: none;
		}
		
a.top-nav:hover {
		font-size: 11px; 
		color: #FFFFFF; 
		text-decoration: underline;
		}
	
a.title-link:link {
		font-size: 14px; 
		color: #1d508e; 
		text-decoration: none;
		}
	
a.title-link:visited {
		font-size: 14px; 
		color: #1d508e; 
		text-decoration: none;
		}
	
a.title-link:hover {
		font-size: 14px; 
		color: #1d508e; 
		text-decoration: underline;
		}
	
.issue {
		font-size: 12px; 
		color: #1d508e; 
		text-decoration: none; 
		}
		
.issue-about {
		font-size: 12px; 
		color: #1d508e; 
		text-decoration: none; 
		}

a.issue:link {
		font-size: 12px; 
		color: #1d508e; 
		text-decoration: none; 
		line-height: 1.5;
		}
		
a.issue:visited {
		font-size: 12px; 
		color: #1d508e; 
		text-decoration: none; 
		line-height: 1.5;
		}
			
a.issue:hover {
		font-size: 12px; 
		color: #1d508e; 
		text-decoration: underline; 
		line-height: 1.5;
		}	
		
a.crumb:link {
		font-size: 10px; 
		color: #888888;
		text-decoration: none; 
		line-height: 1.5;
		}	
		
a.crumb:visited {
		font-size: 10px; 
		color: #888888;
		text-decoration: none; 
		line-height: 1.5;
		}	
		
a.crumb:hover {
		font-size: 10px; 
		color: #888888;
		text-decoration: underline; 
		line-height: 1.5;
		}	
		
.crumb {
		font-size: 10px; 
		color: #888888;
		text-decoration: none; 
		line-height: 1.5;
		}	
		
a.date-link:link {
		font-size: 10px;
		letter-spacing: 1px;
		color: #1d508e; 
		text-decoration: none;
}

a.date-link:visited {
		font-size: 10px;
		letter-spacing: 1px;
		color: #1d508e; 
		text-decoration: none;
}

a.date-link:hover {
		font-size: 10px;
		letter-spacing: 1px;
		color: #1d508e; 
		text-decoration: underline;
}

body { 
		font-family: Arial, Helvetica, sans-serif; 
		font-size: 12px; 
		font-color: #333333; 
		margin: 0px; 
		background-color: #f6faff;
		}

span.heading {
		color: #1d508e; 
		font-weight: bold;
		}

#parent {
		width: 804px; 
		
		
		background-image: url('content/images/body.png');
		background-repeat: repeat-y;
		float: left;
		margin-left: 100px;
		}

#header {
		
}

span.date {
		font-size: 10px;
		letter-spacing: 1px;
		color: #888888;
}

#body-content {
		height: auto;
		display: block;
		float: left;
		text-align: justify;
}

#float-container {
		float: left; 
		width: 780px; 
}

#news-column {
		float: right;
		width: 437px;
		text-align: left;
		margin: 20px 0px 0px 30px;
}

#news-column span.story {
		text-align: justify;
		color: #555555;
		word-spacing: 2px;
		line-height: 1.5;
}

#issue-column {
		float: left;
		width: 250px; 
		text-align: left;
		margin: 20px 10px 0px 30px;
		display: inline;
}


#issue-column span.header {
		font-size: 14px; 
		letter-spacing: -1px; 
		font-weight: normal; 
		padding: 0; 
		display: inline;
}

ul.sidebar {
		margin: 12px;
		padding: 0px;
		list-style-type: circle;
}

ul.sidebar li {

		padding-bottom: 10px;

}

/* php include css */

#root-header {
		position: relative;
		width: 780px; 	
}

#tab {
	position: absolute;
	width: 171px;
	height: 36px;
	left: 560px;
	top: 0px;
	background-image: url('content/images/tab-top.png');
	background-repeat: no-repeat;
	font-size: 14px; 
	color: #1d508e; 
	padding: 10px; 
}

#footer-content {
		width: 500px; 
		background-color: #FFFFFF;
		color: #999999;
		text-align: center;
		font-size: 10px; 
		margin: 0px 0px 0px 0px;
		padding-top: 70px; 
		padding-bottom: 20px; 
		padding-left: 40px; 
		padding-right: 40px; 
}

#root-header table.main {
		width: 780px; 
		height: 95px; 
		background-image: url('content/images/blue-back-solid.jpg');
		background-repeat: repeat-x;
		}
		
#root-header table.main td {
		border-right: 1px  #4671a5 solid;
		text-align: center;
		color: #FFFFFF;
		
		font-size: 11px;
		}
		
#shadow {
		background-image: url('content/images/shadow.jpg');
		background-repeat: no-repeat;
		width: 780px; 
		height: 8px; 
}
