﻿body 
{
	color:black;
	font: normal 0.7em "Trebuchet MS",Trebuchet,Arial,Helvetica,Sans-serif;
	margin-top:0px;
	margin-bottom:0px;
	background-color:#dedede;
}

a 
{
	color:				#981b1e;
	text-decoration:	none;
}

.maincontainer
{ 
	width:980px;
	margin-left: auto;
	margin-right : auto;
	background:  #FFFAEC url(../images/global_bg.gif) repeat-y 0 0; 
}

.backgroundcolor
{
	background-color: #FFFAEC
}

/*  HEADER SECTIONS */ 
.mainheader
{
	width:100%;
	vertical-align:top;	
}

.headersection
{
	width:100%;
	height:20px;
	background:	url(../images/btn_left.gif) repeat-x 0 0;
	color:White;	
	text-indent:10px;
}

.cellLogo
{
	text-align:center;	
}



/* CONTENT SECTION  */
.maincontent
{
   width:100%;      
}

.cellheadline /* area where an image is now*/
{
	
	 vertical-align:top;
	 text-align:left;
	 height:200px;
}


.cellmiddleleft
{   
	vertical-align:top;	
    width:195px;
}

.cellmiddleright
{
	vertical-align:top;	
	 width:550px;
}

.newstitlelink
{
	font-size:small;	
}

.newstitlelink_heading
{
	font-size:large;
}

.newsdescription_heading
{
	font-weight:bold;
}

.cellright
{
	vertical-align:top;
	width:190px;
	text-align:center;
}

.cellrighttablecontainer
{ 
	 width:190px;
	 border-width:thick;
	 border-collapse:collapse;
	 border-top:					2px solid #bb3236;
	 border-bottom:					2px solid #981b1e;
	 border-left:					2px solid #981b1e;
	 border-right:					2px solid #981b1e;
}

.rightmoduleheader
{	
	background: #981b1e	url(../images/btn_left.gif) repeat-x 0 0;
	color:White;
	height:20px;
	padding-left:10px;
	text-align:left;
}

#tblNewsletter
{
	 margin-left: auto;
	 margin-right : auto;
}

.successMessage
{
	 text-align:center;
	 color:Red;
}

/* SEPARATORS */

.vertial_separator_cell
{
	width:10px;	
	background:	url(../images/ctnt_bg_vertDivider.gif) repeat-y 0 0;
	background-position:center;
}

.horizontal_separator_cell
{
	background:	url(../images/ctnt_bg_horzDivider.gif) repeat-x 0 0;
	background-position:center;
	width:100%;
}



/* Ads formatting */ 

.AD_container td
{
	text-align:left;		
	padding:5px;
	padding-bottom:30px;
}


.AD_Title
{	
	text-decoration: underline;
	font-size: 12pt;
	font-family: Arial,Helvetica,Sans-serif;
	color: #230bb5;
	font-weight:bold;
}

.AD_Description
{
	font-style:normal;
	font-size: 11pt;
	font-family:Calibri;
}

.AD_URL_ref
{
	font-style:normal; 
	font-size: 11pt;
	font-family:Calibri;
	color:#00642d;
}


