/*

fc-print.css

release 1

CSS / XHTML templates by Sean Conran @ www.netcel.com

Copyright (c) Netcel 2008

*/

@media print {


#breadcrumb {
display: none;
}

#callToAction {
display: none;
}

#contentLeft {
display: none;
}

#contentMain {
margin: 0 auto 0 auto;
width: 100%;
}

#contentMain UL {
list-style-type: disc;
}

#contentRight {
display: none;
}

#credit {
display: none;
}

#footer {
display: none;
}

.formSubmit {
background-color: #c0c0c0;
border: solid 1px #808080;
color: #000000;
}
INPUT[type=submit] {
background-color: #c0c0c0;
border: solid 1px #808080;
color: #000000;
}

#header .left {
display: none;
width: 0;
}
#header .right {
float: left;
text-align: left;
}

#pageTitle {
padding-left: 0;
}

}
