/* colors
Lt. Grey  #999999
Med. Grey  #666666
Drk. Grey  #333333
Scarlet  #AA0C04
Gold  #FFCC33
*/

body,td,span,p{
font-family: arial, Helvetica, sans-serif;
font-size : 11px;
color: white;
}

.bodyCopy{
	font-family: arial, Helvetica, sans-serif;
	font-size: 11px;
}

.greyCopy{
	font-family: arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	font-weight: bold;
}
label{
	color: black;
}
.blackText{
	color: black;
}
.blackTextBold{
	color: black;
	font-weight: bold;
}
.goldHeading{	
	font-size: 11px;
	font-weight: bold;
	color: #FFCC33;
}
.goldsubHeading{	
	font-size: 13px;
	font-weight: bold;
	color: #FFCC33;
}
.pageHeading{	
	font-size: 16px;
	font-weight: bold;
	color: #FFCC33;
}
.whiteHeading{	
	font-size: 11px;
	font-weight: bold;
	color: white;
}
.whiteText{	
	font-size: 11px;
	font-weight: bold;
	color: white;
}


/* Froms */
.formFieldSmall{
  font-size:8px;
	color: black;
}

/* breadcrumbs */
.breadCrumbs{
	color: white;
	font-size:11px;
	padding-bottom:10px;
}
.breadCrumbs:link{
	color: white;
	font-size:10px;
}
.breadCrumbs:active{
	color: white;
	font-size:10px;
}
.breadCrumbs:hover{
	color: white;
	font-size:10px;
	text-decoration: none;
}
.breadCrumbs:visited{
	color: #FCFCFC;
	font-size:10px;
}
/* leftLinks */


.leftLinks:hover{
	text-decoration: none;	
	color: #FFCC33;
	padding-left:5px;
}

.leftLinks:link{
	text-decoration: none;
	color: #FFCC33;
	padding-left:5px;
}

.leftLinks:visited{
	text-decoration: none;
	color: #D1A72A;
	padding-left:5px;
}
.leftLinks:visited:hover{
	text-decoration: underline;
	color: #D1A72A;
	padding-left:5px;
}

/* pageLinks */
span.White
{
	color: White;
}
.pageLinks
{
	color: #FFDB33;
	font-weight: bold;
}
.pageLinks:hover{
	text-decoration: none;	
	color: #FFDB33;
	font-weight: bold;
}

.pageLinks:link{
	text-decoration: none;
	color: #FFDB33;
	font-weight: bold;
}

.pageLinks:visited{
	text-decoration: none;
	color: #EDCB2E;
	font-weight: bold;
}

.pageLinks:visited:hover{
	text-decoration: underline;
	color: #EDCB2E;
	font-weight: bold;
}

/* whiteLinks */


.whiteLinks:hover{
	text-decoration: none;	
	color: #FFFFFF;
	font-weight: bold;
}

.whiteLinks:link{
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
}

.whiteLinks:visited{
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
}
.whiteLinks:visited:hover{
	text-decoration: underline;
	color: #FFFFFF;
	font-weight: bold;
}

/* footers */
.footer{
  background: #333333;
	font-size: 10px;
	padding:3px;
	color: white;
	border-bottom:5px solid #CCCCCC;
}
.footer:link{
	text-decoration: none;
}
.footer:hover{
	text-decoration: underline;
}
.footer:active{
	text-decoration: underline;
	color: white;
}
.subFooter{
    background: #666666; 
	font-size: 9px;
	color:#FFCC33;	
	padding:3px;
	border-bottom:1px solid #CCCCCC;
}

.footerNav{
	color: white;
	font-size: 10px;
}
.footerNav:link{
	text-decoration: none;
	color:white;
	}
.footerNav:hover{
	text-decoration: underline;
	color:#FFCC33;
}
.footerNav:active{
	text-decoration: underline;
	color: #FFCC33;
}
.footerNav:link:visited{
	text-decoration: none;
	color: white;
}
.footerNav:link:visited:hover{
	text-decoration: underline;
	color:#FFCC33;	
	}


/* -= Containers =- */
.homeLeftRightEdge{
  /*
	border-left:1px solid black;
	border-right:1px solid black; 
	*/
}

.greyBoxLt{
	background: #999999;
	padding:10px;
}

.greyBoxMed{
	background: #666666;
	padding:10px;
}

.greyBoxDark{
	background: #333333;
	padding:10px;
}

.homeContentBox{
    background: #999999;
	color: white;	
	border-top:3px solid white;
	padding:10px 10px 10px 10px;
}
.contentBox{
    background: #999999;
	color: white;
	border-top:3px solid white;
	padding:10px 10px 10px 10px;
}
.homeBox{
    background: #999999;
	border-top:3px solid white;
}
* html .boxhead h2 {height: 1%;} /* For IE 5 PC */

.AFSsidebox {
	margin: 0 auto; /* center for now */
	width: 500px; /* ems so it will grow */
	background: url(/images/sbbody-r.gif) no-repeat bottom right;
	font-size: 100%;
}
.AFSboxhead {
	background: url(/images/sbhead-r.gif) no-repeat top right;
	margin: 0;
	padding: 0;
	text-align: center;
}
.AFSboxhead h2 {
	background: url(/images/sbhead-l.gif) no-repeat top left;
	margin: 0;
	padding: 22px 30px 5px;
	color: white; 
	font-weight: bold; 
	font-size: 1.2em; 
	line-height: 1em;	
	text-shadow: rgba(0,0,0,0.4) 0px 2px 5px; /* Safari-only, but cool */
}
.AFSboxbody {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	background: url(/images/sbbody-l.gif) no-repeat bottom left;
	margin: 0;
	padding: 5px 30px 31px;
}
.adminBoxhead{
padding: 10px 10px 10px 10px;
}

/* TEMP STYLES FOR TESTING */
