﻿/*newsletter.css stylesheet contains styles specific to KICKS newsletters */
html, body, form 
{
	background-color: #e9e4ff;
	font-size: 10pt;
}

#newsContainer
{	
	position: relative;
	 width: 90%;
	 text-align: left;
	 margin: 0 auto;
	 background-color: White;
	 padding: 10px;
}

#newsBanner { width: 750px; }

#newsBannerImage
{
	position: relative;
	width: 205px;
	float: left;
}

#newsBannerContainer
{
	 position: relative;
	 height: 140px;
	 width: 490px;
	 text-align:left;
	 float: left;
	 margin-bottom: 30px;
}

#newsBannerText
{
	position: absolute;
	bottom: 0px;
	font-size: 8pt;
}

#newsButtons { margin-top: 30px; margin-bottom: 10px; text-align: center; }

h1 { font-size: 14pt; margin: 0 0 2% 0; }
h2 { font-size: 12pt; margin: 3% 0 0 0; }

.signaturesContainer { position: relative; width: 100%; }
.sigRight { float: left; width: 48%; }
.sigLeft { float: left; width: 48%; }