body, td {
    font-family: verdana, arial, helvetica, sans-serif;
    font-size: 12px;
    line-height: 130%;
    color: #00467F;
}

#main {
    position: absolute;
    width: 792px;
    height: 670px;
    left: 200px;
    background-color: #FFFFFF;
    border: solid 1px #000000;
    align: center;
    padding-top: 0px;
    padding-left: 0px;
}

#logo {
    positon: absolute;
    padding-top: 10px;
    padding-left: 5px;
}

#qblogo {
    position: relative;
    top: 35px;
    left: 20px;
}

#dots {
    position: relative;
	top: 10px;
}

#leftcopy {
    position: relative;
    top: 20px;
    width: 230px;
    left: 5px;
}

#blurb {
    position: absolute;
    right: 0px;
    padding-top: 10px;
}

#maintext {
    position: absolute;
    top: 130px;
    left: 300px;
}

#telecom {
    position: absolute;
    top: 180px;
    left: 300px;
    line-height: 130%;
}

#salesanduse {
    position: absolute;
    top: 290px;
    left: 300px;
    line-height: 130%
}

#financial {
    position: absolute;
    top: 360px;
    left: 300px;
    line-height: 130%
}

#footer {
    position: absolute;
	bottom: 35px;
}

#footerdots {
    position:absolute;
	bottom: 0px;
}

.small {font-size: 10px}

.header {
    font-size: 18px;
    font-weight: bold;
    color: #00467F;
    text-decoration: underline;
}

.header2 {
    font-size: 12px;
    font-weight: bold;
}

.header2white {
    font-size: 16px;
    font-weight: bold;
    color: #FFFFFF;
}

.whitetext {color: #FFFFFF;}

.bold {font-weight: bold;}

.boldred {
    font-weight: bold;
	color: #ff3333;
}

.nav {
    color: #00467F;
	font-size: 12px;
}

a.navlink:link{color:#FFFFCC; text-decoration:none;}
a.navlink:active{color:#FFFFFF; text-decoration:none;}
a.navlink:visited{color:#FFFFFF; text-decoration:none;}
a.navlink:hover{color:#FFCCCC; text-decoration:underline;}

a:link{color:#0000ff;text-decoration:none;}
a:active{color:#0000ff;text-decoration:none;}
a:visited{color:#0000ff;text-decoration:none;}
a:hover{color:#0000ff;text-decoration:underline;}

.buttonlink {
    background:none!important;
     border:none;
     padding:0!important;
    /*border is optional*/
     border-bottom:1px solid #444;
}


