/* Style sheet for faqs.htm */


/* ------------------
     by entity type
   ------------------ */

body {
background-image: url("../_themes/blueprnt/blutextb.gif");
font-family: arial,helvetica;
padding-top: 20px;
}
/* font-family: "century gothic",arial,helvetica; */

/* ------------
     By Class
   ------------ */

.button-bar {
background: #808080 none top left repeat;
border-top: #C0C0C0 solid 4px; 
border-left: #C0C0C0 solid 4px; 
border-bottom: black solid 4px; 
border-right: black solid 4px; 
width: 100%;
}

.button-bar-contents {
border: 1px solid black;
color: white;
}

.button-bar-text {
font-family: fixedsys;
color: white;
}

.red {
color: #FF6633;
}

.blue {
color: #0000FF;
}

.indent {
padding-left: 20px;
}

/* ---------
     By ID
   -------- */

/* header */

#header {
width: 800px;
height: 80px;
}

#header-col-left {
float: left;
width: 140px;
padding-right: 20px;
}

#header-col-right {
float: left;
width: 600px;
padding-top: 55px;
}


/* main body */

#main-body {
width: 800px;
padding-top: 20px;
}

#col-left {
float: left;
width: 140px;
padding-right: 20px;
}

#col-right {
float: left;
width: 610px;
}


/* special */

#instruction_block {
background-color: #FFFFE6;
border-style: solid;
border-width: 3px;
padding-left: 15px;
padding-right: 20px;
width: 575px;
}
