

/* -------------- GLOBAL RESTATEMENTS -------------- */
/* begin */

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, cite, code, del, em, img, ins, strong, sub, sup, dd, dl, dt, li, ol, ul, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0; 
	padding: 0;
	border: 0;
	}
ol,
ul, 
dl, 
dd {
	position: relative;
	}

/* end */









/* -------------- BASICS -------------- */
/* begin */

body {
	font-family: Trebuchet, Trebuchet MS, sans-serif;
	font-size: 12px;
	color: black;
	line-height: 1.5;
	text-align: center;
	}




h1 {
	padding: 0 0 10px;
	line-height: 20px;
	font-size: 23px;
	color: #818157;    /* green */
	}
h2 {
	padding: 4px 0 4px;
	font-size: 16px;
	color: #818157;    /* green */
	}
h3 {
	padding: 2px 0 2px;
	font-size: 14px;
	color: #818157;    /* green */
	}
h4 {
	padding-top: 0;
	font-size: 11px;
	color: #666;
	}
h5 {
	font-size: 11px;
	padding-top: 0;
	color: #666;
	}
h6 {
	font-size: 11px;
	padding-top: 0;
	color: #666;
	}
p,
.pod ol,
.pod ul {
	padding: 0 0 10px;
	padding: 0 0 1em;
	}
#content li {
	margin-left: 2em;
	}

dl {
	margin-bottom: 10px;
	margin-bottom: 1em;
	}
dt {
	font-weight: bold;
	}
dd {
	margin: 0 0 0 20px;
	margin: 0 0 0 2em;
	padding: 0 0 10px;
	padding: 0 0 1em;
	}
blockquote {
	margin: 0 20px 0; 
	margin: 0 1em 0; 
	}
form {
	display: inline;
	}




a:link, 
a:visited {
	text-decoration: none;
	color: #006892;    /* blue */
	}
a:hover, 
a:active {
	color: #CC9933;    /* butterscotch */ 
	text-decoration: underline;
	}






/* -------------- basic parts -------------- */
/* begin */


#page {
	position: relative;
	width: 960px;
	margin: 0px auto;
	text-align: left;
	}






/* -------------- header -------------- */
/* begin */

#header {
	z-index: 800;
	clear: right;
	height: 196px;
	padding: 10px 0;
}




#nPrimary {
	}


/* end */






/* -------------- content -------------- */
/* begin */

#content {
	z-index: 900;
	clear: both;
	padding: 30px 0 0 24px;
	}





#right {    /* hacked for IE 6 */
	position: relative;
	z-index: 700;
	float: right;
	margin: -120px 0 20px;
	padding: 20px 10px;
	width: 202px;    /* 222 - padding */
	color: white;
	background: url(/includes/files/base/images/rightBG.gif) left top no-repeat #006892;    /* blue */
}
	#ie6 #right {
		margin-top: -130px;
	}




#main {
	position: relative;
	float: left;
	z-index: 10;
	width: 448px;
	padding-bottom: 20px;
	}

/**/	#main li,
	#main .pod li {
		margin-left: 28px;
		padding-bottom: 6px;
		}


/* end */






/* -------------- footer -------------- */
/* begin */



#footer {
	color: #999;
	clear: both;
	font-size: 10px;
	padding: 10px 10px 10px 24px;
	border-top: 1px solid #818157;    /* green */
}
	#footer a:link,
	#footer a:visited {
		color: #666;
	}
	#footer a:hover {
		color: #333;
	}
	#footer p {
		margin: 0;
		padding: 0;
	}
	#footer ul {
/*		font-size: 10px; */
		margin: 0;
	}
		#footer ul li {
			list-style: none;
			float: left;
			margin-right: 20px;
		}


/* end */



























/* -------------- Front/Admin crossover styles -------------- */
/* begin */


.alignLeft {
	float: left;
	}
.asset.alignLeft {
	margin-right: 10px;
	border: 0px solid red;
	}
img.alignLeft {
	float: left;
	padding: 0 8px 4px 0;
	}

.alignRight {
	float: right;
	}
.asset.alignRight {
	margin-left: 10px;
	}
img.alignRight {
	float: right;
	padding: 0 0 4px 8px;
	}

.alignCenter,
.alignCenter img {
	display: block;
	margin: 0 auto;
	}

span.caption {
	display: block;
	padding: 2px 0 4px;
	font-size: 10px;
	font-style: italic;
	}






/* -------------- standard tags for basic/global functionality -------------- */
/* begin */

#createdBy {
	display: none;
	}

.fileDetails {
	font-size: 10px;
	color: #555;
	}

.hidden {
	display: none;
	}

.printOnly {
	display: none;
	}

.access {    /* !  */ 
	position: absolute;
	left: -9000px;
	width: 0;
	height: 0;
	overflow: hidden;
	}
