/* Site Default */
body {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #ffffff;
	color: #003300;
	line-height: 1.2em;
	margin-top: 0px; 
	margin-left: 0px; 
	margin-right: 0px; 
	margin-bottom: 0px;
}

mainFont {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003300;
	line-height: 1.2em;
}

/* Font Sizes */
.s4  { font-size: 4px; }
.s6  { font-size: 6px; }
.s8  { font-size: 8px; }
.s9  { font-size: 9px; }
.s10 { font-size: 10px; }
.s11 { font-size: 11px; }
.s12 { font-size: 12px; }
.s14 { font-size: 14px; }
.s18 { font-size: 18px; }
.s20 { font-size: 20px; }
.s24 { font-size: 24px; }
.s28 { font-size: 28px; }
.s32 { font-size: 32px; }
.s36 { font-size: 36px; }
.s48 { font-size: 48px; }

.sizeTiny { font-size: 80%; }
.sizeSmall { font-size: 90%; }
.sizeNormal { font-size: 100.1%; }
.sizeBig { font-size: 130%; }
.sizeHuge { font-size: 160%; }

.left { text-align: left; }
.center { text-align: center; }
.right { text-align: right; }

/* Color Definitions */
.black { color: #000000; }
.white { color: #ffffff; }
.gray { color: #666666; }
.cText { color: #000000; }
.cInverse { color: #ffffff; }


/* Text Modifiers */
.bold { font-weight: bold; }
.italic { font-style: italic; }
.underline { text-decoration: underline; }
.inverse { 
	color: #ffffff;
	background-color: #003300;
}

/* Leading */
.leadingNormal { line-height: 1em; }
.leadingTight { line-height: .8em; }
.leadingBig { line-height: 1.5em; }
.leadingHuge { line-height: 2em; }

/* Links */
a {
	color: #003300;
	font-size: inherit;
	font-weight: bold;
	text-decoration: underline;
}
a:HOVER {
	color: #ffffff;
	background-color: #003300;
}

/* Specials */
.dnone { display: none; }

/* Semantic Destylizing */
h1,h2,h3,h4,h5,h6 { 
	display: inline;
	
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003300;
	line-height: 1.2em;
	font-weight: normal;
}

/* Site Specific Stuff */
.bpad5 { margin-bottom: 5px; }
.popout {
	margin-left: 10%;
	margin-right: 10%;
	padding: 1em 1em 1em 1em;
	background-color: #dff8be;
	color: inherit;
	font-style: italic;
	font-size: 12px;
	font-weight: bold;
	border-style: solid;
	border-width: 1px 2px 2px 1px;
	border-color: #001100;
}
#mainBody {
	background-image: url("/graphics/left_middle.gif");
	background-repeat: repeat-y;
	position: absolute;
	top: 147px;
	left: 0px;
}
#header {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
}
#stretchTopBar {
	background-image: url("/graphics/top_bar.gif");
	background-repeat; repeat-x;
	background-position: 0 0;
}
.stretchBottomBar {
	background-image: url("/graphics/foot_bar.gif");
	background-repeat; repeat-x;
	background-position: 0 0;
}
#contentArea {
	position: relative;
	z-index: 10;
	margin-left: 0em;
	margin-top: 1em;
	margin-bottom: 2em;
	margin-right: 3.5em;
}
#leftPanel {
	position: absolute;
	z-index: 20;
	top: 160px;
	left: 3px;
	width: 163px;
}
.categoryPad {
	margin-left: 5px;
	margin-right: 0px;
	margin-top: 2px;
	margin-bottom: 0px;
}
.categoryOn {
	font-family: "Trebuchet MS", arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-align: left;
	background-color: #1f3206;
	color: #d4eeb1;
}
.categoryOff {
	font-family: "Trebuchet MS", arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-align: left;
	background-color: inherit;
	color: #1f3206;
}
.submenuPad {
	margin-left: 0px;
	margin-right: 5px;
	margin-top: 1px;
	margin-bottom: 1px;
}
.submenuOn {
	font-family: "Trebuchet MS", arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: right;
	background-color: #1f3206;
	color: #d4eeb1;
}
.submenuOff {
	font-family: "Trebuchet MS", arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: right;
	background-color: inherit;
	color: #1f3206;
}
.violetBar {
	height: 11px;
	background-image: url('/graphics/violetbar.gif');
	background-repeat: repeat-x;
	background-position: 0 0;
}

#bbblogo {
	position: relative;
	z-index: 20;
	height: 60px;
	width: 50px;
	top: -120px;
	left: 40px;
}

.pmiLogo { color: #ffffff; }
.A.pmiLogo { font-weight: bold; font-size: 9px; text-decoration: none; }