/* content pages */
#articleheader {
	background: url('../images/corner_fade_left.png') no-repeat -7px -6px;
	height: 7px;
	width: 774px;
}
#articlefooter {
	height: 7px;
	width: 774px;
	background: url('../images/corner_fade_left_btm.png') no-repeat -7px 0px;
}
#articlecontainer {
	background: url('../images/border_fade_left.png') repeat-y -7px 30px;
	z-index: 1;
	position:absolute;
	width: 1000px;
	overflow:hidden;
}

#articlecontainer h2 {
	font-weight: bold;
	padding: 2px 2px 5px 2px;
	width: 100%;
	text-align: center;
	font-size: 12pt;
}

#articledate{
	float:left;
	font-size:xx-small;
    font-weight: bold;
	padding:2px;
}

#articlecontent {
	color: black;
	background-color: silver;
	border: 1px solid slategray;
	margin-left: 23px;
	padding: 10px;
	font-size: 9pt;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	min-height: 300px;
	width: 890px;
	overflow:hidden;
}

#articlecontent span{
	display: block;
}


#articlecontent hr{
	width: 90%;
}

#articleText {
	text-align: left;
    font-size: 9pt;
	overflow: hidden;
    letter-spacing:0px;
}

#articleText img{
	margin: 10px;
	border: #a09e9e 1px solid;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
#articleText p{
	padding-left: 8px;
}

#articleText a{
	color: blue;
}