@import url(newsletter_subscription.css);

/* General header and bodytext: */
/*H1 {
	font-family: verdana;
	font-size: 18px;
	font-color: black;
	text-align: left;
}
P.bodytext {
	font-family: verdana;
	font-size: 11px;
	font-color: black;
	margin: 0px 0px 5px 0px;
	text-align: left;
}

*/
/* Additional attributes for content in RIGHT column */
#colRight H1 {
	font-size: 12px;
	background-color: #eefffe;
	text-align: center;
	font-color: maroon;
}
#colRight P.bodytext {
	font-size: 10px;
}


/* Overriding attributes for columns in case of content template #3 */

#ct3 #colRight P.bodytext,
#ct3 #colLeft P.bodytext,
#ct3 #colNormal P.bodytext
{
	font-size: 10px;
}
#ct3 #colRight H1,
#ct3 #colLeft H1,
#ct3 #colNormal H1
{
	font-size: 12px;
	text-align: center;
	font-color: maroon;
}

#ct3 #colLeft H1 {	background-color: #E3DEBC; }
#ct3 #colNormal H1 { background-color: #F4EAAB; }
#ct3 #colRight H1 {	background-color: #FFF2A0; }

#ct3 TD#colRight {padding-left: 5px;}
#ct3 TD#colLeft {padding-right: 5px;}
#ct3 TD#colNormal {padding-right: 5px;padding-left: 5px;}



/* NEWS splash in template #4 */
TABLE#news-table {
  margin-left: 10px;
  border: solid 1px black;
}
TD.news-header {
	background-color: navy;
}
TD.news-header H1 {
  color: white;
  margin: 0px 0px 0px 0px;
  text-align: center;
}

#colNormal {

    float: left;
    position: relative;
    padding: 25px 30px 5px 25px;
    
}

#footercont {
    border: none;
}