body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}

a{
   color: #3F7AB7;
}

body{
   background-color: #fff;
   font-family: Verdana;
   color: #666;
   font-size: 14px;
}

h1, h2, h3, h4{
   font-family: trebuchet MS;
   letter-spacing: -0.025em;
   margin-bottom: 10px;
   font-weight: bold;
   margin-top: 30px;
   color: #3F7AB7;
}

h1{
   font-size: 26px;
   margin-top: 0px;
}

h2{
   font-size: 20px;
}

p{
   margin-bottom: 10px;
   line-height: 20px;
}

.cancaver-background{
   background-color: #000;
   height: 46px;
   width: 100%;
   position: fixed;
   _position: absolute;
   z-index: 1000;
   top: 0px;
   display: block;
   cursor: hand;
}

.cancaver{
   background-color: #000;
   height: 46px;
   width: 960px;
   position: fixed;
   _position: absolute;
   z-index: 1000;
   top: 0px;
   display: block;
   background: #000 url(images/cancaver.png) no-repeat 5px 0px;
   cursor: hand;
}


.banner{
   background-color: #A0CFEC;
   height: 158px;
   left: 0;
   top: 75px;
   width: 100%;
   position: absolute;
   background: #3B73AC url(images/banner.png) repeat-x;
}
.page{
   margin: 45px 0 0 0;
   text-align: center;
}

.centered{
   width: 960px;
   margin: 0 auto;
   text-align: left;

}

.site-title{
   margin: 0px;
   color: #fff;
   font-family: trebuchet MS;
   font-size: 30px;
   letter-spacing: -0.025em;
   position: relative;
   top: 95px;
   left: 210px;
   font-weight: bold;
   width: 600px;
   text-align: justify;
   text-transform: uppercase;
   line-height: 40px;
}

.word-speleological{
   font-size: 55px;
   letter-spacing: -0.031em;
}

.word-society, .word-manitoba{
   font-size: 40px;
}

.word-of{
   font-size: 29px;
}

.header{
   height: 200px;
   width: 100%; 
   
   position: relative;
}
.header img{
   position: absolute;
   left: 8px;
   top: 18px;
   z-index: 200;
}

.content{
   float: left;
   width: 740px;
   margin-top: 20px;
   margin-left: 20px;
   margin-bottom: 30px;
}

.content ul{
   list-style-type: disc;
   list-style-position: outside;
   padding-left: 20px;
   margin-bottom: 10px;
}

.content ol{
   list-style-type: decimal;
   list-style-position: outside;
   padding-left: 20px;
   margin-bottom: 10px;
}

.content li{
   margin-bottom: 5px;
}

.footer{
   clear: both;
   text-align: center;
   padding: 10px 0 20px 0;
   margin: 0px 10px 0 210px;
   border-top: 1px solid #ccc;
}
.menu{
   float: left;
   width: 180px;
   margin-top: 20px;
   margin-left: 10px;
    margin-bottom: 30px;
}
.menu ul{
   list-style: none;
   margin: 0px;
   padding: 0px;
}
.menu ul li{
   display: block;
   float: left;
   width: 180px;
   margin-bottom: 5px;
}
.menu ul li a{
   background-color: transparent;
   padding: 2px 10px;
   display: block;
   color: #3F7AB7;
   font-weight: bold;
   text-decoration: none;
   font-family: trebuchet MS;
   font-size: 20px;
   letter-spacing: -0.025em;
}
.menu ul li a:hover{
   background-color:#3F7AB7;
   color: #fff;
}
