/*MidwestLRIG CSS*/
/*Basic Page */

html,
body {

	font-family:calibri, sans-serif;
	font-size: 100%;
	text-align:justify;
	background-color: white;
	background-image:none;
	margin:0;
  padding:0;
}

h1 {

	font-family:calibri, sans-serif;
	font-size: 100%;
	font-size:2.5em;
}

.subheader{font-size: .8em;}

h2 {
	font-family:calibri, sans-serif;
	font-size: 100%;
	font-size: 1.25em;}

h3 {
	font-family:calibri, sans-serif;
	font-size: 100%;
	font-size: 1em;}

p {
	font-size:0.875em;
	
}


/* Main Divs */

#content{
	background-color: white;
	border:none;
  margin:0;
  padding:0px,0px,0px,0px;
}

#header{
	display:block;
  font-family:trebuchet, sans-serif;
	margin:0;
  padding:0;
  height:130px;
	
	
}

#headermask{
	display:none;
  font-family:trebuchet, sans-serif;
  height:0;
  margin:0;
  padding:0;
}

#hnav{
	display:none;
  height:1px;
  margin:0;
  padding:0;

	
} 

#subnav{
  display:none;
  	margin:0;
  padding:0;
}

.navtitle {
	display:none; 

}

a.subnav, a.subnav:link, a.subnav:visited, .subchosen {
	 
	
} 


a.subnav:hover, a.subnav:active, .subchosen  {

	
}

.topbox, .box{ 
	background-color: white;
	border-style:solid; 
	border-color:#999999; 
	border-width:2px 0px 2px 0px;
  }

.topbox{ 
  background-color: white;
  border-width:2px 0px 0px 0px;
  }


#footer{
	
  
}	
