@charset "UTF-8";
/* CSS Document */
/* Written by Ben Szymanski */
/* Styles for NWOET 2010 Conference pages */
/* March 2010 */

/*-----Red Textured Background-----*/
html, body{
	height:100%;
	margin:0;
	padding:0;
	}
	
table{
	position: relative;
	}
	
img#bg {
	position:fixed;
	top:0;
	left:0;
	width:100%;
	}

/*-----Div Styles-----*/
	
div#wrap{
	width:100%;
	margin:0 auto;
	margin-top:5px;
	
	position:relative;
	z-index:1;
	
	font-family:Arial, Helvetica, sans-serif;
	}
	
/*-----Header Section-----*/
div#header{
	text-align:center;
	}
	
		
div#header .img-pos{
	margin-left:-10px;
	}

div#header .img-style{
	border:none;
	}
	

/*-----Menubar-----*/
div#menubar{
	width:765px;
	height:60px;
	margin:0 auto;
	
	position:relative;
	
	background-image:url(http://nwoet.org/conference/graphics/menuback.png);
	background-repeat:no-repeat;
	background-position:top;
	
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12pt;
	text-decoration:none;
	
	list-style:none;

	}
	
		
.navlist{
	padding-top:12px;
	}

/*-----Content Section-----*/
div#content{
	width:1024px;
	margin:0 auto;
	
	font-size:12pt;
	}
	
.footer{
	width:1024px;
	margin:0 auto;
	margin-top:30px;
	font-size:10pt;
	text-align:center;
	}

.text{
	font-size:12pt;
	text-align:center;
	width:700px;
	margin:0 auto;
	}
	
	
/*------Link Styles--------*/
a:link{
	color:rgb(50,50,50);
	margin-left:5%;
	text-decoration:none;
}

a:visited{
	color:rgb(50,50,50);
	margin-left:5%;
	text-decoration:none;
}

a:active{
	color:rgb(50,50,50);
	margin-left:5%;
	text-decoration:none;
}

a:hover{
	color:rgb(78,126,155);
	margin-left:5%;
	text-decoration:none;
}


/*-----Header Styles-----*/

h1{
	color:rgb(0,0,0);
	font-size:20pt;
	font-weight:bolder;
	
	text-align:center;
	}

h2{
	color:rgb(205,59,17);
	font-size:12pt;
	margin-left:15%;
	}

h3{
	color:rgb(38,110,183);
	font-size:10pt;
	margin-left:5%;
	}
