/*//////////  STRUCTURAL  //////////*/
body {
	margin : 0;
	padding : 0;
	background-color : white;
	font-family : arial, helvetica, sans-serif;
	font-size : 10pt;
	}
#wrapper {
	}
#printheader {
	text-align : right;
	color : #000;
	font : 8pt franklin gothic book, tahoma, verdana, helvetica, sans-serif;
	margin-bottom : .5in;
	}
#printheader img {
	float : left;
	}
#header {
	display : none;
	}
#headtop {
	display : none;
	}
#headmiddle {
	display : none;
	}
#headbottom {
	display : none;
	}
#headbottom_section {
	display : none;
	}
#main {
	}
#content {
	}
#childnav {
	display : none;
	}
#footer {
	display : none;
	}
/*/////////  TEXT STYLING  //////////*/
#footer p {
	display : none;
	}
h1 {
	font-size : 11pt;
	font-weight : bold;
	color : #09f;
	margin-bottom : .25in;
	}

#section h1 span.hide {
	display : block;
	font-size : 11pt;
	font-weight : bold;
	color : #005aac;
	}
h2 {
	font-size : 10pt;
	font-weight : bold;
	color : #09f;
	}
h2.region {
	text-align : right;
	border-bottom : 1px solid #ccc;
	}
h2.wilspec {
	}
p {
	line-height : 14pt;
	}
a, a:active {
	color : #000;
	text-decoration : none;
	}
a:hover {
	color : #000;
	text-decoration : none;
	}
ul {
	list-style-type : square;
	list-style-position : outside;
	}
li {
	list-style-type : square;
	list-style-position : outside;
	margin-bottom : .5in;
	}
table.splitcontent thead, table.splitcontent tfoot {
	display : none;
	}
/*/////////  UTILITY  //////////*/	
.floatl {
	float : left;
	}
.floatr {
	float : right;
	}
img.inlinel {
	display : none;
	/*float : left;
	margin : 0 5px 5px 0;*/
	}
img.inliner {
	display : none;
	/*float : right;
	margin : 0 0 5px 5px;*/
	}
/*/////////  FORM STYLING  //////////*/
form {
	display : none;
	}
/*/////    MAIN / TOP NAVIGATION    ///////////*/
#mainnav {
	display : none;
	}
/*////////  SECONDARY NAVIGATION  /////////*/
#childnav ul {
	display : none;
	}
/*/////////////  STYLE SWITCHING  //////////////*/
#graphical {
	display : none;
	}
#textonly {
	display : none;
	}