@charset "UTF-8";
body {
	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-image: url(images/Molecularbckgrd2.png);
	background-repeat: repeat-y;
	background-position: center top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #000000;
	background-attachment: fixed;
	position: relative;
}
.oneColFixCtr #container {
	width: 980px;
	margin: 0 auto;
	text-align: center;
	background-color: #FFF;
}
.oneColFixCtr #mainContent {
	margin: 30px 30px 20px 30px;
}
.oneColFixCtr #mainContentcolumn {
	margin: 30px 355px 20px 30px;
}
.oneColFixCtr #sidecontent {
	margin: 10px 20px 10px 30px;
}
h4 {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 18px;
	color: #8F8F8C;
	font-weight: lighter;
	font-style: italic;
}
h5 {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 18px;
	color: #063868;
	font-weight: normal;
}
h6 {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 12px;
	font-weight: lighter;
	color: #8F8F8C;
	line-height: 12px;
	margin: 0px;
	padding: 0px;
}
h1 {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 28px;
	color: #063868;
	font-weight: 300;
	font-variant: normal;
	font-style: normal;
}
h2 {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 24px;
	color: #063868;
	font-weight: normal;
}
h3 {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 18px;
	font-weight: normal;
	color: #8F8F8C;
}
li {
	color: #8F8F8C;
	line-height: normal;
	padding: 0px;
	margin: 0px;
}
a {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	color: #063868;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
ul {
}
ul2 {
	list-style-type: circle;
}
