/* --------------- Article Main ---------------*/

div.divider
{
margin-top: 40px;    
background-image:url(../images/divider.gif);
background-repeat:no-repeat;
text-indent: 15px;
width: 400px;
height: 22px;
font:bold 16px Arial;
color: #fff; 
}

div.longdivider
{
margin: 40px 0px 0px 0px;    
background-image:url(../images/divider-long.gif);
background-repeat:no-repeat;
text-indent: 15px;
width: 475px;
height: 22px;
font:bold 16px Arial;
color: #fff; 
}

div.articlebox
{
 padding: 5px 5px 5px 5px;
 margin-top: 15px;
 width: 380px;
}

img.articlepicture
{
float: right;
height: 85px;
width: 65px;
}

div.picturearticlebox
{
 padding: 5px 5px 5px 5px;
 margin-right: 70px;
 height: auto;
 min-height: 75px;
 height: 75px;
 vertical-align: bottom;
 width: 380px;
}

div.picturearticleboxcontainer
{
	margin-top: 10px;
	width: 500px;
	height: 85px;
}

div.purple
{
background-color: #e8e2f0;
}

div.grey
{
background-color: #e2e2e2;
}

div a.header
{
    font:bold 14px Arial;
    color: #000000;
    text-decoration: none;
    display: block;
    cursor: pointer;
}
div a.preview
{
    font:normal 12px Arial;
    color: black;
    text-decoration:none;
    
}
a.leftlink
{
	float: left;
    font:bold 12px Arial;
    color: #734884;  
	display: block;
}
a.link
{
    font:bold 12px Arial;
    color: #734884;
	margin-left: 10px;
}

a.boldlink
{
    font:bold 18px Arial;
 }

/* --------------- Article -------------------*/

div.article
{
margin: 15px 0px 15px 0px;
padding: 5px 5px 5px 5px;
}

div.article span
{
font:normal 16px Arial;
margin-top: 10px;
display: block;
}
div.article span a
{
color: Black;
}

ul.decimal
{
list-style-type:decimal;
margin-top: 0px;
}

ul.square
{
list-style-type:square;
margin-top: 0px;
}

li
{
color: #734884;
}

li p
{
color: black;
margin-bottom:10px; 
}

h1
{
text-align: center;
font:bold 22px Arial;
color: #734884;   
}

h2
{
margin-bottom:5px;
display: block;
font:bold 18px Arial;   
color: #734884;   
}

.smalltext
{
font:normal 12px Arial;    
}

p.smalltext
{
font:normal 12px Arial;
margin: 0px 0px 0px 0px;
}


span.backToMain
{
float: left;
margin-left: 10px;
font:normal 16px Arial;
display: inline;
}

span.sendLink
{
float: right;
margin-right: 10px;
font:normal 16px Arial;
display: inline;
}

img.marginHeart
{
margin-top: 20px;
margin-bottom: 20px;
}








