/* style sheet for the NKCPC web page */
/* created by Graham Allen : g.a.allen@sympatico.ca */
/* modified by Ron Boyd: rwboyd@orionsweb.net =o) */

body {
	font-family : Arial, Verdana, Helvetica, sans-serif;
	margin : 0;
	padding : 0;
	height : 100%;
	}

#header	{
	text-align: center;
	width: 100%;
	height: 130px;
	display: block;
	border-bottom: 20px solid #000080;
	}
	
#header h1 {
	text-align: left;
	line-height: 100%;
	margin: 0px;
}

#header .location {
	position: absolute;
	left: 160px;
	top: 30px;
	font-family: "Times New Roman", Times, serif;
	font-size: 180%;
}

#header .title {
	color: #000080;
	font-size: 300%;
	position: absolute;
	top: 50px;
	left: 180px;
	font-weight: bold;
	font-family: "Times New Roman", Times, serif;
}

#header #logos {
	height: 130px;
	margin-bottom: 2px;
	padding: 0px;
	margin-right: 20px;
	margin-left: 20px;
}

#main {
	position: absolute;
	left: 20px;
	top: 160px;
}

#linklist	{
	padding-top: 20px;
	width: 240px;
	margin: 0;
	float: left;
	font-size: 90%;
	}

#linklist ul {
	list-style : none;
	}

#linklist li {
	list-style-type : none;                  
	padding-left : 5px;
	padding-bottom : 8px;
	}

#linklist a	{
	font-weight : 600;
	color : #000080;
	text-decoration : none;
	}

#linklist a:hover	{
	color : #D5BB3F;
	}

#content {
	padding-top : 0px;
	min-height : 365px;
	min-width: 65%;
	margin-left: 260px;
	margin-right: 10%;
	}
	
#content h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 150%;
	font-weight: bold;
	color: #000080;
}

#content  h3 {
	color: #000000;
}
#content li {
	margin-bottom: 7px;
}
#content #links li {
	list-style-type: none;
}

#content address {
	font-style: normal;
	margin-left: 65px;
	margin-top: -36px;
	margin-bottom: 0px;
}


#footer	{
	text-align : left;
	font-size : 80%;
	color : #000080;
	font-family : "Times New Roman", Times, serif;
	font-weight : bold;
	padding : 10px 0 10px 0;
	border-top: 1px solid #000080;
	}
	
.byline {
	font-size: 80%;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	color: #888888;
	padding-top: 3px;
}

.byline a {
	color: #888888;
	text-decoration: none;
}
