@charset "utf-8";

body  {
	margin: 0; /* MJL - good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* MJL - 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: #FC9;
	background-repeat: repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-position: center;
}

.twoColElsLtHdr #container {
	width: 55em;
	background: #FFFFFF;
	border: 0px solid #000000;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(../images/Common%20Images/Source/body_middle_bevel.png);
}
.twoColElsLtHdr #container #horiznav {
	background-image: url(../images/template_grphx/halftone_sq_nav3.png);
	color: #FFFFFF;
	background-color: #FC9;
	font-style: normal;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	margin: 0px;
	font-size: 12px;
}

.twoColElsLtHdr #header {
	padding: 0 10px;
	background-color: #999999;
	background-image: url(../images/template_grphx/halftone_sq_bevel_new.png);
	font-size: 14px;
}
.twoColElsLtHdr #header h1 {
	margin: 0; /* MJL - 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; /* MJL - using padding instead of margin will allow you to keep the element away from the edges of the div */
}

.twoColElsLtHdr #mainContent {
	margin-right: 1em;
	margin-left: 1em;
	font-size: 12px;
} 

.twoColElsLtHdr #footer {
	padding: 0 10px;
	background:#FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 7px;
	background-image: url(../images/Common%20Images/Source/body_middle_bevel.png);
} 
.twoColElsLtHdr #footer p {
	margin: 0; /* MJL - zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* MJL - padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

.size_9_txt {font-size: 9px}

a:link {
	color: #333333;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #333333;
}
a:hover {
	text-decoration: underline;
	color: #333333;
}
a:active {
	text-decoration: none;
	color: #333333;
}

a.whitelink:link {color:#FFFFFF}
a.whitelink:visited {color:#FFFFFF}
a.whitelink:hover {color:#FFFFFF}
a.whitelink:active {color:#FFFFFF}
.info_txt_italic_pink {
	color: #FF00FF;
	font-style: italic;
}
.AddressPhone {color: #666666}
