/*************************************************************
Drill page specific style sheet

When defining styles, for consistency,
use a similar order for definitions.

1. Display & Positioning (display, position, left, etc.)
2. Box model items (margin, padding, border, etc.)
2a. top right bottom left for box measurements
3. Sizes (width, height) *Don't forget the box model hack
4. Appearance items (background, font, color, etc.)
*************************************************************/

/*/////
HIDDEN ELEMENTS
*/

.header #utilNav, .header #mainNav, .header #actNav, .header a.logo, .header a.logo-interior
	{
	display: none;
	}

#structure .left, #structure .right
	{
	display: none;
	}
	
#footer, #poweredBy
	{
	display: none !important;
	}  
#pageprint {
   display: none;
}
	
/*/////
CONTENT ELEMENTS
*/

body
	{
	font: .7em Verdana, Arial, sans-serif;
	color: #006699;
	}

.header
	{
	margin-bottom: 15px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #006699;
	}

.text-area
	{
	margin-top: 20px;
	}

h1
	{
	margin: 0 0 5px 0;
	padding: 0;
	font-size: 1.5em;
	}
h2
	{
	margin: 0 0 5px 0;
	padding: 0;
	font-size: 1.3em;
	}
h3
	{
	margin: 0 0 5px 0;
	padding: 0;
	font-size: 1.2em;
	}
h4
	{
	margin: 0 0 5px 0;
	padding: 0;
	font-size: 1.1em;
	}
p
	{
	margin-top: 0;
	padding-top: 0;
	}
	
a, a:visited
	{
	color: #03ACFE;
	}

