/* CSS Document */
body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #999999;
	margin: 0px;
	padding: 0px;
}

h1{
	font-size: 16px;
	text-align: center;	
}

h2{
	font-size: 14px;
	font-weight: bold;
	text-align: center;	
}

h3{
	font-size: 12px;
	text-align: center;
}

hr{
	margin: 10px;
	color: #000000;
	width: 400px;
}

label {
	display: block;
	padding-top: 15px;
}

input {
	display: block;
	width: 200px;
	border: 1px solid #000000;
}

input[type="submit"]{
	margin-top: 20px;
	margin-bottom: 50px;
	background-color:#666666
}


.word{
	font-variant: normal;
	font-weight: bold;
	text-transform: none;
	font-style: italic;
	text-decoration: blink;
}

.center{
	text-align: center;	
	margin-left:auto;
	margin-right:auto;
}


#ninewords{
	height:auto;
	width:600px;
	margin-left:auto;
	margin-right:auto;
	background-color: #FFFFFF;
	border-style: solid;
	border-color: #000000;
	position: relative;
}

#header{
	width:600px;
	height:50px;
	background-image: url(images/banner1.jpg);
}

#sitenav{
	width:100%;
	height:25px;
	background-color:#000000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #000000;
}

#sitenav ul{
	display: inline;
	list-style-type: none;
	margin:0;
	padding:0;
}

#sitenav li{
	display: inline;
	list-style-type: none;
	margin:0;
	padding:0;
	text-align: center;
}

#sitenav a{
	background-color:#000000
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color:#000000;
	text-decoration: none;
	display: block;
	float:left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000000;
	margin: 0;
	width: 109px;
	padding: 5px;
}

#sitenav a:hover{
	color: #000000;
	background-color: #FFFFFF;	
}


#topnav{
	width:100%;
	height:25px;
	background-color:#FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
}

#topnav ul{
	display: inline;
	list-style-type: none;
	margin:0;
	padding:0;
}

#topnav li{
	display: inline;
	list-style-type: none;
	margin:0;
	padding:0;
	text-align: center;
}

#topnav a{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color:#000000;
	text-decoration: none;
	display: block;
	float:left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
	margin: 0;
	width: 89px;
	padding: 5px;
}

#topnav a:hover{
	color: #FFFFFF;
	background-color: #000000;	
}


#pagecontent{
	margin-left: 70px;
	margin-right: 70px;
	margin-top: 10px;
	margin-bottom: 10px;

}

#sidenav{
	width: 100px;
	background-color:#FFFFFF;
	border: solid;
	border-color: #000000;
	position: absolute;
	z-index: 10;
	height: 189px;
	left: -50px;
	top: 100px;
	font-weight: bold;
	font-variant: small-caps;
}

#sidenav ul{
	list-style-type: none;
	margin:0;
	padding:0;
}

#sidenav li{
	list-style-type: none;
	line-height: 20px;
	display: inline;
}

#sidenav a{
	color:#000000;
	width:100px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
	display: block;
	padding-left: 3px;
}

#sidenav a:hover{
	color: #FFFFFF;
	background-color: #000000;	
}

#infobox{
	width: 150px;
	background-color:#FFFFFF;
	border: solid;
	border-color: #000000;
	position: absolute;
	z-index: 10;
	height: auto;
	left: 538px;
	top: 140px;
	padding: 2px;
	font-size: 11px;
}

#infobox2{
	width: 90px;
	background-color:#FFFFFF;
	border: solid;
	border-color: #000000;
	position: absolute;
	z-index: 10;
	height: auto;
	left: 550px;
	top: 300px;
	padding: 5px;
	font-size: 12px;
}

#infobox3{
	width: 120px;
	background-color:#FFFFFF;
	border: solid;
	border-color: #000000;
	position: absolute;
	z-index: 10;
	height: auto;
	left: 560px;
	top: 230px;
	padding: 5px;
	font-size: 12px;
}

#viewer{
	width: 50px;
	background-color:#FFFFFF;
	border: solid;
	border-color: #000000;
	position: absolute;
	z-index: 10;
	height: auto;
	left: 575px;
	top: 125px;
	font-weight: bold;
	font-variant: small-caps;
}

#viewer ul{
	list-style-type: none;
	margin:0;
	padding:0;
}

#viewer li{
	list-style-type: none;
	line-height: 20px;
	display: inline;
}

#viewer a{
	color:#000000;
	width:50px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
	display: block;
	padding-left: 3px;
}

#viewer a:hover{
	color: #FFFFFF;
	background-color: #000000;	
}

#viewer2{
	width: 50px;
	background-color:#FFFFFF;
	border: solid;
	border-color: #000000;
	position: absolute;
	z-index: 11;
	height: auto;
	left: 575px;
	top: 510px;
	font-weight: bold;
	font-variant: small-caps;
}

#viewer2 ul{
	list-style-type: none;
	margin:0;
	padding:0;
}

#viewer2 li{
	list-style-type: none;
	line-height: 20px;
	display: inline;
}

#viewer2 a{
	color:#000000;
	width:50px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
	display: block;
	padding-left: 3px;
}

#viewer2 a:hover{
	color: #FFFFFF;
	background-color: #000000;	
}

