/*
** Info: $Id: standard.css 378 2007-01-22 07:36:51Z mjwybrow $
*/

body, body p, body blockquote {
    color: #000;
    background-color: #FFFFFF;
    text-decoration: none;
    text-align: justify;
    font-size: 13px;
    font-family: verdana, arial, helvetica, sans-serif;
}

body li {
    font-family: verdana, arial, helvetica, sans-serif;
}

body table tr td {
    font-size: 13px;
    font-family: verdana, arial, helvetica, sans-serif;
    vertical-align: top;
}

P.center {
    text-align: center;
}


a {
    color: #000080;
    font-weight: bold;
}

a:visited {
    color: #000080;
}

a:hover {
    color: #ffc000;
}

img.bio {
    width: 200px;
    height: 267px;
    margin-left: 15px;
    margin-bottom: 5px;
    border: 1px #000000 solid;
    float: right;
}

img.photop {
    width: 200px;
    height: 267px;
    margin-left: 15px;
    margin-bottom: 5px;
    border: 1px #000000 solid;
    float: right;
}

img.photol {
    width: 267px;
    height: 200px;
    margin-left: 15px;
    margin-bottom: 5px;
    border: 1px #000000 solid;
    float: right;
}

h1 {
    font-weight: bold;
    font-size: 24pt;
    text-align: center;
}

h2 {
    padding-top: 7pt;
    font-weight: bold;
    text-align: left;
    font-size: 13pt;
    line-height: 17pt;
}

h3 {
    padding-top: 15pt;
    font-weight: bold;
    text-align: left;
    font-size: 11pt;
    line-height: 3pt;
}

div.heading {
    font-weight: bold;
    text-align: left;
    /* font-size: 16pt; */
}


body {
    color: #000000;
    background: #ffffff;
    padding: 0px;
    margin: 0px;
    font-family: arial, Helvetica, 'Bitstream Vera Sans', 'Luxi Sans', Verdana, Sans-Serif;
    /* font-size: 80%; */
}

a:link, a:visited, a:hover {
    font-weight: bold;
    color: #0081ac;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

a:visited {
    color: #ac0011;
}

#menu {
    float: left;
    width: 200px;
    margin-left: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
}

#menu img {
    border: none;
    margin-bottom: 12px;
}

#menu ul {
    border-left: 1px #5E88FE solid;
    border-right: 1px #5E88FE solid;
    border-bottom: 1px #5E88FE solid;
    list-style: none;
    padding: 0px;
    margin: 0px;
}

#menu ul li {
    /* This is a fix for the IE / Win gap between list items */
    display: inline;
}

#menu li.sub a {
    color: #000000;
    background: #B1C5FC;
    font-weight: bold;
    text-align: left;
    font-size: 10pt;
    border-top: 1px #5E88FE solid;
    padding-left: 10px;
}

#menu ul.sub {
    border: none;
    display: block;
    padding: 0px;
    margin: 0px;
    border-top: 1px #5E88FE solid;
    list-style: none;
    font-size: 9pt;
}

#menu li a {
    display: block;
    background: #E3EAFC;
    color: #000;
    border-top: 1px #cad7fc solid;
    border-bottom: 1px #CAD7FC solid;
    margin: 0px;
    padding: 4px;
    padding-left: 20px;
    width: 100%;
    font-weight: normal;
    width: auto;
}

#menu li.item a:hover {
    /* background: #ac0011; */
    /* Blue colour */
    background: #7EA0FC;
    color: #000;
    border-top: 1px #25a0d9 solid;
    border-bottom: 1px #25a0d9 solid;
    text-decoration: none;
}


#menu li.sub a:hover {
    /* background: #ac0011; */
    /* Blue colour */
    background: #7EA0FC;
    color: #000;
    border-top: 1px #25a0d9 solid;
    border-bottom: 1px #25a0d9 solid;
    text-decoration: none;
}


div.content {
    padding: 20px;

    /* TOTO: why is this needed? */
    margin-left: 255px;
    margin-right: 45px;
}

div.footer {
    padding: 10px;
    width: auto;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 8pt;
    text-align: center;
}

.footer hr {
    width: 275px;
}

p {
    text-align: justify;
}

h2 {
    border-bottom: 1px #000000 solid;
    clear: right;
}

/*
pre {
    border: 1px #006F02 solid;
    background: #B0E4AE;
    padding: 4px;
}
*/


div.notice {
    border: dotted 1px #900;
    padding: 0.3em; 
    background-color: #ffe;
    margin-top: 15px;
}

div.notice p {
    margin-top: 4px;
}

table.timetable {
    margin-left:            auto;
    margin-right:           auto;
    width:                  100%;
        
    clear:                  none;

    border-collapse:        collapse;
    
    
    background:             none;
    border: 1px #5E88FE solid;
}

table.timetable tr td {
    border: 1px #5E88FE solid;
    background: #E3EAFC;
    font-weight: normal;
    text-decoration: none;
    font-size: 12px;
    text-align: center;
}

table.email, table.email tr td {
    border: none;
    background: #fff;
    font-size: 12px;
    text-align: left;
}

table.timetable tr.heading td {
    background: #B1C5FC;
    color: #000;
    font-weight: bold;
}

table.timetable tr.classes td {
    background: #E3EAFC;
    vertical-align: middle;
    padding: 3px;
    padding-top: 8px;
    padding-bottom: 8px;
    color: #000;
    font-weight: normal;
    text-decoration: none;
    font-size: 12px;
}

.banner img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

img.float {
    float:                  right;

    margin-top:             7px;
    margin-left:            10px;
    /* margin-right:           10px; */
    margin-bottom:          10px;
}


/* FORM STUFF */

SELECT, option, textarea, input  {

    color:                  #000000; 
    /* font-size:              10px; */
    text-decoration:        none; 
    background:             white; 
    border:                 1px solid #5E88FE;
    
    margin:                 2px 0px 2px 0;
    padding:                2px;

}

/* now make them all have nice hovers */



SELECT:hover, option:hover, textarea:hover, input:hover {
    background:             #E3EAFC; 
}


form.search {
    /*display:                inline;
    background:             #f0f0f0;
    */
    
    text-align:             center;
        
    display:                block;
    background:             #f0f0f0;
    color:                  #0081ac;
    border-top:             1px #d6d6d6 solid;
    border-bottom:          1px #d6d6d6 solid;
    margin:                 0px;
    padding:                4px;
    padding-left:           10px;
  
    
}

form.search:hover {
    background:             #ac0011;
}

