@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;
	background-color: #CCC;
}
.egenixTwoColV2 #container {
	width: 800px;
	margin: 0 auto;
	text-align: left;
	height: auto;
	background: #FFFFFF;
} 
.egenixTwoColV2 #header {
	padding: 0 0px 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: 110px;
	background-color: #FFFFFF;
	background-image: url(../images/banner11V2.jpg);
	background-repeat: no-repeat;
} 
.egenixTwoColV2 #container #mainNav {
	height: 25px;
	background-color: #FFF;
	width: 799px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #dcd1ec;
	border-bottom-color: #dcd1ec;
}
.egenixTwoColV2 #container #mainNav table {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	margin-top: 0px;
	margin-bottom: 5px;
	color: #6C3EB0;
}
.egenixTwoColV2 #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;
	font: 16px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
.egenixTwoColV2 #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 15px 0px 15px;
	height: 700px;
	background-image: url(../images/sidebar_shade3.gif);
	background-repeat: repeat-x;
	text-align: left;
	background-color: #FFF;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #dcd1ec;
	margin-left: 0px;
	margin-bottom: 0px;
	background-position: bottom;
}
.egenixTwoColV2  #sidebar1 #nav {
	width: 200px;
	float: left;
}
.egenixTwoColV2 #sidebar1 ul {
	font-family: Verdana, Geneva, sans-serif;
	margin: 10px 0px;
	text-align: left;
	padding: 0px;
}
.egenixTwoColV2 #sidebar1 li  {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	text-align: right;
	list-style-type: none;
	margin-top: 5px;
	padding-top: 2px;
	margin-bottom: 5px;
	padding-bottom: 2px;
}
.egenixTwoColV2 #sidebar1 .nav .nav {
	font: 11px Verdana, Geneva, sans-serif;
}
.egenixTwoColV2 #sidebar1 h3  {
	text-align: right;
	font: bold 16px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
.egenixTwoColV2 #sidebar1 p  {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
}
.egenixTwoColV2 #mainContent {
	margin-top: 0px;
	margin-left: 240px;
	padding-top: 20px;
	padding-right: 20px;
	padding-left: 20px;
	background-repeat: repeat-y;
	background-color: #FFF;
	height: auto;
} 
.egenixTwoColV2 #container #mainContent p {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
}
.egenixTwoColV2 #container #mainContent h1 {
	font: bold normal 16px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	text-align: center;
}
.egenixTwoColV2 #container #mainContent h2 {
	font: bold normal 16px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	text-align: left;
}
.egenixTwoColV2 #container #mainContent h3 {
	font: bold 13px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #000;
}
.egenixTwoColV2 #container #mainContent ul li {
	font: 12px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	list-style-type: none;
	text-align: left;
}
.egenixTwoColV2 #container #mainContent li {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	list-style-type: square;
}
.egenixTwoColV2 #container #mainContent #table table tr td ul li {
	font: 11px Verdana, Geneva, sans-serif;
	list-style-type: square;
}
.egenixTwoColV2 #sidebar1 table {
	font: 11px Verdana, Geneva, sans-serif;
	text-align: right;
}
.egenixTwoColV2 #footer {
	height: 75px;
	margin-top: 0px;
	border-top-width: 6px;
	border-top-style: solid;
	border-top-color: #6C3EB0;
	background-color: #dcd1ec;
	border-bottom-width: 6px;
	border-bottom-style: solid;
	border-bottom-color: #6C3EB0;
} 
.egenixTwoColV2 #footer p {
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font: 10px Verdana, Geneva, sans-serif;
	text-align: center;
}
.tableHeading {
	font: bold 13px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	background-color: #E7F4B9;
	display: block;
	padding: 2px 4px;
}
.tdPara {
	font: 11px Verdana, Geneva, sans-serif;
	padding-left: 5px;
}
.tdBorder {
	border: thin solid #dcd1ec;
}
.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;
}
a:link {
	color: #6C3EB0;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #909874;
}
a:visited {
	text-decoration: none;
	color: #6C3EB0;
}
a:active {
	text-decoration: none;
	color: #E7F4B9;
}
