/* CSS Document */
BODY
{
	background-color:white;
	color:#000000; /*black*/
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	width:754px;
	margin-left: 5px;
	margin-top:0px;
}
A
{
	color:#CC3300; /*red*/
}
A:visited
{
	color:#3366ff; /*blue*/
}
H1
{
	color:#CC3300; /*red*/
	font-variant: small-caps;
	font-weight: bold;
	letter-spacing:2px;
	margin-top: 0px;
	margin-bottom: 10px;
	font-family: Times New Roman, Times, serif;
	font-size:16px;
	text-align:left;
}
H2{
	display: inline;
	font-size:12px;
}
H3{
	display: inline;
	font-size:12px;
}
.PastConversions H2
{
	display:block;
	font-size:14px;
	font-weight:normal;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:underline;
}
	
HR{
	clear: both;
	margin-top: 20px;
	margin-bottom: 20px;
}

UL LI, OL LI
{
	margin-bottom:7px;
	text-align:left;
}

.Footnotes OL, .Footnotes OL LI
{
	margin-left:0;
	padding-left:0;
	list-style-position: inside;
}
INPUT[type="button"]{
	background-color: #CCCCCC;
	border: solid 1px black;
	padding:3px;
	font-weight: bold;
	cursor: pointer;
	float: right;
	
}
HR{
	border: none;
	height: 1px;
	background-color: black;
}
/*Header*/
.Header
{
	width:752px;
	height:130px;
	border-left:solid 1px #CC3300; /*red*/
	border-right:solid 1px #CC3300; /*red*/
}
.Topbar
{
	background:url(../Images/RedGradientBG.jpg) repeat-x 0px;
	height:20px;
	width:752px;
}
.Logo
{
	float:left;
	width:346px;
	left:20px;
	position:absolute;
}
.SwooshLogo
{
	width:381px;
	height:84px;
	background-image:url(../Images/SwooshLogo.jpg);
	float:right;
	overflow: hidden;

}
.SwooshText
{
	text-align:right;
	padding-right:18px;
	padding-top:15px;
	font-family:Times New Roman, Times, serif;
	font-size:13px;
	font-weight:bold;
	font-variant:small-caps;
	color:#CC3300; /*red*/
	line-height:25px;
	letter-spacing:2px;
}
/*End Header*/
.Middle
{
	width:752px;
	text-align:left;
	min-height:350px;
	overflow:auto;
	padding-bottom: 10px;
	border-left:solid 1px #CC3300; /*red*/
	border-right:solid 1px #CC3300;
}

.ReturnTop
{
	font-size:10px;
	position:absolute;
	float:right;
}

/*Menu*/
.LeftCol
{
	margin-left:7px;
	margin-right:15px;
	float:left;
}
.Menu
{
	background:url(../Images/menubkgd.gif);
	background-repeat:no-repeat;
	width:162px;
	height:300px;
	float:left;
	clear:both;
	font-weight: bold;
	font-size: 13px;
	padding-left:5px;
}
.Menu A, .Menu A:visited{
	color: #FFFFFF;
	text-decoration: none;
}
.Menu UL{
	list-style: none;
	margin-top: 0px;
	margin-left: 0px;
	padding-top: 6px;
	padding-left: 10px;
}
.Menu UL LI{
	margin-bottom:0px;
	line-height: 32px;
}

/*End Menu*/

/*Content*/
.SmallText
{
	font-size:9px;
}
.ErrorText
{
	color:#CC3300;
}

.WhoBenefitsConversionChart
{
	border:solid 1px black; 
	width:350px; 
	float:left; 
	margin-bottom:10px; 
	text-align:center;
}
.WhobenefitsChartFooter
{
	text-align:left;
	font-size:10px;
	margin:0px; 
	width:350px;
}
.WhobenefitsArticleBox
{
	border:solid 1px black; 
	width:350px; 
	float:left; 
	margin-bottom:10px; 
	text-align:left;
}

.Content
{
	width:552px;
	float:left;
	min-height:350px;
	text-align:left;

}
.LeftBlock
{
	position:absolute;
	left:15px;
	display:block;
	float:left;
	border:solid 2px #CC3300;
	width:132px;
	padding:7px;
}
.FAQBlock
{
	font-family:Arial, Helvetica, sans-serif; 
	font-size:11px; 
	font-style:italic;
	text-align:center;
}
.RightBlock
{
	border:solid 2px #CC3300;
	float:right;
	margin:10px;
	margin-right:0px;
	padding:7px;
	width:144px;
}
.FoundersPicture
{
	border:solid 2px #CC3300;
	float:right;
	margin-right:3px;
	padding:0px;
	width:125px;
}
.FoundersText
{
	float:right; 
	width:130px; 
	text-align:center; 
	margin-left:35px;	
}
.HomeBoxedPicture
{
	border: solid thick #CC3300;
	float:right;
	font-family:Arial, Helvetica, sans-serif;
	font-style:italic;
	caption-side:bottom;
	font-size:11px;
	padding: 4px;
	margin: 10px;
	text-align: center;	
}

TABLE{

}

TR{}

TH, .RowOn{
	background-color: #CCCCCC;
	text-align: center;
}
.RatesChart TR
{
	text-align:center;
	padding-left:10px;
	padding-right:10px;
}
.Article
{
	line-height:17px;
}
/*End Content*/

/*Footer*/
.Footer
{
	width:754px;
	height:29px;
	background:url(../Images/RedGradientBG.jpg) repeat-x 0px;
}
.FooterLeft
{
	float:left;
	width:16px;
	height:29px;
	background-image:url(../Images/BottomLeftCurve.gif);
}

.FooterCenter
{
	float:left;
	width:722px;
	border-bottom: solid 1px #CC3300; /*red*/
	padding-top:8px;
	height:21px;
}

.FooterRight
{
	float:right;
	width:16px;
	height:29px;
	background-image:url(../Images/BottomRightCurve.gif);
}
.Footer a:link, .Footer a:visited, .Footer a:hover
{
	color:#000000; /*black*/
	text-decoration:none;
}
.FootNotes
{
	font-size:10px;
}

.MiniText
{
	font-size:9px;
}

.ConversionAttemptsCULogo{
	width: 85px;
	float:left; 
	text-align: right;
	margin: 10px;
	padding-bottom: 10px;
}
.TextBox
{
	width:325px;
}
.StateTextBox
{
	width:60px;
}
.ZipTextBox
{
	width:60px;
}
.PhoneNumberbox
{
	width:115px;
}
.CommentBox
{
	width:345px;
	height:86px;
}
.FootNotes

{
	font-size:9px;
}
/*End Footer*/
