/* global ----------------------------------*/
BODY { margin: 5; padding: 0; text-align: center;  background-color: #E6E5CB; background-image: url(images/site_back.gif); font: 12px helvetica, arial, san-serif; line-height: 1.2em; color: #333; }
#SiteWrapper { margin: 0 auto; padding: 0; width: 800px; position: relative; text-align: left; }

/* -- Landing Pages ----------------------------------------------------------- */
BODY.popup { margin: 5; padding: 0; text-align: center;  background-color: #E6E5CB; background-image: url(images/site_back.gif); font: 12px helvetica, arial, san-serif;  color: #333; }
#wrapperpopup { margin: 0 auto; padding: 0; width: 657px; position: relative; text-align: left; }


/* -- links ----------------------------------------------------------- */
A 			{ color: #669900; text-decoration: none; } 
A:link		{ color: #669900; } 
A:visited	{ color: #669900; } 
A:active	{ color: #669900; } 
A:hover		{ color: #669900; text-decoration: underline; }

A.orange 			{ color: #ff9900; text-decoration: none; } 
A.orange:link		{ color: #ff9900; } 
A.orange:visited	{ color: #ff9900; } 
A.orange:active	{ color: #ff9900; } 
A.orange:hover		{ color: #ff9900; text-decoration: underline; }

/* -- font elements ---------------------------------------------------- */
.txt, td, th, p, input, select, textarea { font-family: helvetica, arial, sans-serif; font-size: 11px; line-height: 1.2em; color: #333; }

/* -- fonts ------------------------------------------------------ */
.fontwhite14 { font-size: 14px; color: #FFF; }
.fontwhite { color: #FFF; }
.fontred { color: #FF0000; }
.required { color: red; }
		
/* -- background colors ------------------------------------------------- */
.bacgroundwhite { background:#FFF; }
.bacgroundgreen { background:#8cc63f; }
.bacgroundlightgray { background:#cccccc; }
#landing_shadowl { background: url(images/landing_shadow_left.gif) top right repeat;  }
#landing_shadowr { background: url(images/landing_shadow_right.gif) top right repeat;  }


/* -- padding ----------------------------------------------------------- */
.padall5 { margin: 5px 5px 5px 5px; }
.padall10 { margin: 10px 10px 10px 10px; }
.padall20 { margin: 20px 20px 20px 20px; }
.padleft5 { margin: 0px 0px 0px 5px; }
.padbottom5 { margin: 0px 0px 5px 0px; }
.padbottom10 { margin: 0px 0px 10px 0px; }
.padlefttopright10 { margin: 10px 10px 0px 10px; }


/* -- headers ------------------------------------------------- */
#mainbody H1 { margin: 0px 0px 0px 0px; font-size: 18px; line-height: 1.0em; font-weight: bold; color: #669900; text-transform:uppercase;}
#mainbody H2 { margin: 0px 0px 0px 0px; font-size: 16px; line-height: 1.0em; font-weight: bold; color: #669900; text-transform:uppercase;}
#mainbody H3 { margin: 0px 0px 0px 0px; font-size: 14px; line-height: 1.0em; font-weight: bold; color: #669900; text-transform:uppercase;}
#mainbody H4 { margin: 0px 0px 0px 0px; font-size: 12px; line-height: 1.0em; font-weight: bold; color: #669900; text-transform:uppercase;}
#mainbody div.col1 { margin: 5px 10px 0px 5px; }
#mainbody div.col2 { margin: 5px 8px 0px 5px; }

#mainbodymember H1 { margin: 0px 0px 0px 0px; font-size: 18px; line-height: 1.0em; font-weight: bold; color: #ff9900; text-transform:uppercase;}
#mainbodymember H2 { margin: 0px 0px 0px 0px; font-size: 16px; line-height: 1.0em; font-weight: bold; color: #ff9900; text-transform:uppercase;}
#mainbodymember H3 { margin: 0px 0px 0px 0px; font-size: 14px; line-height: 1.0em; font-weight: bold; color: #ff9900; text-transform:uppercase;}
#mainbodymember H4 { margin: 0px 0px 0px 0px; font-size: 12px; line-height: 1.0em; font-weight: bold; color: #ff9900; text-transform:uppercase;}
#mainbodymember div.col1 { margin: 5px 10px 0px 5px; }
#mainbodymember div.col2 { margin: 5px 8px 0px 5px; }
#mainbody ul { margin-left: 1em; padding-left: 1em; margin-top: -1em; padding-top: 1em; list-style-image: url(images/bullet.gif); }


#standardform {font-size: 11px;}
#standardform input.text { width: 150px; border: 1px solid #666; background:#fff; color:#333; }
#standardform select.select { width: 150px; border: 1px solid #666; background-color:#fff; color:#333; }
#standardform input.submit {  width: 100px; cursor:pointer; border:outset 1px #ccc; background:#999; color:#666; font-weight:bold; padding: 1px 2px; background:url(../images/formbg2.gif) repeat-x left top; }



/* -- library ------------------------------------------------------------ */
.xxx {
	font-family: arial,helvetica,sans-serif;
	color: #000000;
	font-size: 12px;
	line-height:12px;
	font-weight: bold;
	font-style: italic;
	text-align: right;
	text-align: center;
	text-indent: -10px;
	margin: 0px 0px 0px 0px;
	margin-left: 0px; 
	margin-right: 0px; 
	margin-top: 6px; 
	margin-bottom: 0px;
	background:#FFF;
	text-transform:uppercase;
	}
