body {
	margin: 0;
	padding: 5px 0 0 0;
	background: #A1C348 url(i/bg3.jpg) repeat-x;
	background-color: #A1C348; /*A0C446; /*FEFECA;*/
	font: 12px Arial, Helvetica, Sans-Serif;
	color: #333333;
}


/*** header tabs ***/

#tabs {
	float: left;
	padding-bottom: 2px;
	width:100%;
	background-color: #A0C446;  /* A0C446   #BBD9EE;*/
	color: #FFF888;
	/*line-height: normal;*/
	border: 0px double black; /*#9AAC58;*/

}

#tabs ul {
	margin:0;
	padding: 2px 10px 12px 20px;
	list-style: none;
}

#tabs li {
   display:inline;
   margin:0;
   padding:0;
}

#tabs a {
	float: left;
	background-color: #FFED9D;
	border: 1px solid #A1C348;
	margin: 0 1px;
	padding: 0 0 0 5px;
	text-decoration: none;
}

#tabs a span {
	float: left;
	display: block;
   /*background: url("i/1tabright.gif") no-repeat right top;*/
   padding: 5px 15px 4px 4px;
   color: #000000;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabs a span {float:none;}

/* End IE5-Mac hack */
#tabs a:hover span { color: #3399CC; }
#tabs a:hover { background-position:0% -42px; }
#tabs a:hover span { background-position:100% -42px; }


/*** header ***/

#header {
	position: relative;
	background: #FFF848 url(i/headerbg.gif) repeat-x 0% 100%;	
   background-color: #FFF;
	height: 85px;
}

#header h1 {
	position: absolute;
	font: Arial, Helvetica, Sans-Serif;
	font-weight:bold;
	font-size: 24px;
	color: #0066CC;
	top: 0;
	left: 120px;
}

#header img {
	padding-left: 130px;
}


/*** links ***/

a {
	color: #003366;
	background-color: inherit;
	text-decoration: none;
}

a:hover {
	color: #000000;
	background-color: #FFFFCC;
}


h1 { font-size: 1.5em; } 
h2 { font-size: 1.4em; text-transform:uppercase;}
h3 { font-size: 1.4em; }
h1, h2, h3 { margin: 10px 15px 0px 10px; }
p, h1, h2, h3 { margin: 10px 15px; }


/*** images ***/

img { border: 1px solid #CCC; }
img.no-border { border: none; }
img.float-right { margin: 5px 0px 5px 15px; }
img.float-left  { margin: 5px 15px 5px 0px; }

a img { border: 2px solid #568EB6; }

a:hover img {  
  	border: 0px dotted #CCC !important; /* IE fix*/
  	border: 0px dotted #568EB6;
}

.no-u { text-decoration:none; font-variant:small-caps}

#article {
	margin: 5px 0 5px 0px;
	padding: 5px 0px 0px 11px;
	text-align: left;
}

#article.wborder { 
	border-left: 1px dotted #BAD3E4; 
   padding-left: 11px;
} 

#article.border { 
	border: 1px dotted #BAD3E4; 
   padding-left: 11px;
} 

#article.bg { 
	border: 1px dotted #BAD3E4; 
   padding: 11px;
	background-color:#FFFFEE;
} 

#article.bg2 { 
	border: 1px dotted #BAD3E4; 
   padding: 11px;
}

/*** main content ***/

#wrapper {
	background-color: #FFFFFF;
	vertical-align: top;
	/*width: 780px;*/
	min-width: 750px;
	min-height: 600px;
	width: 95%;
	margin: 0 auto; /* auto;*/
	text-align: left; 	
}

#content-wrapper {
	text-align: left;
	background-color:#FFFFFF;
	vertical-align: top;
	width: 100%;
   height: 100%;
}

#main {
	margin-left: 11em; /*8*/
	margin-top: 10px;
	margin-right: 190px;
	padding: 5px 10px 0px 12px;
	/*	width: 55%;	*/
	font-size: 12px;
	height: inherit;
}

#main h1 {  color: #4284B0; }
#main h3 {  font-weight: normal; color: #4284B0; }
#main li {	line-height: 20px; }
#main a  {	color: #000066;  text-decoration:underline; }

#main #small { font-size: 12px;  color: #333; }
#main #top   { font-size:  9px;  color: #333; }

#maindetails {
	margin-left: 11em; /*8*/
	margin-top: 10px;
	padding: 5px 10px 0px 12px;
	/*	width: 55%;	*/
	font-size: 12px;
	height: inherit;
}

#rightdetails {
	float: right;
	width: 260px;
	padding: 0 0 0 10px;
	margin-top: 8px;
	margin-left: 10px;
	border-left: 1px dotted #29526D;
	height: inherit;
}


