
body {
	margin:0 auto;
	padding:0;
	border:0;			/* This removes the border around the viewport in old versions of IE */
	width:100%;
	background:#051629;
	min-width:600px;		/* Minimum width of layout - remove line if not required */
	max-width:1440px;					/* The min-width property does not work in old versions of Internet Explorer */
	font-size:110%;
	font-family:Arial;
}

#header {
  	clear:both;
  	float:left;
  	width:100%;
	border-top:1px solid #000;
	margin-left:-33px;
 }

#footer {
  	clear:both;
  	float:left;
  	width:100%;
	border-top:1px solid #000;
 }

a {
	color:#369;
}


a:hover {
	color:#fff;
	background:#369;
	text-decoration:none;
}

h1, h2, h3, h4 {
	margin:.8em 35px 1em 35px;
	padding:0;
	font-size:120%;
}

p {
	margin:.4em 35px .8em 35px;
	padding:0;
	line-height:150%;
}

blockquote {
  	margin-top: 10px;
  	margin-bottom: 10px;
  	margin-left: 50px;
 	padding-left: 15px;
  	border-left: 5px solid maroon;
} 

blockquote p {
	color:maroon;
}

.navigtable {
	margin:0 auto;
	background-color:#F0E5D0;
	border-collapse:separate;
}

.navigtable td {
	font-weight:600;
	font-size:75%;
	text-align:center;
	background:#97A890;
	color:black;
	border-radius:.3em;
	padding:12px;
	margin-right:40px;
}

.navigtable td a {
	background:#97A890;
	color:black;
	text-decoration:none;
}

.navigtable td a:hover {
	color:white !important;
}
ul {
	margin:1em 5em;
}

ul li {
	line-height:150%;
	margin-top:10px;
	font-size:100%;
}

img {
	border-radius:8px;
	margin:.4em 35px .8em 35px;
}

.center {
	text-align:center;
	margin:0 auto;
}

.treelist {
	list-style-image: url("images/treeimg.png");
}

#backdiv {
	 background-image: url('images/sunsetalaska2.jpg');
}


.intextimgright {
	float:right;
	margin:10px;
	display:block;
	padding:0px;
	border-radius:8px;
}

.intextimgright img {
	width:100%;
	display:block;
	border-top-left-radius:8px;
	border-top-right-radius:8px;
	border-bottom-left-radius:0px;
	border-bottom-right-radius:0px;
}

.intextimgleft {
	float:left;
	margin:10px 20px 0px 35px;
	display:block;
	padding:0px;
}

.intextimgleft img {
	width:100%;
	display:block;
	border-top-left-radius:8px;
	border-top-right-radius:8px;
	border-bottom-left-radius:0px;
	border-bottom-right-radius:0px;
}

	/* column container */
.colmask {
	position:relative;	/* This fixes the IE7 overflow hidden bug */
	clear:both;
	float:left;
	width:100%;			/* width of whole page */
	overflow:hidden;		/* This chops off any overhanging divs */
}

	/* common column settings */
.colright,
.colmid,
.colleft {
	float:left;
	width:100%;
	position:relative;
}

.col1,
.col2,
.col3 {
	float:left;
	position:relative;
	padding:0 0 1em 0;
	overflow:hidden;
}

figcaption {
	margin:0 auto;
	color:black;
	text-align:left;
	font-size:85%;
	line-height:120%;
	padding:7px 10px;
	border-bottom-left-radius:8px;
	border-bottom-right-radius:8px;
	background-color:#97A890;
	margin-bottom:15px;
}

	/* F
	l page settings */
.fullpage {
	background:#F0E5D0;		/* page background colour */
}

.fullpage .col1 {
	width:96%;			/* page width minus left and right padding */
	left:2%;			/* page left padding */
}

body#index a#indexnav,
body#current a#currentnav,
body#proposed a#proposednav
{
	font-weight:700;
	text-align:center;
	background:#97A890;
	color: maroon;
	text-decoration:none;
}
