@charset "utf-8";
/* CSS Document */
body {
	background-color:#666;}
div.header{
	height:100px;
	position:fixed;
	width: 100%;
	left:0px;
	top:0px;
	background-image:url(images/name.png);
	background-color:#999
	z-index:1;
	background-repeat:no-repeat;
	background-position:left;
	}
div.header{background-color:#666;}
div.headerextra{
	float:right
	top:0px;
	z-index:3;
	width:20%;
	}
img.NI{
	float:right;
	top:2px;
	z-index:2;
	}
img.randtop{
	left:0px;
	z-index:0;
	height:100px;
}
div.links{
	position:fixed;
	top:100px;
	border:#060, thin;
	height: 25px;
	width: 100%;
	left:0px;
	background-color:#9C6;
	z-index:1;
	}
div.container{
	width: 90%;
	top: 105px;
	position:relative;
	left: 5%;
	}
div.box{
	height: 200px;
	border:#930;
	position:relative;
	}
div.title{
	font-family:Arial, Helvetica, sans-serif;
	font-size:16pt;
	font-weight:bold;
	color:#FFF;
	height: 25px;
	padding-left:2%;
	padding-right:2%;
	}
div.description1{
	float:left;
	width:70%;
	height: 175px;
	left: 0px;
	padding-left:2%;
	background-color:#6CF;
	}
div.description2{
	float:right;
	width:70%;
	height: 175px;
	left: 0px;
	padding-right:2%;
	background-color:#6CF;
	}
div.fpimage1{
	width:25%;
	height:175px;
	float:right;
	}
div.fpimage2{
	width:25%;
	height:175px;
	float:left;
	}
img.scale{
	height:100%;
	}
h1{
	font-size:30pt;
	font-variant:small-caps}
h1.right{text-align:right;
	}
h1.left{text-align:left;
	}
	
a.menu {
	top: 100px;
	float:left;
	width:10%;
	text-decoration:none;
	background-image:url(images/bluestripe.jpg);
	padding:5px 2px;
	border-right:1px solid #000#666;
	border-left:1px solid #666;
	font-family:Arial, Helvetica, sans-serif;
	color:#FFF;
	font-size:10pt;
	text-align: center;
	}
	
li.one {display:inline}

ul.one{
	float:center;
	width:100%;
	list-style-type:none;
	font-weight: bold;
	position:fixed;
	right:1%;
	top: 83px;
	}