/* default style for header and pages without frames */

body {
    background: #e1e0d0;
    color: #000000;
    margin-left: 30px;
    margin-right: 30px;
    margin-top: 5px;
    font: 10pt/12pt verdana, arial, sans-serif;
    }

:link {color: #000080;}
:visited {color: #800080;}
a:active {color: #ff0000;}
a:hover {color: #ff0000;}

h2 {font-family: Arial, Helvetica, sans-serif;
    font-size: 150%;
    margin-top: 1em;
    margin-bottom: 0.8em;
    color: #000080;
    }
	
h3 {font-size: 120%;
    font-weight: bold;
    margin-top: 1em;
    margin-bottom: 0.9em;
    }

h4 {font-size: 110%;
    font-weight: bold;
    margin-top: 0.6em;
    margin-bottom: 0.6em;
    }

h5 {font-size: 100%;
    font-weight: bold;
    margin-top: 0.8em;
    margin-bottom: 0.8em;
    }
	
p  {margin-top: 0.7em;
    margin-bottom: 0.7em;
    }	

/* navigation bar and header */

/* navbar adapted from http://www.learningmovabletype.com/archives/000750creating_a_horizontal_navigation_bar.php */

#nav {
    margin-left: 0;
    margin-top: 0;
    padding-left: 30px;
    padding-top: 5px;
    padding-bottom: 5px;
    background-color: #4397D3;
    color:#fff;
    }

#nav a {
    color:#fff;
    text-decoration:none;
    }

#nav a:hover {
    background-color: #369;
    }

.activ {
    background-color: #369;
    }   
/* #366 best if want different color */

ul {
    margin-left: 5px;
    padding: 0;
	}

li {list-style-type:disc;
    margin-left: 10px;
    }

/* bulleted items and image captions for biog, publications and links pages */

.lists p {margin-top: 0.5em;
    margin-bottom: 1em;
    }

/* centred captions for downloads page */

.caption p {font-size: 80%;
    font-style:italic;
	text-align:center;
	line-height: 1.1;
    margin-top: 0.3em;
	margin-bottom: 0.2em;
	}
	
p.caption {font-size: 80%;
    font-style:italic;
	text-align:center;
	line-height: 1.1;
    margin-top: 0.3em;
	margin-bottom: 0.2em;
	}	
	
p.smallcaption {font-size: 75%;
    font-style:italic;
	text-align:center;
	line-height: 70%;	
    margin-top: 0.4em;
	margin-bottom: 0.4em;
	}

/* adjust spacing of header for Publications page */

h2.botmar0 {
     margin-bottom: 0em;
    }	

/* bullets for Biography page */

li.level1 {list-style-type:disc;
    margin-left: 15px;
    }
	
li.level2 {list-style-type:circle;
    margin-left: 30px;
	}	

/* classes common to all style sheets */

.blue {color: blue;
    }
	
.red {color: red;
    }

p.large {margin-top: 1.5em;
    margin-bottom: 2em;
    }

p.medium {margin-top: 0.5em;
    margin-bottom: 1em;
    }

p.small {margin-top: 0.2em;
	margin-bottom: 0.5em;
	}
	
p.vsmall {font-size: 80%;
    margin-top: 0.2em;
	margin-bottom: 0;
	}
	
p.vvsmall {font-size: 75%;
    margin-top: 0;
	margin-bottom: 0;
	}

img.floatr {float:right;
    margin-left: 30px;
    margin-right: 10px;
    margin-bottom: 10px;
    border: 0;
    }

span.vsmall {font-size: 80%;
    }

span.vsmallred {font-size: 80%;
    color: red;
    }
	
span.vsmallblue {font-size: 80%;
    color: blue;
    }	
