/**********************************************
/
/	Common Styles
/
/**********************************************/

/*
BASIC TAG STYLES
We'll use the 76% rule for font sizing -
size all text using Ems and set the body tag with a font size of 76%. 
*********************************************************************
*/

*
{
	padding: 0;
	margin: 0;
}

html
{
	height: 100%;
	margin-bottom: 1px;
}

body
{
	font-size: 76%;
	color: #fff;
	background: #006d56 url(images/column_pic.gif) repeat-x 0 0;
	height: 100%;	
}

h1, h2, h3, h4, h5, h6 {	/*font-family: Verdana,Sans-serif;*/ font-family: 'Helvetica Neue', Arial,Verdana,Sans-serif; clear: both;	}

h1
{
	
}

h2
{
	color: #fff;
	font-size: 1.025em;
	text-transform: uppercase;
	line-height: 20px;
}

h3
{
	color:#FFF68F;
	font-size: 11px;
	line-height: 15px;
	padding: 1px 0 2px 10px;
	text-transform: uppercase;
}

h4
{
	color: #fff;
	font-size: 0.925em;
	line-height: 36px;
	padding: 0 0 0 10px;
	text-transform: uppercase;
}

h5
{
	color: #fff;
	font-size: 1em;
	margin: 1.5em 0 0;
	text-transform: uppercase;
}


h6
{
	color: #fff;
	font-size: 1em;
	margin: 0 0 .5em 0;
}

#thankyou-header
{
	
	padding: 0 5px 0 0;
	float : left
}


.padingleft{
	padding: 0px 0px 0px 10px;

}

#news-text {
	float:left;
	color: #fff;
	font-family:  Arial,'Helvetica Neue',Verdana,Sans-serif;
	font-size: 13px;
	font-weight: bold;
	width:300px;
	padding: 0px 0px 0px 15px;
	
		
}
