body {
	min-height:101%;
	font-size: 100.01%;
	line-height: 125%;
	font-family: Georgia, Verdana, Arial, sans-serif;
	color:#000;
/* background:#fff; */
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
/*	width:760px;*/
	}

#content {
	margin: 0em;
	padding: 4em 6em 2em 6em;/* use padding instead of margin for multicolumn layouts because of a really odd ie5pc bug where it sometimes relates the width of an unrelated menu div to this div. */
	}

/* Browsers vary top margin on paragraphs/headings: use bottom margin to separate them from elements below. */
p, h1, h2, h3, h4, h5, h6 { font: Georgia, "Times New Roman", Times, serif;  margin: 0 0 1.2em; }
h1 { font: bold 190%; line-height: 119%;}
h2 { font: bold 175%; line-height: 119%;}
h3 { font: bold 140%; line-height: 119%;}
h4 { font: bold 120%; line-height: 119%;}
h5 { font: bold 110%; line-height: 119%;}
h6 { font: bold 100%; line-height: 119%;}
/* h1 { margin: 0 1em; padding: 0 0; } */
/* Browsers pad h1 varying amounts, and there is an IE bug. Remove h1 padding and margin and pad any div containing an h1. Could use descendant selector on specific h1's also "#top h1 { padding: 0; margin: 0;}". */

/*link pseudo class selectors should always be used in the following order.*/
a {}
a:link {}
a:visited {}
a:hover {text-decoration: blink;}
a:active {}

strong, b { font-weight: bold; }
.yellowHighlight	{background: #FCFC33;}
.blueHighlight		{background: #9FF5FF;}
.greenHighlight		{background: #A4FF66;}
.violetHighlight	{background: #DAC4FF;}
.pinkHighlight		{background: #FFD5F1;}

.clearBoth        {clear:both}
.noMargin         {margin:0}
.noTopMargin      {margin-top:0}
.noBottomMargin   {margin-bottom:0}
.noPadding        {padding:0}
.noVerticalMargin {margin-top:0; margin-bottom:0}
.right            {text-align:right}
.imgFloatRight    {float:right; margin:5px 0 5px 5px}
.imgFloatLeft     {float:left; margin:5px 5px 5px 0}
.centre           {text-align:center}
.warning          {font-weight:bold; color:red}
.new              {font-weight:bold; color:blue}
div.clearer		  {clear: left; line-height: 0; height: 0;}
.noSpace {
	margin: 0px;
	padding: 0px;
	height: 0px;
}
/*typography*/
.whiteLink{
	text-decoration: underline;
	color: #FFF;
	}
.whiteText {
	color: #FFFFFF;
	text-decoration: none;
}
.tanLink {
	color: #996600;
	text-decoration: underline;
}
