html, body
{
	margin:0px;
	padding: 0px;
}

body
{
	background: #c7cbd8 url(tempbgtop.jpg) fixed top left repeat-x;
}

/*----------------------------------------------------------------

must put squeeze font rule here so that other font rules will
override this one; rest of squeeze rules are at the bottom

----------------------------------------------------------------*/
body.squeeze
{
	font: 10pt tahoma, arial;  /* must put squeeze rule here so that other font rules will override; rest of squeeze rules are at the bottom */
}


.clearleft
{
	clear: left;
}

.clearright
{
	clear: right;
}

.clearboth
{ 
	clear: both;
}

.left
{
	float: left;
}

img.left
{
	margin-right: 28px;
}
.right
{
	float: right;
}

img.right
{
	margin-left: 28px;
}


h1, h2, h3, h4, h5, h6
{
	margin: 0px;
}

h1
{
	margin:0px auto;
	padding: 0px;
	width: 803px;
	height: 204px;
	background: url(temphdrmillv.jpg) top left no-repeat;
}

h1 span
{
	font-size: 1pt;
	visibility: hidden;
}

h2
{
	font: bold 16pt tahoma, verdana;
	color: #2d6aab;
	margin-bottom: 15pt;
	text-transform: uppercase;
}

h3
{
	font: bold 14pt tahoma, verdana;
	color: #000000;
	margin-bottom: 12pt;
	border-bottom: 3pt;
	text-align: center;
}

h4
{
	font: 12pt tahoma, verdana;
	color: #000000;
	margin-bottom: 12pt;
	
}

#container
{
	text-align: center;
}

p
{
	margin: 0px;
	padding: 3px 0px;
}

#copy
{
	text-align: center;
	width: 803px;
	margin: 0px auto;
	padding: 25px 0px 10px 0px;
	background: url(tempbgbtm.jpg) top left no-repeat;
	font: 11pt tahoma, arial;
}

#footer
{
	width: 803px;
	text-align: center;
	font: 9pt tahoma, verdana;
	background: #2d6aab;
	color: #ffffff;
	border-top: 6px solid #ffffff;
}

#contentLeft
{
	background: #ffffff url(tempbgsl.jpg) top left repeat-y;
	width: 803px;
	margin: 0 auto;
}

#contentRight
{
	background: url(tempbgsr.jpg) top right repeat-y;
	text-align : left;
	padding: 0px 28px;
}

#contentRight table
{
	border-collapse: collapse;
	background: #ffffff;
}

#menu
{
	margin: 0px;
	padding: 0px;
	border-top: 3px solid #ffffff;
	text-align: left;
	background: #dadaf2 url(tempnialogo.jpg) top left no-repeat;
	width: 148px;
}

#adsenseleft
{

	background: #ffffff;
	padding: 2px;
	width: 125px;
	margin: 90px auto;
	border: 2px solid #c7cbd8;
	
}

#adsensetop
{
	margin-bottom: 28px;
	margin-bottom: 10px; /* shade added this */
}

#menu p
{
	margin: 0px;
	padding: 0px;
}

#menu p a
{
	color: #0C60C3;
	font: bold 9pt tahoma, verdana;
	text-decoration: none;
	display: block;
	margin: 0px;
	padding: 8px 30px;
	border-bottom: 2px solid #ffffff;
	text-align: left;
}

#menu p a:hover
{
	background: #ffffff;
	color: #000000;
}

#main
{
	background: #ffffff;
	margin-left: 148px;
	border-left: 15px solid #ffffff;
}

#main div
{
	margin-top: 20px;  /* change this to adjust space between topics */
}

/*--------------------------------------------------*/
/*                                                  */
/* THE FOLLOWING ARE SPECIFIC TO YOUR SQUEEZE PAGE  */
/*                                                  */
/*--------------------------------------------------*/

#contentRight table.squeeze tr td
{
	text-align: center;
}

#contentRight table.squeeze tr td h2
{
	margin: 25px 40px;
	color: #cc0000;
	text-transform: capitalize;
}

#adCopy
{
	text-align: left;
	margin: 0px 56px;
}

#form
{
	margin-top: 10px;
	text-align: center;
}

#contentRight table.squeeze tr td p.disclaimer
{
	margin-top: 20px;
	margin-bottom: 10px;
	border-top: 1px solid #cccccc;
	font: 7pt verdana;
}

