body		{	background-color:#F2F5D3;
				margin:0px;
				font: 12px Verdana, Helvetica, san serif;
			}
		
table  		{	border-collapse: collapse; 
				border-spacing: 0;
				font: 12px Verdana, Helvetica, san serif;
			}

input, select, textarea  
			{border: #666666 1px solid;}


/*
------------------------------------------------------------------------*/
#overallLayout			{	width:775px;
							height:100%;
							background-color:#ffffff;				
							background-image:url(../_images/global/bg_global_no.gif);
							background-repeat:repeat-y;
						}


/*
------------------------------------------------------------------------*/
#layerLogo			{	width:775px;
						height:59px;
						margin-top:8px;
						margin-left:8px;

					}

#logoArea			{	float:left;
						width:580px;
						height:59px;

					}

#logoArea img		{	margin:0 5 5 5;
					}

/*
------------------------------------------------------------------------*/
#layerMenu			{	width:775px;
						height:24px;
						background-color:#909859;
					 }
					

#layerMenu img		{	margin-top:9px;
						margin-left:15px;
						margin-right:6px;
					}
					
#layerMenu img.help	{	margin-left:300px;
					}



#menuLeft			{	float:left;
						width:240px;
						height:24px;
						border-right:1px solid #909859;
					}
#menuRight			{	float:left;
					}

/*
------------------------------------------------------------------------*/
#layerContent		{	width:775px;
						margin-top:2px;
						display:block;
					}
#layerContent div.margin	{margin:15 10 0 10; width:755px;}


/*
------------------------------------------------------------------------*/
#layerFooter			{	width:775px;
							height:32px;
							background-color:#909859;
							color:white;
							font:10px Verdana,Arial,san serif;
						}
					
#layerFooter div.margin	{	margin-left:10px;}
					
#layerFooter a			{	color:white;
							text-decoration:none;
							line-height:32px;
							margin:0 3px 0 3px;
						}
#layerFooter a:hover	{	color:#9b3737;
							text-decoration:none;
							line-height:32px;
							margin:0 3px 0 3px;
						}
#copyright 				{  background-color:#F2F5D3;
							text-align:center}

/*
------------------------------------------------------------------------*/
#contentLeft		{float:left;width:180px;font-size:11px;}
#contentRight		{float:left;width:505px;font-size:11px;}

#landingLeft		{float:left; width:460px; margin:10 0 10 10;}
#landingRight		{float:left; width:250px; margin:10 10 10 10;}

#FormLandingLeft		{float:left; width:460px;}

#textRight		{float:left;width:280px;font-size:11px;}

#margin		{float:left; width:10px;}

#landingText  {float:left; width:750px;}


.boxContent	{float:left; margin:20 20 20 20; border:1 SOLID RED;}

.roundedCornerSpacer {
  margin: 0px; padding: 0px; border: 0px;
  clear: both;
  font-size: 1px; line-height: 1px;
}
/* In the CSS below, the numbers used are the following:
   1px: the width of the border
   3px: a fudge factor needed for IE5/win (see below)
   4px: the width of the border (1px) plus the 3px IE5/win fudge factor
   14px: the width or height of the border image
*/
.borderTL, .borderTR, .borderBL, .borderBR {
  width: 14px; height: 14px;
  padding: 0px; border: 0px;
  z-index: 99;
}
.borderTL, .borderBL { float: left;  clear: both; }
.borderTR, .borderBR { float: right; clear: right; }
.borderTL { margin:  -1px  0px  0px -1px; }
.borderTR { margin:  -1px -1px  0px  0px; }
.borderBL { margin: -14px  0px  0px  0px; }
.borderBR { margin: -14px  0px  0px  0px; }
/* IE5-5.5/win needs the border scooted to the left or right by an
   additional 3px!   Why?  */
.borderTL {
  margin-left: -4px;
  ma\rgin-left: -1px;
}
html>body .borderTL  {
  margin-left: -1px;
}
.borderTR {
  margin-right: -4px;
  ma\rgin-right: -1px;
}
html>body .borderTR  {
  margin-right: -1px;
}
.borderBL {
  margin-left: -3px;
  ma\rgin-left: 0px;
}
html>body .borderBL {
  margin-left: 0px;
}
.borderBR {
  margin-right: -3px;
  ma\rgin-right: 0px;
}
html>body .borderBR {
  margin-right: 0px;
}
/* To get around a known bug in IE5/win, apply the
   border (no margin, padding or positioning) to the
   content class and apply whatever positioning you
   want to the contentWrapper class. */
.content {
  margin: 0px;
  padding: 0px;
  border: 1px solid #000000;
  background-color:#DFE1C7;
  
}
.contentWrapper {
  /* position this div however you want, but
     keep its padding and border at zero */
  padding: 0px;
  border: 0px;
}

blockquote {
margin:10px 15px;
color:#000000;
font-size : 13px;
font-family : arial;
}

#landingBottomText {float:left;
					margin:20px 20px 20px 20px; 
					}

.formError {
	font:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	color:#8C0000;
	}