body {
	font-size: 0.7em;
	background: #000 url(../images/bgnd.gif) repeat-x;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: #000;
}

* {
	margin: 0;
	padding: 0;
}

a {
	text-decoration: none;
	color: #A98C52;
}

a:hover {
	text-decoration: underline;
	color: #806735;
}

.centralColumn800 {
	width: 780px;
	text-align: left;
	margin: 0 auto 0 auto;
}

.flashBanner {
	width: 796px;
	margin: 0 auto 10px auto;
}

.logo {
	padding: 10px 0 10px 0;
}

/* ------------------------------------------------------ */
/* the top menu code starts here 								 */
/* ------------------------------------------------------ */

.topMenuItems {
	float:left;
	padding: 0;
	margin: 0;
	font-size: 1.3em;
}
	
.subMenuItems {
	border: 1px solid #686248;
	margin: 0 0 10px 0;
	float:left;
	padding: 2px 2px 0 2px;
	font-size: 1.1em;
	font-weight: bold;
	position: relative;
	line-height: 145%;
	top: -3px;
}
	
.subMenuItems a, .subMenuItems img {
	float: left;
	padding: 2px 5px 2px 5px;
	margin: 0;
	color: #FFF;
}
	
.subMenuItems a:hover {
	text-decoration: none;
	background-color: #686248;
	color: #FFF;
}
	
/* ------------------------------------------------------ */
/* the portlet code starts here 									 */
/* ------------------------------------------------------ */

.columnLeft, .columnMiddle, .columnRight, .columnWide, .columnFull {
	float: left;
	margin: 0;
	padding: 0;
	border: 0;
	color: #666;
}

.columnLeft, .columnRight {
	width: 190px;
}

.columnMiddle {
	width: 384px;
	margin: 0 8px 0 8px;
}

.columnWide {
	width: 582px;
	margin: 0 8px 0 0;
}

.columnFull {
	width: 780px;
	margin: 0;
}

.portletThin .footer, .portletMedium .footer, .portletWide .footer, .portletFull .footer {
	height: 7px;
}

.portletThin, .portletThin .header, .portletThin .footer .portletMedium, .portletMedium .header, .portletMedium .footer, .portletWide, .portletWide .header, .portletWide .footer, .portletFull, .portletFull .header, .portletFull .footer {
	margin: 0;
	padding: 0;
	border: 0;
}

.portletThin .header {
	background: url(../images/header_thin.gif) no-repeat;
}

.portletThin .footer {
	background: url(../images/footer_thin.gif) no-repeat;
	margin-bottom: 8px;
}

.portletMedium, .portletMedium .header, .portletMedium .footer {
	width: 384px;
}

.portletMedium .header {
	background: url(../images/header_medium.gif) no-repeat;
}

.portletMedium .footer {
	background: url(../images/footer_medium.gif) no-repeat;
}

.portletWide, .portletWide .header, .portletWide .footer {
	width: 582px;
}

.portletWide .header {
	background: url(../images/header_wide.gif) no-repeat;
}

.portletWide .footer {
	background: url(../images/footer_wide.gif) no-repeat;
}

.portletFull, .portletFull .header, .portletFull .footer {
	width: 780px;
}

.portletFull .header {
	background: url(../images/header_full.gif) no-repeat;
}

.portletFull .footer {
	background: url(../images/footer_full.gif) no-repeat;
}

.header {
	height: 31px;
	font-size: 1.2em;
	font-weight: bold;
	line-height: 200%;
	color: #FFF;
}

.header #headline {
	padding-left: 11px;
}

.portletContent {
	background-color: #FFF;
	padding: 10px;
	line-height: 120%;
}

.portletWide .portletContent {
	line-height: 150%;
}

/* ------------------------------------------------------ */
/* the portlet code starts here 									 */
/* ------------------------------------------------------ */

.readMore {
	text-align: right;
	padding: 10px 10px 0 0;
}

h1 {
	font-size: 1.6em;
	padding: 10px 0 10px 5px;
	background: url(../images/h1_bgnd.gif) repeat-y;
}

h2 {
	font-size: 1.3em;
	padding: 25px 0 5px 0;
	margin-bottom: 10px;
	border-bottom: 1px solid #D4CBB9;
}

hr {
	height: 1px;
	background-color: #EEE;
	color: #EEE;
	border: 0px;
	margin: 10px 0 10px 0;
}

.portletContent li {
	margin: 5px 0 5px 30px;
}

.portletContent p {
	padding: 5px 0 5px 0;
	line-height: 150%;
}

.quoteSource {
	text-align: right;
	font-size: .9em;
}

.accent {
	background-color: #F1EADD;
}

.accent td {
	background-color: #FFF;
	padding: 3px;
}

.accent th {
	background-color: #EADFCB;
	color: #000;
	font-weight: bold;
	padding: 3px;
}

.stripe td {
	background-color: #F8F4EE;
}

/* ------------------------------------------------------ */
/* page images positioning				 	    		  */
/* ------------------------------------------------------ */
.meeting {
	float: right; 
	position: relative; 
	left: 10px; 
	margin-left: -234px;
	top: 194px; 
}

*html .meeting {
	top: 184px; 
}

/* ------------------------------------------------------ */
/* the form code starts here	 	    		  */
/* ------------------------------------------------------ */

.portletContent label {
	float: left;
	clear: left;
	width: 150px;
	margin: 5px 0 0 0;
}

.portletContent input, .portletContent submit, .portletContent select {
	float: left;
	margin: 2px 0 2px 0;
}

/* ------------------------------------------------------ */
/* the footer code starts here 				  */
/* ------------------------------------------------------ */

.pageFooter {
	color: #999;
	padding-top: 10px;
}

.pageFooter a {
	color: #EBD87F;
}




/* PRINT CSS - The Print Stylesheet - BELOW HERE */
@media print { 

}

