/*************************************************************
/ KWCAmerica.com
/ Standard Border Color 1: #010102		Image border
/ Standard Border Color 2: #FEFEFE		Section border
/ Site Background 1: #010101					Overall background
/			 Background 2: #889199					Menu & Label
/			 Background 3: #97A1AA					Section background
/			 Background 4: #FDFDFD					Lighter background
/ Menu Text Color: #FFFFFE;
/ Menu Hover Color: #CCCCCD;
/
/*************************************************************/

* { /* Set standard defaults for ALL elements */
	border-color: #FEFEFE;
	color: #FFFFFF;
	zcolor: #000000;
}

/********************************************
   Site Defaults ****************************
/********************************************/
body { background: #010101;	/* Background 1 */ }

em { color: yellow; }

/********************************************
 ********************************************
/********************************************/

/* Controls width of entire site */
div#canvas { padding-top: 105px; }

/* Border width not considered for float alignment by Firefox, unless surrounded by table */
div#h1 {
	background: #97A1AA; 				/* Background 3 */
	background: #AFB4B8; 				/* Background 3 */	
}

h1, h3 {
	background: #889199;				/* Background 2 */
}

th { background: #889199; }

/*****************************************************************************************/
/* Standard Anchor Link		                                                               */
/*****************************************************************************************/
a:link,
a:visited,
a:active {color: #FFFFFE; }
a:hover,
a:hover b	{	color: #CCCCCD; }

/*****************************************************************************************/
/* Horizontal Menu Bar - Main, Submenu, Main Column(td#main)      											 */
/*****************************************************************************************/
tr.submenu td {
	background: #889199;		/* Background 2 */
}

td#main {
	background: #FDFDFD;		/* Background 4 */
}

tr#total td, tr#total td span { font-weight:bold; color:#008800; background:#DDDDDD; }

input,
select,
option,
optgroup,
textarea {
	color: #333333;
}

.highlight {
	color: #FFFF00;
}
