body {
	margin:1px;
	font-family: Arial, Helvetica, sans-serif;

	}


/**********************************************
 * Header Stuff
 */

#pageHeader {
	background:#646464;
	margin:1px;
	height: 74px;

	}
	
#pageHeader a img {
	border-style:none;
}

#leftLogo {
	float:left;

	}
#rightLogo {
	float:right;
	}
*.menuBar {

	background:#848776;
	margin-left: 1px;
	margin-right: 1px;
	margin-top: 2px;
        margin-bottom: 0px;

	padding-left:13px;
	padding-top: 3px;
	padding-bottom: 3px;

	font-size: 10px;
	}

*.menuBar a {
	padding-left: 10px;
	padding-right: 10px;
	text-decoration:none;
	}

*.menuBar a:hover {
	text-decoration: underline;
	}

#pdMenuBar a {
	color: #FFFFFF;
	/*color: #990000;*/
	}

#seMenuBar a {
	color: #FFFFFF;
	/*color: #004c6c;*/
	}

#menuBarBottom {
	background: #d9d6bc;
	height: 20px;

	margin-left: 1px;
	margin-right: 1px;
	margin-top: 2px;

	}

/*******************************************
 * Page content
 */

#mainPageTable {
	width:100%;



	}

#leftBar {
	background: white;/* #d9d6bc; */

/*	position:absolute;
	left:0px;
	top:117px;
*/

	margin-left: 1px;
	margin-right: 1px;
	margin-top: 2px;
	margin-bottom: 1px;

	padding: 0px;

	width :220px;

	vertical-align:top;
}

#pdLeftBarHead {

	height: 24px;
	font-style:  italic;
	color: #ffffff;
	font-size: 16px;
	background: #990000;
	text-align: center;

	margin-top: 0px;

	padding-top: 3px;
	padding-bottom:0px;
	}

#seLeftBarHead {
	height: 24px;
	font-style:  italic;
	color: #ffffff;
	font-size: 16px;
	background: #004c6c;
	text-align: center;

	margin-top: 0px;

	padding-top: 3px;
	padding-bottom:0px;
	}

#leftBarContent {

	background: #d9d6bc;

	padding-left:13px;
	padding-right:13px;
	padding-top:1px;
	padding-bottom:1px;

	margin-top:2px;
	margin-bottom:1px;

	}

#leftBar p {

	background: #e5e2d0;

	margin-top:4px;
	margin-bottom:4px;
	padding:20px;

	}


#pageContent {
	background:#f5f5eb;

	/* position:absolute;
	left:222px;
	top:117px;
	right: 136px; */

	margin-left: 1px;
	margin-right: 1px;
	margin-top: 2px;

	padding-top:100px;
	padding-left:80px;
	padding-right:60px;
	padding-bottom: 60px;

	vertical-align:top;

	}

#rightBar {
	background: #a7af9e;

	width:115px;

	margin-left: 1px;
	margin-right: 1px;
	margin-top:2px;
}

#pageFooter {

	height:20px;
	width:100%;
	margin-left: 1px;
	margin-right: 1px;
	margin-bottom: 1px;

	background: #868475;

	color:#CCCCCC;
	font-size:10px;
	text-align: center;
	padding-top: 3px;
	padding-bottom: 0px;
	}


/*********************************************
 * Text formatting
 */
.bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #666666;

	
}

.bodytext :link {

	color: #004F6F;

}
.bodytext :visited {

	color: #4F4F4F;

}

.bodytext h2 {
  font-size:16px;
}

.bodytext h3 {
  font-size:14px;
}
