/* Basic Layout */ 

body, div, h1, h2, h3, td, form { 

margin: 0; 

padding: 0; 

font-family: Tahoma, Verdana, Arial, sans-serif; 

font-size:  10pt; 

border: 0; 

} 

body { 

padding:5px 10%; 

/* background-image:  url(verizon.jpg);  */

/* background-repeat: no-repeat;  */

background-position: bottom right; 

border-top: 5px solid #293F6F; 

background-attachment: fixed; 

text-align: left; 

} 



img.logo{

position: absolute;

top: 5px;

left 0px;

}

img.header{ 

  position: absolute; 

  top:  65px; 

  left: 10px; 

} 

img.contact { 

position: absolute; 

top:  50px; 

left: 100px; 

} 

div.leftnav { 

position: absolute; 

width:  200px; 

height: 900;

top:  0px; 

left:  680px; 

margin: 0px; 

padding: 0px; 

background-color: #d1d1d1; 

border-left: 1px solid black; 

border-right:1px solid black; 

border-top:1px solid black; 

border-bottom:1px solid black; 

font-family: Tahoma, Verdana, Arial, sans-serif; 

font-size: 10pt; 

} 

div.maincontent { 

position: absolute;

width: 500px;

top:  175px; 

left:  50px; 

text-align: left; 

} 

div.footer { 

position: relative; 

top:  1500px; 

left:    100px; 

} 

h1 { 

font-size: 12pt; 

font-weight: bold; 

} 

h1.title {
	font-size: 24pt;
	font-weight: bold;
        text-align: right;

}

div.button { 

  position: relative; 

  left: 0px; 

  width: 200px;

  top: 10px; 

  text-align: center; 

  text: white; 

  font-size: 12pt; 

  background-color: #a7c8ef; 

  border-left: 1px solid black; 

  border-right:1px solid black; 

  border-top:1px solid black; 

  border-bottom:1px solid black; 

  padding: 5px; 

  } 







