/*** style for level 2 documents without frames ***/

body {
	background: #ffffdd;
    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;}

/** navigation bar and header **/

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

#nav {
    font: 10pt/12pt verdana, arial, sans-serif;
    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;
    } 

/* breadcrumb */

#nav2 {
	margin-left: 0;
    margin-top: 3px;
	margin-bottom: 0;
	font-family:Arial, Helvetica, sans-serif; 
	font-style: italic;
 	}
	
#nav2 ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
 	}
	
#nav2 ul li{
    display: inline;
    padding-right: 10px;
    margin-right: 10px;
    background:  url(images/arrow.jpg) no-repeat right;
 	}
	
#nav2 ul li.backScript{
    background-image: none;
 	}
	
#nav2 hr {
    margin-top: 0.5em;
    margin-bottom: 1em;
 	}

/* for list of archived updates */
	
#updates ul {
    margin-left: 5px;
    padding: 0;
	}
	
#updates li {
    list-style-type:disc;
    margin-left: 10px;
    }	

/* main elements, same as leftframe and rightframe except where indicated */

h1 {font-family: Arial, Helvetica, sans-serif;
    font-size: 140%;
    margin-top: 0.3em;
    margin-bottom: 0.8em;
    color: #000080;
    }

/* different from leftframe and rightframe, also different from default whose size is 150% */
h2 {font-family: Arial, Helvetica, sans-serif;
    font-size: 130%;
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 0.8em;
    color: #000080;
    }

h3 {font-size: 120%;
    font-weight: bold;
    margin-top: 0.6em;
    margin-bottom: 0.6em;
    }

h4 {font-size: 110%;
    font-weight: normal;
    margin-top: 0.1em;
    margin-bottom: 0;
    }

/* different from leftframe and rightframe, same as default */
h5 {font-size: 100%;
    font-weight: bold;
    margin-top: 0.8em;
    margin-bottom: 0.8em;
    }
	
h6 {font-size: 100%;
    font-weight: bold;
    margin-top: 1.1em;
    margin-bottom: 0;
    }

p  {margin-top: 1em;
    margin-bottom: 0em;
    }

ul {margin-top: 0.5em;
    margin-bottom: 0.6em;
    padding-top: 0;
    padding-bottom: 0;
    }

li {line-height: 1.5;
    }  

hr {border:solid 1px;
    color: #ccc;
    clear: both;
	margin-top: 0.8em;
	margin-bottom: 0.5em;
    }
	
/* for image captions in mp3.html, not centred */

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

/* 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;
    }	
