﻿body
{
    /* background-color: #C90067; */
    background-color: #FFFFFF;
    color: #333333;
}

a:link, a:visited
{
	color: black;
	text-decoration: none;
	color: #333333;
	font-family: Arial;
	font-weight: bold;
}

a:hover{
 text-decoration: underline;
}

#BOTContainer
{
    width: 700px;
    border: 1px solid #CCCCCC;
    margin-left: auto;
    margin-right: auto;
    background-color: #FFFFFF;
    overflow: hidden;
}

#BOTContainer_Locations
{
	width: 700px;
	overflow: hidden;
	border: 3px solid #CCCCCC;
	margin-left: auto;
	margin-right: auto;
	background-color: #CCA956;
}

#headerbar
{
	width: auto;
	height: 100px;
	border: 3px solid #E2E2E2;
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
}

#bodycontainer
{
	width: auto;
	border: 0px dashed black;
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 0px;
	margin-bottom: 5px;
	padding-bottom: 2px;
}

#welcomebox
{
	float: left;
	width: 200px;
	height: 350px;
	border: 3px solid #E2E2E2;
	margin-left: 5px;
	margin-top: 5px;
	margin-right: auto;
	overflow: hidden;
}

#SlideShowBox
{
	float: left;
	width: 462px;
	height: 350px;
	border: 3px solid #E2E2E2;
	margin-left: 5px;
	margin-top: 5px;
}

#FranchiseOPPBox
{
	float: left;
	width: 225px;
	height: 121px;
	border: 3px solid #E2E2E2;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-top: 5px;
}

#StoreLocationsBox
{
	float: left;
	width: 225px;
	height: 121px;
	border: 3px solid #E2E2E2;
	margin-left: 0px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-top: 5px;
	overflow: hidden;
}

#PromoBox
{
	float: left;
	width: 200px;
	height: 121px;
	border: 3px solid #E2E2E2;
	margin-left: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-top: 5px;
	background-color: #491178;
}


#Franchising_Slide
{
	width: Auto;
	height: 150px;
	border: 3px solid #E2E2E2;
	margin-left: 0px;
	margin-right: 0px;
}

#Franchising_Left
{
	float: left;
	margin-top: 5px;
	width: 150px;
	height: 300px;
	border: 3px solid #E2E2E2;
	background-color: #FFFFFF;
	padding: 5px;
}

#Franchising_Body
{
	float: left;
	margin-top: 5px;
	margin-left: 5px;
	margin-bottom: 5px;
	width: 503px;
	border: 3px solid #E2E2E2;
	background-color: #FFFFFF;
	min-height: 300px;
	padding: 5px;
}

#Locations_Slide
{
	width: Auto;
	height: 150px;
	border: 3px solid #E2E2E2;
	margin-left: 0px;
	margin-right: 0px;
}

#Locations_Left
{
	float: left;
	margin-top: 5px;
	width: 150px;
	height: 620px;
	border-right: 1px solid #E2E2E2;	
}

#Locations_Body
{
	float: left;
	margin-top: 5px;
	width: Auto;
	height: Auto;	
}

#TextBody1
{
	border: 3px solid #E2E2E2;
	width: Auto;
	margin-top: 5px;
	height: auto;
	background-color: #FFFFFF;
	padding: 5px;
}

.TextBodyTextTitle1
{
	color: #333333;
	font-size: 16pt;
	font-weight: bold;
	font-family: Arial;
}

.TextBodyText1
{
	color: #333333;
	font-family: Arial;
}

.TextBodyText2
{
	color: #333333;
	font-family: Arial;
	font-size: small;
}

.AppBodyText1
{
	color: #333333;
	font-family: Arial;
}

#BOT_Footer
{
	width: 100%;
	margin-top: 10px;
	width: 700px;
	margin-left: auto;
	margin-right: auto;
}


