html, body {height:100%}
body {
	padding: 0;
	margin: 0;
	background: #FFFFFF repeat-y left top;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .8em;
}
a {
	font-weight: bold;
	color: #003366;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
#outer{
	height:100%;
	min-height:100%;
	min-width:500px;
	background:transparent url(ezorarbg.gif) repeat-y right top;
	margin-bottom:-52px;
	color: #000000;
}
html>body #outer{height:auto;} /*for mozilla as IE treats height as min-height anyway*/
#header{
	background: #3333CC;
	border-bottom: 2px solid #000;
	color: #000;
	text-align: center;
}
.inside {
	/*border:3px solid green;*/
}
#left {
	position:relative;/*ie needs this to show float */
	width:200px;
	float:left;
	display:inline;/*fix for ie double margin-bug*/
	margin-left:12px;
	height:1%;
}
#left p {padding-left:3px;padding-right:2px}
#right p {padding-left:3px;padding-right:2px}

#right {
	position:relative;/*ie needs this to show float */
	width:207px;
	float:right;
	margin-right:2px;
}

#footer {
	height: 50px;
	clear: both;
	border-top: 2px solid #000;
	background-color: #3333CC;
	color: #FFFFFF;
	text-align: center;
	position: relative;
	padding: 5px;
}

* html #footer {/*only ie gets this style*/
	\height:52px;/* for ie5 */
	he\ight:50px;/* for ie6 */
}
#clearfooter{clear:both;height:40px;}/*needed to make room for footer*/
div,p  {margin-top:0}/*clear top margin for mozilla*/
#centrecontent {
	height: 1%; /* combat IE's 3 pixel jog */
	margin: 0 225px 12px 225px;
	padding: 10px 5px 2px 5px;
}
#left img,#right img {margin-top:3px}
#footer a {color:#fff}

.homegraphic{
	text-align: center;
	margin: 5px 0 5px 0;
	padding: 5px 0 5px 0;
}
#ezman{
	margin-top: -40px;
	z-index: 100;
	position: absolute;
}
/*** top nav ***/
div#navcontainer{
	background-color: transparent;
}
div#navcontainer ul{
font-weight: bold;
color: white;
text-align: center;
margin: 0;
padding-bottom: 5px;
padding-top: 5px;
}
div#navcontainer ul li{
display: inline;
margin-left: -4px;
}
div#navcontainer ul li a{
	padding: 5px 10px 5px 10px;
	color: #fff;
	text-decoration: none;
}
div#navcontainer ul li a:hover{
	background-color: #16008D;
	color: #fff;
}
/* location */
.locimg{
	text-align: left;
	padding-top: 5px;
	padding-bottom: 5px;
}
.locmap{
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
}
.locaddr{
	text-align: center;
	float: right;
	width: 200px;
}
#appform{
	width: 500px;
	text-align: right;
}
#appform label{
	float: left;
	font-weight: bold;
}
.lable{
	margin: 2px 0 2px 0;
	padding: 3px 10px 3px 10px;
	background-color: #FFFF33;
	width: 95%;
}
