#newsPage
{
	float: left;
	width: 380px;
	border-right: 1px solid #eceff3;
	margin: 0 0 5px;
}

#newsPage *
{
	padding: 3px 0;
}

#newsPage img {
    max-width:90%;
}

#newsPage .post-date
{
	/* It's important to keep the #newsPage here                            
	in order to override the padding and margin                            
	from the #newsPage wildcard above. Precedence                           
	rules require the #newsPage to be present  */
	clear: both;
	padding: 0 3px 0 0;
	margin: 0;
	text-transform: uppercase;
	text-align: right;
/*
	color: #444;
	background-color: #eee;
*/	
	color:#fff;
	background-color:#ccc;
}

.post-title
{
	clear: both;
	text-align: left;
}

/*h3.post-subtitle {
    font-weight:normal;
    background-color:#f9f9f9;
    color:#333;
} */

.post-first-paragraph {
    font-weight:normal;
    font-style:italic;
    font-family:georgia, serif;
}

.post-inset-pic
{
	display: block;
	float: right;
	width: 40%;
}



#comments dd, #comments dt
{
	font-size: 70%;
}
.comment-timestamp
{
	color: #b7a2a5;
	background-color: inherit;
	padding-right: 3px;
}
.comment-poster
{
	color: #c66673;
	background-color: inherit;
}

.comment-body
{
	margin-right: 8px;
}

#submit
{
	float: right;
	margin-right: 8px;
}

.previous-news
{
	clear: both;
}

.previous-news a
{
	color: #c66673;
	background-color: inherit;
}
#respond
{
	clear: both;
}


#contactPage
{
	float: left;
	width: 380px;
	border-right: 1px solid #eceff3;
	margin: 5px 0;
}

#contactPage *
{
	padding: 3px 0;
}

#contactPage .post-date
{
	/* It's important to keep the #contactPage here                            
	in order to override the padding and margin                            
	from the #contactPage wildcard above. Precedence                           
	rules require the #contactPage to be present  */
	clear: both;
	padding: 0 3px 0 0;
	margin: 0;
	text-transform: uppercase;
	text-align: right;
/*
	color: #444;
	background-color: #eee;
*/	
	color:#fff;
	background-color:#ccc;
}

/* Added 25/11/2008 */

#ctl00_BodyContentPlaceHolder_newsDetailAndComments ul li, #ctl00_BodyContentPlaceHolder_newsDetailAndComments ol li {
    list-style-position:inside;
    padding-left:5px;
    font-size:80%;;
}

#ctl00_BodyContentPlaceHolder_newsDetailAndComments em {
    color:#777;
}

#ctl00_BodyContentPlaceHolder_newsDetailAndComments p a {
    color:#428bcf;
}

#ctl00_BodyContentPlaceHolder_newsDetailAndComments p img {

display:block;
clear:both;
text-align:center;
    padding:3px;
    border:1px solid #eee;
    margin: 0 auto;
    max-width:90%; 
}

