body {
width:100%; clear:both;
margin:0px auto;
background-color:#c7c7c7;
background-image:url(images/tile_01.jpg);
background-repeat:repeat-x;
 font-family:arial;
}

h1 {
	font-size: 20px;
	margin-top: 15px;
	margin-bottom: 15px;
	line-height: 120%;
}

h2 {
	font-size: 16px;
}


p {
	line-height: 150%;
}
h3 {
	font-size: 13px;
}

.franchise-nav-td {
	background-color: #033968;
	width: 200px;
	vertical-align: top;
}

.content-franchise-tbl {
width: 664px;	
border-left: 1px solid #CCC;
border-right: 1px solid #CCC;
border-bottom: 1px solid #CCC;
margin-bottom: 15px;
}

.float {
	float: right;
	margin: 3px 5px 12px 39px;
}

.foot {
background-color: #CFCFCF;
height: 50px;
font-size: 10px;
color: #81899F;
padding: 3px;
text-align: center;
vertical-align: center;
}

.foot a{
text-decoration: none;
color: #81899F;
}

.foot a:visited{
color: #81899F;
}

.foot a:hover{ /*hover state CSS*/
color: #81899F;
}



.text-franchise-td {
	background-color: white;
	padding: 10px;
	vertical-align: top;
	font-size: 12px;
	color: #003A66;
	line-height: 130%;
	border-bottom: 1px solid #033968;

}






/*   MENU START   */
.franchise-menu{
width: 200px; /*width of menu*/
}

.franchise-menu ul{
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 8px; /*bottom spacing between each UL and rest of content*/
}

.franchise-menu ul li{
padding-bottom: 2px; /*bottom spacing between menu items*/
font-family: Arial, Verdana, Geneva, Arial, Helvetica, sans-serif;
font-weight: bold;
}

.franchise-menu ul li a{
color: #FFFFFF;
/*background: url(images/arrowbullet.png) no-repeat center left;*/
display: block;
padding: 2px 0;
padding-left: 7px; /*link text is indented 19px*/
text-decoration: none;
font-weight: bold;
border-bottom: 1px solid #dadada;
font-size: 15px;
}

.franchise-menu ul li a:visited{
color: #FFFFEF;
}

.franchise-menu ul li a:hover{ /*hover state CSS*/
color: #762D00;
background-color: #6BB7CE;
}

/*   MENU END   */

