/* CSS Document 

div
	{
		border:1px solid black;
	}*/
img
	{
		border:0px;
	}
* {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	line-height:15px;
	}
h1, h2
	{
		font-size:29px; color: #B0000C;
		line-height:31px;
		font-weight:normal;
		margin:0px; padding:0px;
		padding-bottom:28px;
		/*border: 1px dotted black;*/
	}
h2
	{
		font-size:18px;
		line-height:19px;
		padding-bottom:17px;		
	}
#rightCol h2
	{
		color:	#1768af;
	}	
.article
	{	
		width:200px;		
	}
a 
	{
		color: #B0000C;
		text-decoration:none;
	}			
p, #leftCol div
	{
		margin:0px;
		margin-bottom:12px;
	}	
#leftCol p.creditsH1, #leftCol p.creditsH2,#rightCol p.creditsH2
	{
		font-size:12px; color: #1768af;
		line-height:15px;
		margin-bottom:10px;
		/*border: 1px dotted black;*/
	}
#leftCol p.creditsH2,#rightCol p.creditsH2
	{
		font-size:10px;
		line-height:12px;
		margin-bottom:5px;		
	}
			
body, #page 
	{
		margin:0px; padding:0px;
		background-color:#c2c2c2
	}
#page
	{
		width: 760px;
		margin: 0px auto;
		background-color:white;
		float:left;	
	}
#search
	{
		width: 730px; height:30px;
		background-color:#dadada;
		margin:0px;
		padding: 2px 0px 2px 30px;
		/*border: 1px dotted black;*/
	}
#search form, #search input
	{
		margin:0px; padding:0px;
	}	
#search input
	{
		font-size: 12px;
		border: 1px solid #E0E0E0;
	}	
	
#leftCol
	{width:460px;
		/*
		padding-right: 270px;*/
		padding-left:30px;
		float:left;
		
	}
	
#rightCol, #menu
	{
		width:200px;
		padding-right:40px;
		float:right;
	}
#rightCol p, #rightCol div
	{
		color:#666;
		font-size:10px;
		line-height:13px;
	}	
#menu
	{
		height:176px;
		padding-top: 20px;
		
	}
#menu a.title
	{
		font-family: "Trebuchet MS", "Geneva CE", lucida, sans-serif;
		font-size:13px;color: #b9d2e7;font-weight:bold;
		text-decoration:none;
		display:block;
	}
#menu a
	{
		font-family: "Trebuchet MS", "Geneva CE", lucida, sans-serif;
		font-size:11px;color: black;
	}	
#menu .item
	{
		margin-bottom:0px;
		width:200px;
		/*border: 1px dotted black;*/
	}
	
#menu a:hover
	{
		color: #1768af;
	}			
.blueRect
	{
		margin-right:5px;
		padding-bottom:15px;
		
	}	
.caption, #foot p
	{
	font-size:10px;
	color:#666;
	font-style: italic;
	margin:0px;
	/*border: 1px dotted black;*/		
	}
.author
	{
	text-transform: uppercase;
	 font-style: normal;
	 color:#999;
	}		
.left
	{
		
		float:left;
	}
.right
	{
		float:right;
	}	
.clear
	{
		clear:both;
	}
.upper
	{
		text-transform:uppercase;
	}	
hr
	{
	border: 1px solid #ccc;
	width: 100px;	
	margin:15px 0px 20px 0px;
	text-align:left;
	}	
	

#foot
	{
		width:460px;
		padding: 0px 270px 50px 30px;		
		float:left;
		
	}
table
	{
		margin-bottom:25px;
	}
#leftCol a img
	{
		border:1px solid #C2C2C2;
	}		
.back
	{
	cursor:pointer;	
	cursor: hand;
		
	}
.comments
	{
		border-top:1px dashed #CAD6E1;
		padding-top:5px;
	}
.errorMessage
	{
		color: #E34585;
		text-transform:uppercase;
	}
.rss
	{
	background: url(../graphics/layout/rss.gif) no-repeat left center;
	padding-left:27px;
	line-height: 30px;
	
	}											