/*   Style sheet for OCA    */
/*   Going to use this on the new home page, which will be */
/*    a little different than the other pages. Continue to */
/*    use oca_new.css on the home page; use this one along */
/*    with it.                                             */

/*   Updated: 11/10/07      */



/* Redoing the columns for the home page, so as to put three of them */
/*  instead of just two (as on the other pages).                     */
/* We leave 150 pixels at the top for the logo, etc.                 */


#copyright {                /* copyright notice - to go in center and right columns */
 position: relative;
 padding: 3px;
}



/* These are for home page headlines, which will not be underlined until   */
/*  you hover over them. But they will be the same color as normal links.  */
A.headlinelink:link {            /* unvisited link */
 color: #07649f;
 font-weight: bold;
 text-decoration: none;
}

A.headlinelink:visited {         /* visited link */
 color: #07649f;
 font-weight: bold;
 text-decoration: none;
}

A.headlinelink:active {          /* active link */
 color: #FF0000;   /* was #04A604 */
 font-weight: bold;
 text-decoration: underline;
}

A.headlinelink:hover {           /* hover link */
 color: #FF0000;   /* was #04A604 */
 font-weight: bold;
 text-decoration: underline;
}


/* This is basically the same as the sidebar headlines, just making it a generic div class to use for */
/*  each little section in the sidebar.  */
.sidesection {
 width: 175px;
 background: #EFEFEF;
 border: 1px solid #4A9CD5;
 padding: 5px;
 margin-top: 10px;
 font-family: verdana, arial, helvetica, sans-serif;
 font-size: 11px;
 font-weight: bold;
 text-align: left;
}


/* For mission statement on home page - we are changing this from the ethicsbox styles, but    */
/*  at this point the ethics box is still running on other pages, so we need a separate style. */
#missionbox {                  /* this is for the box itself */
 width: 100%;
 margin-top: 0px;
 margin-right: 0px;
 margin-bottom: 0px;
 margin-left: 0px;
 padding-top: 5px;
 padding-bottom: 5px;
 padding-left: 15px;
 padding-right: 15px;
 background: #FFFFE3;
 border-width: 2px;
 border-style: ridge;
 border-color: #EFEFEF;
}

.missionbox {                  /* class for normal type   */
 font-family: verdana, arial, helvetica, sans-serif;
 font-size: 11px;
 font-weight: normal;
}

.missionboxheading {           /* class for heading type  */
 font-family: verdana, arial, helvetica, sans-serif;
 font-size: 13px;
 font-weight: bold;
}


