body { font-size: .8em; /* this ses the font size for the all tags on the page.  Use ems to increase or decrease font size */
	/*font-size: .8em;   if this is set in % (100% is the browser default font size) or in em units (1 em = default size, .8 em is about 11px) the user will be able to change Text Size under the View menu. Setting a pixle size will prevent it */
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif ;
	margin-top: 0px;
	background-color:#FFBE1A; 
	text-align: center;  /*this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
}

/* this contains everything in the site and controls centering and margins */	
#container{ width: 780px; margin: 20px auto; height:100%;	background-color:#FFBE1A; text-align: left; }

a:link{color: 006633; text-decoration: none;}
a:visited{color: 006633; text-decoration: none;}
a:hover{color: 993333; text-decoration: underline;}

.default{font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;}

	.mini{font-size: 9px;}
	.small{font-size: 11px;}
	.large{font-size: 16px;}
	.xlarge{font-size: 19px;}

	.green{color: 006633;}
	.gray{color: 828282;}
	.litegray{color: cccccc;}
	.red{color: 993333}
	.Aqua{color: 00ffff;}
	.blue{color: 6E360A;} //000066

.BGgreen{background-color: 008000;}
.BGgray{background-color: 828282;}
.BGlitegray{background-color: cccccc;}
.BGred{background-color: B71A37;}
	
.dropdown     {
	font-family: Arial;
	color: 000000;
	font-weight: bold;
	font-size: 8pt;
	background-color: FFFFFF;
	width: 180 px;
	
}

.textbox     {   
		font-family: Arial;
		font-size: 8pt;
		background-color: FFFFFF;
		font-weight: bold; 
		width: 126 px;
		
}

.button     {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	height: 21px;
	font-weight: bold;
}


.outline1     {
	border-bottom: 2px solid #FDB926;
} 

.outline2     {
	border-right: 1px dashed #6E360A;
}

.padding {
	padding-right : 20px;
	padding-left : 30px;
}

#team table{border:0px}
#team td{padding:3px;}

