/*----------------------------------------------*/
/* www.udmercy.edu                              */
/*----------------------------------------------*/
/*                                              */
/* Main Stylesheet                              */
/*                                              */
/* Last Modified On: 06/25/2007                 */
/* Last Modified By: J. Whitener                */
/*----------------------------------------------*/

/* Last modification: Removed rules that 
   are made redundant by main.css.
*/

/*-------------------------*/
/* Basic Styles            */
/*-------------------------*/


body {
width: 100%;
max-width: 100%;
font-family: Arial, Helvetica, sans-serif;
font-size: 13px;
line-height: 130%;
font-weight: normal;
color: #000000;
}



/*-------------------------*/
/* page_body               */
/*-------------------------*/

#page_body {
background-color: #FFFFFF;
padding-bottom: 10px;
max-width: 100%;
}



/*------------------------------*/
/* page_header and nav1 Styles  */
/*------------------------------*/

#page_header {
width: 100%;
}


/*---------------------------*/
/* audience_links            */
/*                           */
/* Uses CSS rollover effect  */
/*---------------------------*/
#audience_links {
width: 100%;

}


/*-------------------------*/
/* nav2 Styles             */
/*-------------------------*/

#nav2 {
margin-right: 15px;
}



/*-------------------------*/
/* breadcrumbs Styles      */
/*-------------------------*/

.breadcrumbs {
float: none;
margin-left: 0;
/*width: 100%;*/

}



/*-------------------------------------*/
/* alt-configuration-links Styles      */
/*                                     */
/* For "printer-friendly" link, etc.   */
/*-------------------------------------*/

#alt-configs {
float: none;
width: 100%;
border-left:  1px solid #ffffff;
border-bottom: 1px solid #ffffff;
}



/*-------------------------*/
/* Content Styles          */
/*                         */
/* #content contains:      */
/*    content_header       */
/*    content_body         */
/*-------------------------*/

#content {
float: none;
position: inherit;
width: inherit;
margin-left: 0;
}



/*-------------------------*/
/* content_header Styles   */
/*-------------------------*/

#content_header {
width: 100%;
}



/*-------------------------*/
/* Content body            */
/*-------------------------*/

#content_body {
/* FOR IE7, POSSIBLY: 
   See content_header margin-bottom  */
   margin: 15px 15px 25px 15px; 
   font-family: Arial, Helvetica, sans-serif;
   font-size: 15px;
   font-weight: normal;
}

#content_body span[style] {
   font-size: 15px !important;
}