@charset "UTF-8";
/* CSS Document */

html {
margin:0;
padding:0;
}

img {
border:none;
}



body {
}

#background_photo {
	position: fixed;
	background-position:top left;
	/* background-image:url(../images/bg.jpg); */
	background-repeat:repeat-x;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	padding: 0;
	margin: 0;
	background-color:#FFFFFF;
}

#container {
	position:relative;
	width:987px;
	height:auto;
	top: -8px;
	margin: 0 auto;
	padding: 0px;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFFFF;	/*  background-position: left top;
	background-image:url(../images/LifeTransHomePage.jpg);
	background-repeat: no-repeat; */

}

#header {
	width: 100%;
	height: 207px;
	background-image: url(images/head.jpg);
	background-repeat: no-repeat;	
}

#buttons {
	width: 985px;
	height: 41px;
	position: relative;
	
	background-color: #6dbe45;
		}


#photo_gif {
	background-position:top left;
	width: 984px;
	height: 163px;
	padding: 0;
	margin: 0;
	position: absolute;
}

#dialog {
	width: 100%;
	height: auto;
}

.text {
	font-size : 9pt;
	font-family : verdana, arial;
	color:#000000;
	line-height: 20px;
}

.biggerbold {
   font-size : 11pt; 
   font-family : verdana,arial;  
   color:#5D3B3A;
   font-weight:bold;
   
}

.border_bottom {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}

.border {
	border: 1px solid #999999;
}

.form {
   font-size : 8pt; 
   font-family : verdana,arial;  
   color:#000000;
}

 .small {
   font-size : 8pt; 
    font-family : verdana,arial;  
	color:#000000;
}  