#ContentWrapper div.contentWithAds
{
	background-color: #F1F0F6;
	border: 1px solid #184476;
	margin: 5px;
	margin-right: 205px;
	text-align: center;
}

#AdContainer
{
	float: right;
	width: 200px;
	text-align: center;
	word-wrap: break-word;
}

/* used on admin pages for "previewing" ads - want a slightly different layout */
#AdWrapper #AdContainer
{
	float: none;
	margin: 0 auto;
}

.adFinePrint 
{
	color: #434B54;
	font-size: 10px;
	text-align: justify;
	margin: 8px 5px;		
}

.adBox
{	
	margin: 3px 5px 3px 0;
	padding: 2px;
	border-bottom: 1px solid #184476;
	border-top: 1px solid #184476;
	text-align: center;
}

.adBox h1,
.adBox h2,
.adBox h1 a,
.adBox h2 a
{
	color: #184476;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	text-decoration: underline;
	margin: 0;
}

.adBox h2
{
	font-size: 10px;
}

.adBox p
{
	font-size: 12px;
	color: #000000;
	text-align: left;
	margin: 6px 2px;
}

#AdTitleNoLink
{
    font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #1844B6;		
}

a.AdTitleLink,
a.advertisement_customer_link_text,
a.advertisement_customer_link_text:link,
a.advertisement_customer_link_text:visited 
{
    font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #1844B6;		
	text-decoration: underline ;
}

p.AdWebsite
{
	font-size: 12px;
	color: #1844B6;
	text-align: center;
	font-weight: bold;	
}

p.AdPhone
{
	font-size: 12px;
	color: #000000;
	text-align: center;
	font-weight: bold;	
}

textarea.adEditor,
input.adEditor
{
    font-size: 12px;
	font-family:Arial,Helvetica,sans-serif;
	color: #000000;
	text-align: left;
	width: 175px;
}