/*******************/
/* General         */
/*******************/
a, a.visited {
    color:              #000000;
    text-decoration:    underline;
}

.screen {
    display:            none;
    visibility:         hidden;
}

.print {
    display:            block;
    visibility:         visible;
}

/*******************/
/* Layout          */
/*******************/
#printhead {
    font-weight:        bold;
    font-size:          24px;
    margin:             0 0 10px 0;
    border-bottom:      2px solid #999999;
}

/* main page */
#mainContainer {
    width:              100%;
    margin: 			0;
}


#contentContainer {
    width:              100%;
}

.boxHead {
    background:         none;
    border:             1px solid #999999;
    color:              #000000;
}

.boxHead h1 {
    background:         none;
}

.halfContainer {
    width:              49%;
}

#content .box {
    width:              auto;
    /* overflow:           visible; /* for FF, otherwise print hides text on long pages (e.g. terms) */
}

#content .halfContainer .box {
    width:              auto;
}

/*******************/
/* Content         */
/*******************/
.contact {
    width:              48%;
}

/*******************/
/* Forms           */
/*******************/

div.formBlock {
    width:              48%;
}

div.formBlock textarea, div.formBlock input, div.formBlock select {
    width:              96%;
}