/*** pledge table ***/

.p-header {
	color: #D04438;
	line-height: 18px;
	font-size: 14px;
	font-weight: bold;
	
}

.p-title {
	background-color: #EFF1E4;
	color: #D04438;
	line-height: 30px;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}

.p-red-title {
	color: #D04438;
	background-color: #EFC1B4;
	font-size: 22px;
	line-height: 30px;
	font-weight: bold;
	text-align: center;	
}

.p-green-title {
	color: #89A14C;
	background-color: #D9DFC4;
	font-size: 22px;
	line-height: 30px;
	font-weight: bold;
	text-align: center;
}

.p-orange-title {
	color: #DE6434;
	background-color: #F1BFA5;
	font-size: 22px;
	line-height: 30px;
	font-weight: bold;
	text-align: center;
}

.p-yellow-title {
	color: #F2BD31;
	background-color: #F8F6C8;
	font-size: 22px;
	line-height: 30px;
	font-weight: bold;
	text-align: center;
}

.p-blue-title {
	color: #276CAD;
	background-color: #B9C8E3;
	font-size: 22px;
	line-height: 30px;
	font-weight: bold;
	text-align: center;
}

.p-text {
	color: #000000;
	line-height: 20px;
	font-size: 14px;
	text-align: center;	
}

#lefttext {
	text-align: left;
}

.checkleft {
	width: 50px;
	text-align: right;
	vertical-align: top;
}


/*** left column ***/

#sidebar {
	list-style: none;
	float: left;
	width: 11em;
	display: inline;
	margin: auto;
	background-color: #FAFAEA; /* FFFFF0 FAFAEA #A1C348; */
	vertical-align:top;
	border-right: 1px #A1C348 dotted;
}


#sidebar h1 {
	font-size: 14px;
	margin-top: 15px;
	font-weight: normal;
	color: #006000;
}


#sidebar ul.sidemenu {
	list-style:none;
	margin: 10px 0 10px 10px;
	padding:0;		
}

#sidebar ul.sidemenu li {
	margin-bottom: 1px;
	border: 0px solid #f2f2f2;
}

#sidebar ul.sidemenu a {
	display:block;
	color: #00003F;
	text-decoration:none;
	padding: 4px 5px 8px 6px;
	border-left: 1px dotted #C9C9CC;  /*4284B0*/
}

* html body #sidebar ul.sidemenu a { height: 18px; }

#sidebar ul.sidemenu a:hover {
	background-color: #FFFFCC;
	color: #000;
	border-left: 1px solid #29526D;
}

#sidebar h1 a {
	color: #006000;
}



/*** right col ***/

#rightcol {
	float: right;
	width: 190px;
	padding: 0 0 0 0px;
	margin-top: 10px;
	border-left: 1px dotted #29526D;
height: inherit;
}

#rightcol h1 {
	margin: 10px 10px 10px 20px;
	font-size:12px;
}

#rightcol p {
	margin: 5px 8px 10px 11px;
	font-size: 12px;
}

#rightcol p.list { line-height: 20px; }
#rightcol a { text-decoration:none; }
#rightcol a.hover { text-decoration: underline; }




/*** footer ***/

#footer1 {
	clear: both;
	padding: 10px;
	color: #000;
	background-color: #CBD7B9;  /* FAFAEA */
	border-top: 1px solid #999; /*#708051;*/
	font-size: 11px;
	text-align: justify;
	height: 50px;
}

#footer {
	clear: both;
	padding: 1px 0 5px 0;
	color: #FFFFCC;
	background-color: #393903;  
	border-top: 2px solid #708051;
	font-size: 10px;
	text-align: center;
}

#footer a { 
	clear: both;
	text-decoration: none; 
	color: #FFFFCC
}

#footer a:hover {
	background-color: #FFFFCC;
	color: #000000
}
/*
.post-footer {
	background-color: #FAFAFA;
	padding: 5px; margin: 20px 15px 0 15px;
	border: 1px solid #f2f2f2;
	font-size: 95%;	
}

.post-footer .date {
	background: url(i/clock.gif) no-repeat left center;
	padding-left: 20px; margin: 0 10px 0 5px;

}

.post-footer .comments {
	background: url(i/comment.gif) no-repeat left center;
	padding-left: 20px; margin: 0 10px 0 5px;
}

.post-footer .readmore {
	background: url(i/page.gif) no-repeat left center;
	padding-left: 20px; margin: 0 10px 0 5px;
}
*/
/*
.float-left  { float: left; }
.float-right {	float: right; }
.align-left  {	text-align: left; }
.align-right {	text-align: right; }
.clear { clear: both; }
.green { color: #708051; }
.gray  {	color: #BFBFBF; }
*/