@charset "utf-8";
/* CSS Document */
body {
	background-color: #ebf3d5; font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	background-image: url(images/bkgrnd.gif);
	background-repeat: repeat-x;
	margin-top: 0px;
}
.caption {
	font-size: 8pt;
	line-height: 14pt;	
}
.headerLarge {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-weight: bold;
	color: #788063;
}
.headerSmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #788063;
}
.imageRight {
	border: 1px solid #c9d6a6;
	padding: 3px;
	margin-left: 6px;
}
.imageLeft {
	border: 1px solid #c9d6a6;
	padding: 3px;
	margin-right: 6px;
}
#mainBodyWrap {
	/*width:1000px;*/ 
	background-color:#000; text-align:center;
}
#headerMain {
	background-color: #788063;
}
#menuWrap {
	width: 968px; background-color: #b99503; margin-left: 15px;
	border-left: solid 1px black;
	border-right: solid 1px black;
	border-top: solid 1px black;
}
#contentWrap {
	width: 968px; background-color: #fff; margin-left: 15px; margin-right:  15px;
	background-image: url(images/contenWrapBkgrnd.gif);
	background-repeat: repeat-y;
	border-left: solid 1px black;
	border-right: solid 1px black;
}
#leftColumn {
	float: left;
	width: 200px;
	background-color: transparent;
	padding: 10px;
	font-size: 8pt; color: #243315;
	/*border-top: solid 1px black;*/
}
#leftColumn a {
	text-decoration: underline;
	color: #515642;
}
#leftColumn a:hover {
	text-decoration: none;
	color: #e08452;
}
#leftColumn li{
	margin-left: -25px;
	padding-bottom: 2px;
	text-align: left;
}
#rightColumn {
	float: right;
	width: 720px;
	background-color: White;
	padding: 8px;
	font-size: 9pt; color: #243315; text-align: left; line-height: 16pt;
/*	border-top: solid 1px black;*/
	color: #3b3b3b;
}
#rightColumn a {
	text-decoration: underline;
	color: #788063;
}
#rightColumn a:hover {
	text-decoration: none;
	color: #e08452;
}
#rightColumnInsert {
	float: right;
	width: 190px;
	background-color: #fffdea;
	padding: 4px;
	font-size: 8pt; color: #243315; text-align: left; line-height: 12pt;
	border: solid 1px #f4efc9;
	margin-left: 15px;
}
#rightColumnInsert a {
	text-decoration: underline;
	color: #788063;
}
#rightColumnInsert a:hover {
	text-decoration: none;
	color: #e08452;
}
#rightColumnInsert li{
	margin-left: -20px;
	padding-bottom: 4px;
}
#footer {
	width: 968px; 
	background-color: #fdd9af; 
	margin-left: 15px; 
	color: #243315; 
	font-size: 8pt; 
	padding-top: 4px; 
	padding-bottom: 4px;
	border-left: solid 1px black;
	border-right: solid 1px black;
	border-bottom: solid 1px black;
	border-top: solid 1px #788063;
}
#footer a {
	color: #243315; 
	font-size: 8pt; 
	text-decoration: none;
}
#footer a:hover {
	color: #243315; 
	font-size: 8pt; 
	text-decoration: underline;
}