/*******************/
/* 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-bottom:      1px solid #999999;
}

.boxHead span {
    padding:            0px;
    margin:             0px;
    color:              #000000;
    background:         none;
}

#head2 {
    color:              #000000;
    background-color:   #ffffff;
}

.startbox {
    height:             auto;
}

.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;
}

.searchLinks {
    margin-top:         20px;
    overflow:           hidden;
}

#foot {
    width:              100%;
    border-bottom:      2px solid #999999;
}

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

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

div.formBlock {
    width:              49%;
}

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