
body{	
    font: 1em Arial, Helvetica, sans-serif; /* The default parent font.  Any text element will show up with these setting unless specified differently on that element. */
	font-size:120%;
	background: #FFFFFF; /* The overall while page background.*/
	color: #000; /* Sets the font color for the pages to be black */
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0; /* ensures no extra spacing is added*/   
	}

/* This is the link treatment for all states of an a link */
a:link{ border:none; color:#006699;	text-decoration: none;}
a:visited{ border:none; text-decoration: none;}
a:hover{ text-decoration: underline;}

/****************/
/**BODY CONTENT**/
/****************/
.BodyContent{	font: 16px Arial, Helvetica, sans-serif;}
.BodyContentBold{	font: 16px Arial, Helvetica, sans-serif; font-weight: bold}


#container {
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left;   /* this overrides the text-align: center on the body element. */
	margin: 0 0 0 0;
/*	width: 61.25em;     */
	width: 1000px;       
}  

.header {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	width: 1000;
	height: 100;
/*	border: 1px solid red;    Use this to show border around header image to find proper size */
	}

p, h1, h2, h3, li {
	font-family:Arial, Helvetica, sans-serif;
}
p {
	font-size:12px;
	color:#222222;
	line-height:1.5;
}
h1 {
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 5px;
	font: normal 20px;
	font-weight:bold;
/*	background-color: #CCC;    */
	text-decoration: none;
	vertical-align: middle;
}
h2{
	margin: 0px;
	padding: 10px 0px 10px 7px;
	font: bold 16px;
	background-color: #000; 
	color: #FFF;
	text-decoration: none;
}
h3{
	margin: 0px;
	padding: 0px 0px 5px 7px;
	font: bold 14px;
	color:#03C;
	text-decoration: none;
}
a img{border: none;	}

#footer {
	clear:both;
	}

#copyright {
	clear:both;
	font-family:Arial, Helvetica, sans-serif;
	font-size:.75em;
	color:#666666;
	text-align:center;
}
/**************/
/**PAGE FRAME**/
/**************/
#Frame{	width: 950px;	border: 0px;}
#LeftFormColumn{
	width: 680px;
	padding:0px 0px 0px 20px;
	margin: 0px;
	vertical-align:top;
}
#LeftNav{
	/* background: url(images/side-nav-160X768.jpg) */
	width: 160px;
/*	height: 468;    */
	margin: 0px;
	padding: 0px;
	background-image:url('../images/left-nav-160x1.jpg');
    background-repeat:repeat-y;
	float:left;
/*	border: 1px solid red;   */
}
#LeftNav .TileAd img{	padding-bottom: 5px;	}
#LeftPadding{width:20px;margin: 0px;padding: 0px;	}
#Middle {
	width: 610px;
	text-align: left;
	padding: 10px 10px 0px 10px;
	float:left;
	}
#RightNav{
	width: 180px;
	margin: 0px;
	padding: 0px 20px 0px 0px;
	font: 12px Arial, Helvetica, sans-serif;
	float:left;
}

#Content{
	width: 800px;
	margin: 0px;
	padding: 20px 20px 20px 20px;
	font: 12px Arial, Helvetica, sans-serif;
	float:left;
}

.fltrt {  /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page. The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the #container) if the #footer is removed or taken out of the #container */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}