/* CSS Document */


body {
font-family:Arial, Helvetica, sans-serif;
width:95%;
color:#000000;
font-size:90%;
font-weight:normal;
}

#container {
}

/***********************************/
/*         HEADER REGION 
/***********************************/

#header {
display:none;
}

#banner {
display:none;
}

/**************top right hand navigation**********************/
#topnav {
display:none;
}

/***********************************/
/*     MIDDLE CONTENT AREA 
/***********************************/

/*homepage only*/
#content {
color:#000000;
}

/***********************************/
/*         LEFT/RIGHT BOXES 
/***********************************/

/**************left boxes*********************/
.left_box {
display:none;
}


/*************** right box(homepage only) **************/
.right_box {
display:none;
}


/***********************************/
/*          FOOTER 
/***********************************/

#footer {
display:none;
}

/*bottom rounded corners*/ 
#rc_footer {
display:none;
}

#copyright {
font-size:.8em;
margin:2em 0 0 0;
}

/***********************************/
/*    ACCESSIBILITY, ETC. 
/***********************************/

.hidden {
display:none;
}

.clear {
display:none;
}


/***********************************/
/*    SECONDARY PAGES STYLES
/***********************************/

/*secondary pages only*/
#content_secondary {

}

#content_secondary h3 { 

}

#content_secondary a {
text-decoration:underline;
color:#000000;
}

/***********************************/
/*    SUBNAV AREA
/***********************************/

#subnav {
display:none;
}


/***********************************/
/*    PRESCRIPTION PAGE STYLES
/***********************************/

/**prescription page only*/
.presc_header {

}

#content_secondary .presc_header h3 {

}
