
body {
	background:#dddddd;
	margin:0;
	font-family:"Lucida Grande", Geneva, Arial, Verdana, sans-serif;
}


.container {
	background:url(/images/background.jpg) center repeat-y;
	width:1000px;
	margin-left:auto; margin-right:auto;
}

.toplogo {
	width:908px;
	padding:0;
	margin-left:auto; margin-right:auto;
	background-color:#999999;
}

.navigation {
	width:908px;
	margin-left:auto; margin-right:auto;
	padding:0;
	background:url(/images/nav_bg.jpg) repeat-x;
	color:white;
}

.subnavigation {
	margin-left:auto; margin-right:auto;
	padding:0;
	background:url(/images/nav_bg.jpg) repeat-x;
	color:white;
}


	/* Nav Stuff  */
	
	.navigation a, .navigation a:visited {
		font-size:11px;
		background:url(/images/nav_bg.jpg) repeat-x;
		color:#0075B3;
		text-decoration:none;
		font-weight:bold;
		padding:5px 10px;
		display:block; float:left;

		}
		
	.navigation a:hover {
		background:#0075B3;
		color:white;
	}

	.subnavigation a, .subnavigation a:visited {
		font-size:11px;
		background:url(/images/nav_bg.jpg) repeat-x;
		color:#0075B3;
		text-decoration:none;
		font-weight:bold;
		padding:5px 10px;
		display:block; float:left;
		}
		


.content {
	clear:both;
	width:888px;
	padding:10px;
	margin-left:auto; margin-right:auto;
	background-color:white;
	font-size:11px;
	font-family:"Lucida Grande", Geneva, Arial, Verdana, sans-serif;
}

	/* Global content Styles */
	
	.content a, .content a:visited {
		color:#0075B3;
		text-decoration:none;
	}
	
	.content a:hover {
		text-decoration:underline;
	}
	
	.content h2 {
		font-size:13px;
		color:#0075B3;
		margin-top:0;
	}
	

.footer {
	text-align:center;
	width:908px;
	margin-left:auto; margin-right:auto;
	padding:2px 0 3px 0;
	background:#0075B3;
	color:white;
}

.footer_colorbar {
	width:908px;
	text-align:center;
	height:10px;
	margin-left:auto; margin-right:auto;
	background:#0075B3;
	color:white;
}


	/* footer stuff */
	
	.footer a, .footer a:visited {
		color:white; font-size:11px;
		text-decoration:none;
	}
	
	.footer a:hover {
		text-decoration:underline;
	}
	
	/* Idea Bullpen comments */
	
	.Comment {
		background-color:#dddddd;
		border:solid 1px #dddddd;
		padding:0px;
		margin-bottom:10px;
		margin-top:10px;
		}
		
	.CommentTitle {
		padding:3px 3px 0px 3px; margin:0px;
		font-size:13px;
		font-weight:bold;
		color:black;
		background-color:#dddddd
		
	}
	
	.CommentInfo {
		padding:0px 3px 3px 3px;
		background-color:#dddddd;
		font-size:11px;
		font-style:italic;
		color:#666666;
			
		}
	
	.CommentText {
		background-color:#FFFFFF;
		padding:10px;
		font-size:11px
	}
	
	.CommentFooter {
		background-color:white;
		padding:0px;
		padding-top:5px;
		}
	
	
	
	/* Misc global */
	
	.horizontal_search {
		background-color:#eeeeee;
		padding:3px;
		font-size:13px;
	}
	
	.logintable {
		background-color:#CCCCCC;
		border:solid #999999 1px;
		padding:10px;
		width:580px;
	}
	
	.logintable a, .logintable a:visited {
		color:#0075B3;
		text-decoration:none;
	}
	
	.logintable a:hover {
		text-decoration:underline;
	}
	
	.indexfooter {
		margin-top:20px;
		color:<?=PRIMARY_COLOR ?>;
		font-size:11px;
	}
	
	.indexfooter a, .indexfooter a:visited {
		color:#0075B3;
		text-decoration:none;
	}
	
	.indexfooter a:hover {
		text-decoration:underline;
	}
	
	.citations {
		font-size:9px;
	}
	
