/* 	this is a layout that allows predicable scaling text
	and that doesn't require a separate td tag declaration */
body		{background-image:none; margin:0px; padding:0px;
			font-family: Arial, Helvetica, sans-serif;color:#000000; font-size: 76%;}	
p			{font-family: Arial, Helvetica, sans-serif;
			color:#000000; margin-bottom: 8px; font-size: 1em;}
/* 	Govt Usability insists we have the underline to indicate a hyperlink
	so this declaration needs changed to meet these standards 
	We can subclass it instead of having the 'normal' style subclassed*/
	
a {color: #772B75;}
img.spacing{margin-bottom:10px;}
h1 {font-size: 140%; font-weight:bold; margin-top:0px; margin-bottom:0px }
h2 {font-size: 130%; font-weight:bold; margin-top:0px; margin-bottom:0px  }
h3 {font-size: 120%; font-weight:bold; margin-top:0px; margin-bottom:0px  }
h4 {font-size: 110%; font-weight:bold; margin-top:0px; margin-bottom:0px  }
h5 {font-size: 100%; font-weight:bold; margin-top:0px; margin-bottom:0px  }
h6 {font-size: 90%; font-weight:bold; margin-top:0px; margin-bottom:0px }

#outer { background-image:url(/images/RcolBG.jpg); background-repeat:repeat;}
#wrapper {float:left; background-image:url(/images/OrangeLine.jpg); background-repeat:repeat-y;}

#banner {float:left; background:#fff;border-bottom:1px solid #FF7900; width:100%;height:112px;}

#leftcontent {float:left; left:60px; width:200px; padding:20px 0px 20px 20px; background-color:#FF7900}
#centercontent {background:#fff; padding: 30px; margin-left:220px}
#rightcontent {float:right; width:150px; margin-left:10px;}

#footer {background:#772B75; color:#FFF; text-align:center; padding:10px; margin-top:-15px}

#GreyBox {background:#EEE; padding:10px; margin:10px 0px 10px 0px}
#HighlightBoxes {border:1px solid #FF7900; margin:20px; background:#FFF; padding:3px}

.MainNavLink { font-weight:bold; padding-right:5px; text-align:right; background-color:#FFF; margin-top:10px}

#centercontent img {float:left; margin-right:5px;}
.FloatRight{float:right;} 
.FloatLeft {float:left; }
.menustyle
{
	color: #772B75;
	font-weight: bold;
	align:center;
	margin-bottom:10px;
}
.footerstyle {color:#FFFFFF}

