@charset "UTF-8";
/* CSS Document */

/* BEGIN the following lines were added in relation to making the layout based around div instead of table. Jarle Lillemoen feb 10 2010*/
body{
	background-color:#fff;
	}
flash {color:blue;}

h3 { margin-top:1px;}
h3 a:link {text-decoration:none;}
h3 a:visited {
	text-decoration:none;
	color:#602020;}
h3 a:hover {
	text-decoration:none;
	color:#8099c0;}
h3 a:active {
	text-decoration:none;
	color:#e00;}
table {
	color:inherit;
	background-color:inherit;
	}

div#outer {
	width: 1024px;
	height:728px;
	background-color:#fff;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	}
div#divheader {
	position:relative;
	background:#fff;
	width: 180px;
	height: 80px;
	padding:none;
	margin:none;
	float:left;
}
div#navigation {
	z-index:400;
	position:relative;
	background: #fff;
	width: 844px;
	height:80px;
	padding:none;
	margin:none;
	float:left;
	
}
div#navinner {
	background:inherit;
	padding-top:none;
	padding-bottom:none;
	width:auto;
	margin-left:70px;
	margin-right:70px;
	}
div#leftcol {
	position:relative;
	float:left;
	background: #fff;
	width: 167px;
	padding-right:5px;
	z-index:210;
	border:1px;
	border-color:#FFF;
	overflow:hidden;
	
}
div#content {
	position:relative;
	background:inherit;
	width: 850px;
	height: auto;
	float:left;
}
div#outerfoot {
	position:relative;
	background:inherit;
	width: 1024px;
	height:40px;
	margin-left:auto;
	margin-right:auto;
	
}
div#divfooter {
	background:inherit;
	width: auto;
	height: 40px;
	overflow:hidden;
}
div#image {
	height:auto;
	max-height:400px;
	padding:none;
	border:1px solid #eee;
	width:800px;
	float:left;
}
div#image :hover {
	overflow:visible;
}
div#image div {
	float:left;
	width:auto;
	padding-right:19px;
}

/*the relevance of the following tag is dubious at best jl 3/10/10*/
div#image div.caption {
	position:relative;
	float:left;
	width:auto;
	height:auto;
}
/* BEGIN the code for the top navigation */
#nav, #nav ul {
	z-index:1000;
	font-size:11pt;
	background-color:#a0a0a0;
	color:#111;
	margin:0;
	padding:1px;
	list-style:none;
}
#nav li {
	background-color:#a0a0a0;
	color:#111;
	float:left;
	padding:2px;
	margin:2px;
	list-style:none;
}
#nav li a {
	background-color:#a0a0a0;
	display:block;
	padding:1px;
}
#nav li ul {
	display:none;
	z-index:200;
}
#nav li a:link, #nav li a:visited {
	background-color:#768ab0;
	color:#fff;
	display:block;
	padding:1px;
	text-decoration:none;
}
#nav li a:hover {
	background-color:#8099c0;
	color:#111;
}
#nav li:hover ul, #nav li:focus ul {
	position:absolute;
	display:block;
}
#nav li ul li {
	float:none;
	border:1px solid #eee;
	background-color:#8099c0;
}

/* the following is for the left column navigation links jl-march 2010*/

#smaller {
	padding:none;
	margin:none;
	text-indent:-33px;
	background-color:inherit;
	font-family:Verdana, Geneva, sans-serif;
	font-size:8pt;
	list-style: none;
	}

 #smaller li {
	list-style:none;
	font-size:8pt;
	 }
#smaller li a {
	text-indent:none;
	text-decoration:none;
	color:#444;
	}	
#smaller li a:link {
	color:#446;
	}	
#smaller li a:visited {
	color:#644;
	}	
#smaller li a:hover {
	color:#464;
	}
#smaller li a:active {
	color:#844;
	}	
	
#smaller li ul {
	}

/* the following tags are for presenting information on the front Page
<--- BEGIN STUFF ON FRONT PAGE --->   */

.doubleColumn {
	-moz-border-radius:10px 10px 10px 10px;
	position:relative;
	height: 210px;
	width: 410px;
	float:left;
	z-index:145;
	padding:5px;
	border:1px solid #999;
	/*border: .025em solid #e5e5ff; */
	margin:3px;
	padding:3px;
	}

.wider { 
	position:relative;
	height:235px ;
	width:550px ;
	float: left;
	z-index:145;
	}
.narrower {
	position:relative;
	height:235px;
	width:300px;
	float:left;
	z-index:145;
	}
.infoholder {
	position:relative;
	background-color:#ccc;
	height:170px;
	width:270px;
	float:left;
	border: .025em solid #666;
	z-index:150;
	overflow:auto;
	
}
.newsholder {
	position:relative;
	background-color:inherit;
	height:270px;
	width:540px;
	float:left;
	z-index:150;
	overflow:auto;
	border:medium;
	border:1px solid #999;
	padding-left:5px;
	}
.methodsholder{position:relative;
	background-color:inherit;
	height:270px;
	width:294px;
	float:left;
	z-index:150;
	overflow:auto;
	border:1px solid #999;
	padding-left:5px;
	}
	
.largeSpace {/* this is for the large news ad methods area in the front page*/
	
	position:relative;
	background-color:inherit;
	height:auto;
	width:830px;
	float:left;
	z-index:150;
	border:1px solid #999;
	padding:5px;
	margin:3px;
	}
	/* END STUFF ON THE FRONT PAGE */
	
	
.twoColumn { /*this is for the download software page */
	position:relative;
	background-color:inherit;
	height:165px;
	width:400px;
	float:left;
	border: .025em solid #666;
	z-index:150;
	padding:5px;
	margin:5px;
}
.infoholder:hover {
	background-color:#fcc;
}
.infoholder a {
	color:#333;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:none;
}
.infoholder a:link {
	color:#555;
}
.infoholder a:visited {
	color:#f33;
}
.infoholder a:hover {
	color:#773;
}
.infoholder a:active {
	color:#FF0;
}
/* BEGIN the following section is for the links that occur in the columns on the left and right jarle Lillemoen 2/10/2010 */
.collinks a {
	color:#f00;
	text-decoration:none;
	list-style:none;
}
.collinks a:link {
	color:#008;
	text-decoration:none;
}
.collinks a:visited {
	color:#f33;
	text-decoration:none;
}
.collinks a:hover {
	text-decoration:none;
	color:#773;
}
.invisible {
	color:#eee;
}
 .lpart {background-color:inherit;}
 /* END the following section is for the links that occur in the columns on the left and right*/

/* END the following lines were added in relation to making the layout based around div instead of table. Jarle Lillemoen feb 10 2010*/

