#insetPhotograph {
	margin:				0 0 15px 15px;
}

.articleSummary {
	clear:				left;
	padding:            1em;
	}

.articleSummary.even {
    background-color:   #F3F3F6;
	border:             1px solid #CCCCCC;
	border-left:        none;
	border-right:       none;
}

.articleThumb {
	margin-right:		15px;
	padding:            5px;
	text-align:			center;
	vertical-align:		top;
	position:			relative;
	width:				73px;
	float:				left;
	border:             1px solid #CCCCCC;
	background-color:   #FFFFFF;
	}
	
.articleDescription {
	padding-left:		100px;
	vertical-align:		top;
	}

.articleMore {
	font-weight:		bold;
	font-size:			xx-small;
	text-align:			right;
	font-family:		Verdana;
	padding-top:        .5em;
	}

h2.articleTitle {
	color:				#38603B;
	margin:             0em;
	padding-bottom:     .5em;
	}
    
    h2.articleTitle a {
        text-decoration:    none;
    }
	
.articleSubtitle {
	color:				#333333;
	font-size:			12px;
	padding-bottom:		10px;
	font-style:			italic;
	}

.articleSummary .articleDate {
	color:				#666666;
	padding-bottom:		.5em;
	font-size:          xx-small;
	}

.articleDetail .articleDate {
	color:				#000000;
	font-weight:		bold;
	padding-bottom:		.5em;
	}
	
.articleCredit {
	color:				#000000;
	font-weight:		bold;
	padding-bottom:		10px;
	}

.relatedArticles {
    clear:				both;
    position:			relative;
    margin:				1.5em 0em;
    font-family:		Verdana;
    }

.relatedArticles a {
    font-size:			90%;
    color:				#333333;
    text-decoration:	none;
    }
    
    .relatedArticles a:hover {
        text-decoration:	underline;
        }


.relatedArticles h2 {
    font-family:		Arial;
    font-weight: 		bold;
    font-size: 			100%;
    border-bottom:		1px solid #ccc;
    padding: 			0px 0px 2px;
    margin: 			0px 0px 3px;
    }

.relatedArticles ul {
    margin:				0px;
    padding:			0px;
    list-style:			none;
    position:			relative;
    }

.relatedArticles li {
    background:			url( '../../image/article_bullet.gif' )
                        5px 0px
                        no-repeat;
    padding-left:		18px;
    margin:				3px 0px;
    }