/* CSS for the content pages */

#contentTop	{
	width: 759px;
	height: 85px;	
	}

#imgIconLeft	{
	float: left;
	background-image: url(../images/imgContent-icnBot.jpg);
	background-repeat: no-repeat;
	width: 152px;
	height: 85px;
	}
	
#imgTopPhoto	{
	float: left;
	background-image:  url(../images/imgContent-topPhoto.jpg);
	background-repeat: no-repeat;
	width: 606px;
	height: 85px;
	}
	
#pageBody	{
	float: left;
	padding: 0;
	width: 606px;
	margin-left: 0.3em;
	background: white;
	}

#pageBody p	{
	font: 12px/18px Arial;
	color: #464646;
	padding-bottom: 0.8em;
	padding-left: 0.8em;
	padding-right: 0.8em;
	}
		
#pageBody p a	{
	font-weight: bold;
	color: #87551E;
	text-decoration: none;
	}
		
#pageBody p a:hover	{
	color: #CC0000;
	text-decoration: underline;
	}
		
#pageBody ul	{
	width: 500px;
	margin-left: 1em;
	}
	
#pageBody li	{
	font: normal 12px/18px Arial;
	margin-bottom: 1em;
	}
	
#pageBody li a	{
	font-weight: bold;
	color: #87551E;
	text-decoration: none;
	background-color: #ffffe3;
	}
	
#pageBody li a:hover	{
	text-decoration: underline;
	color: #7F2B2B;
	background-color: white;
	}

#pageBody img	{
	border: 3px solid #333333;
	margin-bottom: 0.3em;
	background: white;
	}

#pageBody h1	{
	font: normal 30px Georgia;
	color: #7F2B2B;
	text-transform: capitalize;
	margin: 0.5em 0.5em 0 0.3em;
	}

#photoCap	{
	font: Normal 9px Verdana;
	color: #666666;
	text-align: center;
	margin-bottom: 0.8em;
	margin-top: 0.8em;
	}

#pageBody h4	{
	font: Normal 20px/18px Georgia;
	color: #262D19;
	text-transform: capitalize;
	margin: 0.5em 0 0.3em 0.5em;
	}
	
#photoBox	{
	float: left; 
	margin-left: 0.5em;  
	margin-right: 0.8em;
	margin-top: 0.3em; 
	margin-bottom: 0.3em;	
	}
	
#greek	{
	font: normal 12px/20px Palatino;
	}

/* News Style */

.newstitle {
	font: Normal 16px Georgia;	
}

.newstitle a {
	color: #7F2B2B;
	text-decoration: none;
	text-transform: capitalize;
}

.newstitle a:hover {
	text-decoration: underline;
	color: black;
	background-color: #ffffe3;	
}

.newsdate	{
	font: Normal 12px/18px Arial;
	color: #87551E;
	font-weight: bold;
}

.newssnippet	{
	font: Normal 12px/18px Arial;
	color: black;
}

.small_links	{
	font: Normal 12px Arial;
	color: #87551E;
	font-weight: bold;
	text-decoration: none;
	text-transform: capitalize;
}

.small_links:hover	{
	color: #7F2B2B;
	text-decoration: underline;
	background-color: #ffffe3;
}
	
/* Navigation */
	
	#contentNav {
		width:146px;
		padding:0px;
		float:left;
		background:#fff;
		}
		
	#contentNav ul {
		margin: 0;
		padding: 0;
		list-style: none;
		border-bottom: 1px solid #806B16;
		}
		
	#contentNav ul li	{
		position: relative;
		}
		
		
	#contentNav ul li a	{
		display: block;
		text-decoration: none;
		color: white;
		background-color: #D28E40;
		padding: 0.8em;
		border: 1px solid #806B16; /* IE6 Bug */
		border-bottom: 0;
		border-right: 0;
		font: bold 11px Arial, sans-serif;
		font-weight: bold;
		}
	
	/* IE Requirement \*/
	* html #contentNav ul li { float: left; height: 1%; }
	* html #contentNav ul li a { height: 1%; }
	/* End */
	
	#contentNav ul li a:hover { color: white; background: #806B16; }
	
/* End Navigation */