/* 
html5doctor.com Reset Stylesheet
v1.4 
2009-07-27
Author: Richard Clark - http://richclarkdesign.com
*/

html, span, object, iframe,
 h2, h3, h4, h5, h6, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, 
fieldset, form, label, legend,
 caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header, 
hgroup, menu, nav, section,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

h1 {
	 margin-top: 1em;
	 font-size:150%;
	 font-family: inherit;
	 text-align: center;
}

h2 {
	 font-size:120%;
	 font-family: inherit;
}

body {
    line-height:1.5;
		/*font-family: sans-serif;*/
		font-family: "Comic Sans", "Comic Sans MS", cursive, sans-serif;
		background-color: aqua;
		background-image: none;
		background-repeat: no-repeat;
		max-width: 1025px;
}

body#minutes {
    line-height:1.5;
		/*font-family: sans-serif;*/
		font-family: verdana, sans-serif;
		background-color: aqua;
		background-image: none;
		background-repeat: no-repeat;
		max-width: 1025px;
}

body#index {
    line-height:1.5;
		/*font-family: sans-serif;*/
		font-family: "Comic Sans", "Comic Sans MS", cursive, sans-serif;
		background-color: aqua;
		background-image:url('index_bg.jpg');
		background-repeat: no-repeat;
		max-width: 1025px;
}

article, aside, dialog, figure, footer, header, 
hgroup, nav, section { 
    display:block;
}

nav ul {
    list-style: none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
}

a {
    margin:0;
    padding:0;
    border:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

mark {
    background-color:#ff9;
    color:#000; 
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted #000;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
		border: 1px solid black;
}

th, td {
    border-spacing:0;
		border: 1px solid black;
		padding: 5px
}

hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #0000ff;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}

ul.menu  {
		list-style-type:none;
		margin:0;
		padding:0;
		overflow:hidden;
}

 a.menu  {
 		display:block;
		width: 90%;
		background-color: transparent;
}

div.navleft {
		width: 20%;
		float: left;

}

div.index_main  {
		margin-right: 10%;
		margin-left: 25%;
		/*width: 60%*/
		padding: 15px;
}

div.main {
		width: 80%;
		margin: auto;
		background-color: #ffffff;
}

div.navbar {
    padding: 0.5em;
    margin: 0;

    position: fixed;
    top: 0em;
    left: 1em; 
}
 div.navbar span {
		color: #FFFFFF;
    background: #E0E0E0;
    margin: 0.5em 0;
    padding: 0.1em;
    border: thin solid #ffffff;  
		/* #6495ed */ 
}

div.header {
		width: 80%;
		margin-top: 4em;
		margin-bottom: 2em;
		background-color: inherit;
}

div.box  {
  margin: 2em 2em 2em 2em; 
	padding: 1em; 
	border: solid; 
	border-width: thin;
	-moz-border-radius: 15px; 
	-webkit-border-radius: 15px;
	border-radius: 15px;
	width: 90%;
}

p.italic {
		font-style: italic;
}

img.inline_lt{
 float:left;
 padding-right: 2%;
 width: 45%;
}
img.inline_rt{
 float:right;
 padding-left: 2%;
 width: 45%;
}
img.gallery {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
span.ul {
	text-decoration: underline;
}
 span.strike {
 	text-decoration: line-through;
}
span.photocredit {
	font-family: inherit;
  font-style: inherit;
  font-size: 70%;
}

p {
	margin-bottom: 1em;
}