html {
	height:100%; 
	max-height:100%; 
	padding:0; 
	margin:0; 
	border:0; 
	/* hide overflow:hidden from IE/Mac */ 
	/* \*/ 
	overflow: hidden; 
	/* */ 
	}

body {
	height:100%; 
	max-height:100%; 
	overflow:hidden; 
	padding:0; 
	margin:0; 
	border:0;
	background-image: url(logo_background.png); 
	}

#content {
	display:block; 
	overflow:auto; 
	position:absolute; 
	z-index:3; 
	top:30px; 
	bottom:40px; 
	width:720px; 
	margin-left:-361px; 
	left:50%; 
	border-left:1px solid #000;
	border-right:1px solid #000;
	background-color:#fff;
	}

* html #content {
	top:0; 
	bottom:0; 
	height:100%;
	width:722px;
	border-top:30px solid #fff; 
	border-bottom:40px solid #fff;
	}

#head {
	position:absolute; 
	margin-left:-361px; 
	left:50%; 
	top:0; 
	width:720px; 
	min-width:720px; 
	height:30px; 
	background:#fff; 
	font-size:1em; 
	z-index:5; 
	border:1px solid #000;
	background-color:#fff;
	}

* html #head {
	top:0px; 
	width:722px; 
	height:30px; 	
	background-color:#fff;
	display:inline;
	overflow:hidden;
	}

#iframe
	{
		overflow:auto;
		width:720px;
		height:100%;
	}

form 	{
	font:100% verdana,arial,sans-serif;
	margin: 0;
	padding-top:50px;
	padding-left:10px;
	padding-right:10px;
	min-width: 700px;
	max-width: 700px;
	width: 700px; 
	}

.phpForms_pgtitle
{
    color       : #1200d9;
    font-weight : bold;
}

.phpForms_btn
{
    border-top-width    : 1px;
    border-left-width   : 1px;
    border-bottom-width : 1px;
    border-right-width  : 1px;
    border-top-color    : #e4e4e4;
    border-left-color   : #e4e4e4;
    border-right-color  : #c1c1c1;
    border-bottom-color : #c1c1c1;
    color               : #000000;
}


a.nav1, a.nav2, a.nav3, a.nav4, a.nav5, a.nav6 {width:120px; height:26px; display:block; float:left; background:url(heading.jpg); text-align:center; font-size:1em; font-weight:bold; color:#000; text-decoration:none; font-family:verdana, arial, sans-serif; line-height:25px; overflow:hidden; padding-top:2px; }
#head a .pad {display:block; width:120px; height:26px; background:transparent; border-bottom:1px solid #000;}

a.nav1 {background-position:0 26px;}
a.nav2 {background-position:-120px 26px;}
a.nav3 {background-position:-240px 26px;}
a.nav4 {background-position:-360px 26px;}
a.nav5 {background-position:-480px 26px;}
a.nav6 {background-position:-600px 26px;}

a.nav1:hover {background-position:0 0;}
a.nav1:hover .button {background:#191970; color:#fff; ; display:block; width:120px; height:26px; cursor:pointer;}
a.nav2:hover {background-position:-120px 0;}
a.nav2:hover .button {display:block; width:120px; height:26px; background:#191970; color:#fff; cursor:pointer;}
a.nav3:hover {background-position:-240px 0;}
a.nav3:hover .button {display:block; width:120px; height:26px; background:#191970; color:#fff; cursor:pointer;}
a.nav4:hover {background-position:-360px 0;}
a.nav4:hover .button {display:block; width:120px; height:26px; background:#191970; color:#fff; cursor:pointer;}
a.nav5:hover {background-position:-480px 0;}
a.nav5:hover .button {display:block; width:120px; height:26px; background:#191970; color:#fff; cursor:pointer;}
a.nav6:hover {background-position:-600px 0;}
a.nav6:hover .button {display:block; width:120px; height:26px; background:#191970; color:#fff; cursor:pointer;}


#foot {
	text-align:center;
	position:absolute; 
	margin-left:-361px; 
	left:50%; 
	bottom:-2px; 
	width:720px; 
	min-width:720px; 
	height:40px; 
	background:#fff; 
	font-size:76%; 
	z-index:5; 
	border:1px solid #000;
	font-family: trebuchet MS, tahoma, verdana, arial, sans-serif;
	font-weight:bold;
	color:#000;
	}

* html #foot {
	bottom:0px; 
	width:722px; 
	height:40px;
	}

#content p {
	padding:5px; 
	}

.boldhead{	font-size:150%; font-weight:bold; text-align: center; font-style:italic; }
.bold{	font-weight:bold;}
.left{	float:left; 		margin:10px; 		border:1px solid #000;}
.right{	float:right; 		margin:10px; 		border:1px solid #000;}
.lefttext{	float:left; 		width:300px; 		text-align:justify;}
.righttext{	float:right; 		width:380px; 		text-align:justify;}
.bodytext{	text-align:justify;}
.center{	text-align:center; }
.caption{	text-align:center ; 	font-style:italic; }
.leftnames{	position: absolute; 	left: 50px;}
.centernames {position: absolute; 	left: 300px;}
.rightnames{position: absolute; 	left: 550px; }
.email{	position: absolute;	direction: rtl; 		left: 50px;			unicode-bidi:bidi-override; }
.name{	color: #191970;		font-size: xx-large; 	text-align: center; }
.phone{	position: absolute; 	font-size:small; 		left: 10px;			width: 325px; 		color: #191970;		text-align: center;	}
.fax{		position: absolute; 	font-size:small;		left: 365px;		width: 325px;		color: #191970;		text-align: center;	 }


* html .lefttext {float:left; width:300px; text-align:justify;}
* html .righttext {float:right; width:380px; text-align:justify;}
