/* 	Info
---------------------------------------- 
CSS:  Master
Author: Kurtis Best
Modified: March 21, 2006
Version: 1.0
Description: Provides the basic layout, fonts and font-size for the themed documents
*/

/* 	Body
---------------------------------------- */
body {
	background: #F4F4F4;/*#F4FFDF;*/
	width: 760px;
	padding: 0;	
	/*margin-left: auto;
	margin-right: auto;	/*uncomment to center*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
}


/* 	Header
---------------------------------------- */
#HeaderPanel {
	height: 48px;
}
#HeaderPanel #Title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	text-transform: uppercase;
	padding-left: 10px;
	margin: 0px;
}
#HeaderPanel #Tracker {
	display: none;
}
#HeaderContent {
	display: none;
}
#MissionStatement {
	display: none
}

/* 	Footer
---------------------------------------- */
#FooterPanel {
	text-align: left;
	height: 20px;
	padding-top: 10px;
}


/* 	General Navigation
---------------------------------------- */
#NavTop, #NavMain, #NavBottom, .ContentNav {
	display: none;
}

/* 	Content
---------------------------------------- */
.Article {
	color: #000000;
	text-align: justify;
	font-size: 11px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	width: 80%;
}
/* IE HACK*/
* html .Article {
	width: 100%;
}
.Article .ArticleTitle {
	font-size: 12px;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #000000;
}
.Article h3 {
	font-size: 12px;
}
.Article h2 {
	font-size: 14px;
}

.Article h1 {
	font-size: 16px;
}
.Article h3, .Article h2, .Article h1 {
	font-weight: bold;
}
.Article li {
	padding-top: 5px;
}

.noprint {
	display: none;
}
