
/* --- generic style directives --- */
/* reset styles */
body, div { margin: 0px 0px 0px 0px ; border: 0px 0px 0px 0px ; padding: 0px 0px 0px 0px ; color: black ;} /* white */

/* ensure outer div is full height (min-height, IE issues)*/
html   { height: 100% ; }
body   { height: 100% ; background-color: black ; } /* 000000 */
#outer { height: 100% ; min-height: 100% ; background-color: #ffffff ; padding-top: 10px; } /* 333333 */
html>body #outer{ height:auto ; } /* not ie6- */
html>body #outer{ height:auto ; min-height: 100% ; } /* ie7 */


/* module declarations */
div.mod_jobs { font-size: 11pt ; font-family: Arial ; color: #000000 ;  margin-left: 10px ; margin-right: 10px;  padding-top: 10px ; } /* ffffff */
div.mod_jobs td { text-align: left ; }
div.mod_jobs span { text-align: justify ; margin-right: 10px; }
div.mod_jobs h3 { color: #996600 ; }
div.mod_jobs h2 { color: #33aa00 ; margin-top: 0px }
div.mod_jobs p.fineprint { font-size: 8pt ; text-align: justify ; margin-left: 10px ; margin-right: 10px;}

div.mod_jobs a { color: #003366 ; }
div.mod_jobs a:hover { color: #0099cc ; }
div.mod_jobs a { color: #003366 ; }
div.mod_jobs a { color: #003366 ; }
