/* ///////////////////////////////////////////////////// */ 
/* /////////////////// GLOBAL STYLES /////////////////// */
/* ///////////////////////////////////////////////////// */ 

body
	{
		background-color: #FFFFFF;
		margin: 0px 0px 0px 0px;
		/*background-repeat: repeat;
		background-position: top center;
		background-attachment: fixed;*/
	}

body, table, td
	{
		font-family: Georgia;
		font-size: 10px;
		color: #333333;
	}

a:link				{color: #999999; text-decoration: none; font-family: Georgia; font-size: 14px;}
a:visited			{color: #999999; text-decoration: none; font-family: Georgia; font-size: 14px;}
a:hover				{color: #999999; text-decoration: underline; font-family: Georgia; font-size: 14px;}
a:active			{color: #999999; text-decoration: none; font-family: Georgia; font-size: 14px;}

a.backLink:link		{color: #999999; text-decoration: none; font-family: Georgia; font-size: 12px;}
a.backLink:visited	{color: #999999; text-decoration: none; font-family: Georgia; font-size: 12px;}
a.backLink:hover	{color: #999999; text-decoration: underline; font-family: Georgia; font-size: 12px;}
a.backLink:active	{color: #999999; text-decoration: none; font-family: Georgia; font-size: 12px;}

.siteContainer
	{
		width: 100%;
		height: 100%;
	}

.siteContainerCell
	{
		text-align: center;
		vertical-align: middle;
	}

.contentContainer
	{
		width: 950px;
		height: 650px;
		/*border: 1px dashed #4A4A4A;*/
	}

.logoContainer
	{
		width: 270;
		height: 237px;
	}

.footerContainer
	{
		width: 950px;
	}

.footerLeft
	{
		width: 50%;
		height: 20px;
		padding: 5px 0px 0px 0px;
		vertical-align: bottom;
		text-align: left;
		color: #CCCCCC;
	}

.footerRight
	{
		width: 50%;
		height: 20px;
		padding: 5px 0px 0px 0px;
		vertical-align: bottom;
		text-align: right;
	}



/* ///////////////////////////////////////////////////// */ 
/* /////////////////// ABOUT US STYLES ///////////////// */
/* ///////////////////////////////////////////////////// */ 

.contentAbout
	{
		width: 800px;
		height: 650px;
		background-image: url(../images/aboutBack.jpg);
		background-repeat: no-repeat;
		padding-right: 150px;
		vertical-align: top;
		text-align: left;
	}

.aboutCopy
	{
		/*width: 100%;*/
		line-height: 25px;
		font-size: 13px;
		padding-left: 118px;
	}



/* ///////////////////////////////////////////////////// */ 
/* /////////////////// LEGAL STYLES //////////////////// */
/* ///////////////////////////////////////////////////// */

.contentLegal
	{
		width: 800px;
		height: 650px;
		background-image: url(../images/legalBack.jpg);
		background-repeat: no-repeat;
		padding-right: 150px;
		vertical-align: top;
		text-align: left;
	}

.legalCopy
	{
		/*width: 100%;*/
		line-height: 20px;
		font-size: 11px;
		padding-left: 118px;
	}



/* ///////////////////////////////////////////////////// */ 
/* /////////////////// HOME PAGE STYLES //////////////// */
/* ///////////////////////////////////////////////////// */ 

.contentHome
	{
		width: 950px;
		height: 650px;
		background-image: url(../images/playerBGFull.jpg);
		background-repeat: no-repeat;
		vertical-align: top;
		text-align: left;
	}

.iframeVideo
	{
		width: 100%;
		height: 648px;
	}
	

/* ///////////////////////////////////////////////////// */ 
/* /////////////////// BLANK TEMPLATE STYLES /////////// */
/* ///////////////////////////////////////////////////// */

.contentBlank
	{
		width: 800px;
		height: 650px;
		background-image: url(../images/contentSample.jpg);
		background-repeat: no-repeat;
		padding-right: 150px;
		vertical-align: top;
		text-align: left;
	}

.contentBlankCopy
	{
		/*width: 100%;*/
		line-height: 20px;
		font-size: 12px;
		padding-left: 118px;
	}


