@charset "utf-8";
body  {
	background: #f4f6f6;
	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;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 200;
	font-size: 10px;
}
.twoColFixRtHdr #container {
	width: 1000px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	overflow: hidden;
} 
.twoColFixRtHdr #header {
	background: #FFFFFF;
	padding: 0 10px 0 10px;  /* 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. */
	height: 208px;
	background-image: url(Images/Banner3_GoodStart1W1000.jpg);
} 
.twoColFixRtHdr #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 */
}
.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 250px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #FFFFFF;
	padding: 10px 10px;
}
.twoColFixRtHdr #mainContent {
	margin: 0 250px 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px;
	width: 680px;
	overflow: auto;
} 
.twoColFixRtHdr #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD; 
} 
.twoColFixRtHdr #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 */
}
.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;
}
	h3 {
	font-size: 10pt;
	font-family: Helvetica;
	font-weight: normal;
	color: #666666;
	line-height: normal;
}
	h2 {
	font-size: 12pt;
	font-family: Helvetica;
	font-weight: normal;
	color: #648592;
	line-height: normal;
}
#MyDiv {
	color:#FFFF00;
	height: 50px;
	width: 990px;
	overflow: hidden;
	}
#MainDivLeft {
	height: 197px;
	width: 331px;
	top: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
	border-right: solid #dadbdd 1px;
	float: left;
	overflow: hidden;
	}
#MainDivMiddle {
	height: 197px;
	width: 331px;
	top: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
	border-right: solid #dadbdd 1px;
	float: left;
	overflow: hidden;
	}
#MainDivRight {
	height: 197px;
	width: 334px;
	top: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
	float: left;
	overflow: hidden;
	}
#HomeHeader2 {
	height: 197px;
	width: 998px;
	border: solid #dadbdd 1px;
	padding-bottom: 0px;
	padding-top: 0px;
	}
#MoleDiv {
	height: 158px;
	width: 204px;
	z-index:2;
	float: left;
	position: relative;
	top: -127px;
	left: 127px;
	overflow: hidden;
	background-image: url(Images/Molecule1W204.jpg);
	}
#MoleTextDiv {
/*	height: 100px; */
	width: 331px;
	background-color:transparent;
	z-index:3;
	float: left;
	position: relative;
	top: 1px;
	left: 1px;
	padding-left: 5px;
	}
#RightPaneDiv {
	height: 192px;
	z-index:2;
	float: right;
	top: -207px;
	position: relative;
	left: -1px;
	}
#RightPaneTextDiv {
	background-color:transparent;
	z-index:3;
	left: 5px;
	position: relative;
	float: left;
	height: 194px;
	top: 1px;
	}
#MainContentDivLeft {
	height: 480px;
	width: 423px;
	float: left;
	position: relative;
	overflow: hidden;
	}
#MainContentDivRight {
	height: 480px;
	padding-left: 10px;
	padding-right: 20px;
	padding-top: 20px;
	overflow: hidden;
	}
#FrontImage1 {
	height: 132px;
	width: 132px;
	float: right;
	z-index:4;
	position: relative;
	background-image: url(Images/circle1.jpg);
	}
#FrontImage2 {
	height: 146px;
	width: 141px;
	z-index:3;
	position: relative;
	background-image: url(Images/FrontImage2.jpg);
	top: -50px;
	left: 0px;
	float: left;
	}
#FrontImage3 {
	height: 132px;
	width: 132px;
	float: left;
	z-index:5;
	position: relative;
	background-image: url(Images/FrontImage3.jpg);
	top: -50px;
	left: 100px;
	}
#FrontImage4 {
	height: 125px;
	width: 125px;
	float: left;
	z-index:6;
	position: relative;
	background-image: url(Images/FrontImage4.jpg);
	top: -90px;
	left: 0px;
	}
#NickTextDiv {
	height: 115px;
	width: 150px;
	background-color:transparent;
	float: left;
	position: relative;
	top: -100px;
	left: 1px;
	color: #8fa410;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	}
#NickPhotoDiv {
	height: 115px;
	width: 144px;
	background-color:transparent;
	float: right;
	position: relative;
	/*	top: 1px;
	left: 1px;*/
	color: #8fa410;
	background-image: url(Images/NickPhotoHome1.jpg);
	}
#NickWrapperDiv {
	height: 115px;
	width: 230px;
	position: relative;
	/*	top: 1px;
	left: 1px;*/
	}
p {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	word-spacing: Normal;
	text-align: left;
	letter-spacing: 1px;
	line-height: 16px;
	font-size: 10px;
}
a:link {
	color:#8da210;
	font-size:12px;
	margin-top: 0px;
	text-decoration: none;
}
a:visited {
	color:#8da210;
	font-size: 12px;
	margin-top: 0px;
	text-decoration: none;
}
.Newtable, .Newtable TD, .Newtable TH
{
	font-family:Helvetica, Arial, sans-serif;
	font-size:8pt;
	color:#747678;
}
	h4 {
	font-family:Helvetica, Arial, sans-serif;
	font-size:8pt;
	color:#747678;
	margin-top: 0px;
}
