@charset "utf-8";
body  {
	font: 85% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #6A9AAA;
	border-top-width: 1;
	border-right-width: 1;
	border-bottom-width: 1;
	border-left-width: 1;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.mec3col #container {
	width: 85%;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFF;
	margin: 20px auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: center; /* this overrides the text-align: center on the body element. */
	color: #F90;
} 
.mec3col #header {
	/*padding: 0 0px 0 0px;   this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-color: #FFF;
	text-align: left;
	font-size: small;
	
} 
.MainHeader {
	font-family: Verdana, Geneva, sans-serif;
	font-size: medium;
	color: #396;
	font-weight: bold;
	text-align: center;
}
.mec3col #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	
}
.mec3col #sidebar1 {
	width: 165px; /* padding keeps the content of the div away from the edges */
	background-color: #FFF;
	font-size: small;
	font-weight: normal;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-left: 10px;
	text-align: left;
	border: thin dotted #CCC;
	float: left;
	margin-bottom: 4px;
}
.mec3col #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 168px; /* padding keeps the content of the div away from the edges */
	background-color: #FFF;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-left: 15px;
	border: thin dotted #CCC;
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 4px;
}
.mec3col #mainContent {
	color: #666;
	text-align: left;
	border: thin dotted #CCC;
	margin-right: 220px;
	margin-bottom: 4;
	margin-left: 210px;
	padding-right: 10px;
	padding-bottom: 4;
	padding-left: 10px;
} 
.mec3col #footer {
	padding: 0 10px 0 20px;
	background-color: #6A9AAA;
	font-size: small;
	color: #396;
} 
.mec3col #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #FFF;
	background-color: #6A9AAA;
	font-size: xx-small;
}
.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 */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}	
.mainbodyvideo {
	font-size: small;
	color: #333;
	text-align: left;
	font-weight: normal;
}	

.videotextcaption {
	font-size: small;
	color: #396;
}
.textblue {
	color: #0984FF;
	text-align: left;
}
.bodytextsmallitalic {
	font-style: italic;
}
.splashtext {
	color: #666;
	font-size: x-small;
	text-align: left;
}
.tickboxtable {
	text-align: center;
}
.privacy {
	font-size: small;
	color: #FFF;
}
.footerlink {
	font-size: small;
	color: #FFF;
}
.footerlinksmall {
	font-size:xx-small;
	color: #FFF;
	text-align: center;
}

.privacyheader {
	font-size: medium;
	color: #5096DA;
}
.smallheader {
	font-size: x-small;
	color: #666;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.smallheaderred {
	color: #F00;
	font-size: small;
	font-weight: normal;
	text-align: left;
}
.mainbodytextsmall {
	font-size: small;
	color: #333;
	text-align: left;
	font-weight: normal;
}
.mainbodytextsmallgreen {
	font-size: small;
	color: #396;
	text-align: left;
	font-weight: normal;
}
.smallheadertextgreen {
	color: #396;
}


img.expando{ /*sample CSS for expando images. Not required but recommended*/
	border: none;
	vertical-align: top; /*top aligns image, so mouse has less of a change of moving out of image while image is expanding*/
	text-align: center;

}
.smallheader {
	font-size: x-small;
	color: #666;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-weight: normal;
	text-align: left;

}
.smallheaderred {
	color: #F00;
	font-size: small;
}
.calcred {
	color: #F00;
	font-size: x-small;
	text-align: right;
}
.mainbodytextsmall {
	font-size: small;
	color: #333;
	font-style: normal;
}
.MainHeader1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: medium;
	color: #396;
	font-weight: bold;
	text-align: center;
}
.smallheader1 {	font-size: x-small;
	color: #666;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.smallheadergreen {
	color: #396;
}

.calculatortext {
	font-size: small;
	color: #333;
}

/* Tool Tip Stuff */
#dhtmltooltip{
position: absolute;
left: -300px;
width: 150px;
border: 1px solid black;
padding: 2px;
background-color: lightyellow;
visibility: hidden;
z-index: 100;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}

#dhtmlpointer{
position:absolute;
left: -300px;
z-index: 101;
visibility: hidden;
}

A{text-decoration:none}
a:link {
	text-decoration: none;
	color: $396;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
	text-align: center;
}
.xsmalltxt {
	font-size: xx-small;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	font-weight: lighter;
}
.factors {
	color: #333;
	font-size: x-small;
	text-align: justify;
}

