@charset "utf-8";
/* CSS Document */

/* ~~ this fixed width container surrounds all other elements ~~ */
.maincontainer {
	/*width: 100%;*/
	/*background-image: url("images/XT3815-G2_landing-page_hdr_back.png");*/
	background-repeat:no-repeat;
	background-position:center top;
	/*margin: 20px auto;*/ /* the auto value on the sides, coupled with the width, centers the layout */
	/*border-radius: 10px;*/
	/*border:#CCC solid thin;*/
	/*box-shadow: 0px 15px 15px #999999;*/
}

.maincontainerBlank {
	/*width: 90%;*/
	/*margin: 20px auto; */ /* the auto value on the sides, coupled with the width, centers the layout */
	/*background-color: none;*/
}

.content {
	/*padding-left:40px;
	padding-right:40px;*/
}



body
{	/*background-image: url("images/XT3815-G2_landing-page_gradient.jpg");
	background-repeat:repeat-x;
	background-position:left top;*/
	background-color: #eadfd2;
}

a.nav
	{
		text-decoration: none;
		color:#000000;
	}

p, li, form
{
	color:#444444;
	font-family:Calibri, Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:16px;
}

table
{
	color:#444444;
	font-family:Calibri, Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:13px;
}

h1
	{
		font-family:Calibri, Arial, Helvetica, sans-serif;
		color:#88223c;
		font-weight:lighter;
		font-size:36px;
		margin-top: 0px;
	}
	
h2
	{
		font-family:Franklin Gothic, Calibri, Arial, Helvetica, sans-serif;
		color:#88223c;
		/*font-weight: bold;*/
		font-size:24px;
		margin-top: 0px;
		margin-bottom: 3px;
	}
	
a
	{
		/*color:#ffffff;*/
		text-decoration:none;
	}