/* --HTML and BODY Information-- */
html {
	margin: 0;
	padding: 0;
}

body {
	text-align:center;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 15px;
	color: #000000;
	background: #ffffff;
	margin: 0;
	padding: 0;
	height: 100%; 
width: 100%; 
		}
	
		
		/* --HTML and BODY Information
div {border: solid 1px #f00;}
-- */

	
#mainframe {
		width:920px;
		background: url(images/franchise_bk2.jpg) repeat-y center;
		margin-right:auto;
		margin-left:auto;
		padding:0px;
		text-align:left;
		}
		
		
#navframe {
		width:239px;
		float:left;
		margin:15px 0 0 0;
		padding:0;
		}
		
#nav {
		background: url(images/nav_bk.jpg) no-repeat;
		margin:0;
		padding:0;
		}
		
		
#nav p { text-align:left;
	font-size: 11px;
	font-weight: bold;
	line-height: 15px;
	margin: 10px 0 0 54px;
	}
		
#homecenter {
		width:650px;
		background: url(images/ee_bk.jpg) no-repeat top right;
		margin-top: 15px;
		padding:0px;
		float:left;
		}
		
#copyright {
		width:919px;
		margin-top: 15px;
		padding:0px;
		text-align:center;
		}
		
		
p {margin:5px 35px 8px 20px;
		}
		
p.back {margin:5px 35px 8px 20px;
		font-size: 10px;
		}
		
.floatright {margin:0 14px 20px 10px;
		float:right;}
		
h1 {
	color: #2255EF;
	font-family: verdana, arial, helvetica, sans-serif; 
	font-size: 20px;
	margin:15px 30px 10px 20px;
	padding: 0px;
	font-weight: bold;
	line-height: 20px;
		}
		
h2 {
	color: #2255EF;
	font-family: verdana, arial, helvetica, sans-serif; 
	font-size: 14px;
	margin:10px 30px 6px 20px;
	font-weight: bold;
	line-height: 15px;
		}
		
h3 {
	color: #2255EF;
	font-family: verdana, arial, helvetica, sans-serif; 
	font-size: 12px;
	margin:10px 30px 6px 40px;
	font-weight: bold;
	line-height: 15px;
		}
		
h4 {
	color: #2255EF;
	font-family: verdana, arial, helvetica, sans-serif; 
	font-size: 12px;
	margin:10px 30px 6px 20px;
	font-weight: bold;
	line-height: 15px;
		}
		
ul {
	padding:0 0 0 60px;
}

ol {
	padding:0 0 0 40px;
}



a:link {
	color: #023560;
	text-decoration: none;
}

a:visited{
	color: #2255EF;
	text-decoration: none;
}

a:hover {
	color: #2255EF;
	text-decoration: underline;
}

a:active {
	color: #66ffff;
	text-decoration: underline;
}

a.nav:link, a.nav:visited{
	color: #a7bbf9;
	text-decoration: none;
	}

a.nav:hover, a.nav:active{	
	color: #ffffff;
	text-decoration: underline;
	}

