@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;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #60306C;
}
.twoColFixRtHdr #logoBar {
	height: 82px;
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	background-color: #FFF;
	margin-top: 40px;
	border-right-width: 50px;
	border-left-width: 50px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFF;
	border-left-color: #FFF;
	border-top-width: 10px;
	border-top-style: solid;
	border-top-color: #FFF;
}
.twoColFixRtHdr #logoBar img {
	position: absolute;
	left: 1px;
}
.twoColFixRtHdr #logoBar ul {
	font-size: 11px;
	text-transform: capitalize;
	margin: 0px;
	padding: 0px;
	position: absolute;
	right: 3px;
	width: 360px;
	top: 35px;
}
.twoColFixRtHdr #logoBar ul li {
	white-space: normal;
	display: inline;
	padding-right: 4px;
	padding-left: 4px;
	list-style-position: inside;
	list-style-type: none;
}
.twoColFixRtHdr #logoBar ul li a:hover {
	color: #C0F;
}
.twoColFixRtHdr #line1 {
	padding: 0px;
	height: 0px;
	width: 780px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.twoColFixRtHdr #flashBar {
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	height: 108px;
	background-color: #FFF;
	border-right-width: 50px;
	border-left-width: 50px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFF;
	border-left-color: #FFF;
}
.twoColFixRtHdr #mainNavBar {
	background-image: none;
	background-repeat: repeat-x;
	background-position: bottom;
	height: 20px;
	width: 880px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 5px;
	background-color: #57c5fa;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #000;
	border-bottom-color: #000;
}
.twoColFixRtHdr #mainNavBar #mainNav {
	height: auto;
	width: 880px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	margin-top: 2px;
}
.twoColFixRtHdr #mainNavBar #mainNav ul {
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0px;
	padding: 0px;
}
.twoColFixRtHdr #mainNavBar #mainNav ul li {
	white-space: normal;
	display: inline;
	padding-right: 5px;
	padding-left: 5px;
}
.twoColFixRtHdr #header {
	background-color: #FFF;
	margin: 0px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	font-size: 14px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: 1px;
	border-top-color: #FFF;
} 


.twoColFixRtHdr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 40px;
	border-right-width: 50px;
	border-left-width: 50px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFF;
	border-left-color: #FFF;
	border-bottom-width: 10px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
} 

.twoColFixRtHdr #container #backButton a {
	font-size: 13px;
}
.twoColFixRtHdr #container #backButton a:hover {
	color: #C0F;
}
.twoColFixRtHdr #container #header #sendDatabase a {
	font-size: 13px;
	color: #03F;
}

.twoColFixRtHdr #container #header #sendDatabase a:hover {
	color: #C0F;
}


.twoColFixRtHdr #container #header a {
	font-size: 11px;
}
.twoColFixRtHdr #container #header a:hover {
	color: #C0F;
}
.twoColFixRtHdr #container #header h1 {
	font-size: 21px;
}
.twoColFixRtHdr #container #header p {
	font-size: 14px;
}

.twoColFixRtHdr #sidebar1 {
	float: right; /* 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 10px;
}
.twoColFixRtHdr #container #sidebar1 h2 {
	font-size: 14px;
	text-transform: capitalize;
	margin: 0px;
	padding: 0px;
}
.twoColFixRtHdr #container #sidebar1 p {
	font-size: 13px;
	margin: 0px;
	padding: 0px;
}
.twoColFixRtHdr #container #sidebar1 ul {
	font-size: 11px;
	text-transform: capitalize;
	margin: 0px;
	list-style-position: inside;
	list-style-type: none;
	padding: 0px;
}
.twoColFixRtHdr #container #sidebar1 ul li {
	white-space: normal;
	display: block;
	list-style-position: inside;
	list-style-type: none;
	text-align: left;
	border: 1px solid #000;
	width: 150px;
	padding: 5px;
	background-image: url(../jpegs/blue_line.jpg);
	background-repeat: repeat-x;
	background-position: top;
	height: 12px;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
}
.twoColFixRtHdr #mainContent {
	font-size: 14px;
	margin-top: 0;
	margin-right: 250px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	position: relative;
	width: 770;
} 
.twoColFixRtHdr #container #mainContent #parentTextbox {
	height: 300px;
	width: 200px;
	padding: 5px;
	margin-left: 5px;
	border: 1px solid #000;
	background-color: #FCF;
}
.twoColFixRtHdr #container #mainContent p {
	font-size: 14px;
}
.twoColFixRtHdr #container #mainContent h1 {
	font-size: 14px;
}

.twoColFixRtHdr #container #mainContent #bbb {
	margin-bottom: 30px;
	margin-top: 30px;
	height: 25px;
}
.twoColFixRtHdr #container #mainContent #purchaseLinks a {
	color: #000;
	padding-right: 4px;
	padding-left: 4px;
	font-size: 14px;
	margin: 0px;
}
.twoColFixRtHdr #container #mainContent #purchaseLinks {
	width: 350px;
	height: 20px;
	border: 1px solid #000;
}
.twoColFixRtHdr #container #mainContent #purchaseLinks a:hover {
	color: #03F;
	margin: 0px;
	padding-top: 0px;
	padding-right: 4px;
	padding-bottom: 0px;
	padding-left: 4px;
}
.twoColFixRtHdr #container #mainContent #frmContact fieldset p #spryconfirm1 .confirmInvalidMsg {
	font-style: italic;
}
.twoColFixRtHdr #container #mainContent span {
	color: #03F;
	font-size: .89em;
}
.twoColFixRtHdr #container #mainContent hr {
	margin-top: 25px;
}
.twoColFixRtHdr #container #mainContent p a {
	text-decoration: underline;
	color: #03F;
}

.twoColFixRtHdr #container #mainContent #conferences {
	background-color: #FFF;
}
.twoColFixRtHdr #container #mainContent #financial_data {
	font-size: 12px;
}
.twoColFixRtHdr #container #mainContent #financial_data h1 {
	font-size: 12px;
}

#container #mainContent #frmContact fieldset p {
	font-family: "Times New Roman", Times, serif;
}
#mainContent #frmContact fieldset {
	background-color: #F5F5F1;
	padding: 20px;
	margin-top: 50px;
	border: 1px solid #000;
}

.twoColFixRtHdr #footer {
	background-color: #FFF;
	padding-right: 25px;
	padding-left: 25px;
	margin-bottom: 30px;
	position: relative;
	margin-top: 30px;
	height: auto;
} 
.twoColFixRtHdr #container #footer #bottomNav {
	background-color: #FFF;
	width: 750px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 2px;
	padding-left: 2px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000;
	margin-right: auto;
	margin-left: auto;
}
.twoColFixRtHdr #container #footer #bottomNav ul {
	font-size: 11px;
	text-transform: capitalize;
	margin: 0px;
	padding: 0px;
	list-style-position: inside;
	list-style-type: none;
}
.twoColFixRtHdr #container #footer #bottomNav ul li {
	white-space: normal;
	display: inline;
	padding-right: 5px;
	padding-left: 5px;
	width: auto;
	margin-right: auto;
	margin-left: auto;
}
.twoColFixRtHdr #container #header ul {
	font-size: 11px;
	text-transform: capitalize;
}
.twoColFixRtHdr #container #header ul li {
	white-space: normal;
	display: inline;
}
.twoColFixRtHdr #container #businessNav ul {
	font-size: 11px;
	text-transform: capitalize;
	margin: 0px;
	padding: 0px;
}
.twoColFixRtHdr #container #businessNav ul li {
	white-space: normal;
	display: inline;
}
.twoColFixRtHdr #container #businessNav ul li a:hover {
	color: #C0F;
}
.twoColFixRtHdr #container #footer #bottomNav ul li a:hover {
	color: #C0F;
}
.twoColFixRtHdr #container #addressBar {
	width: 600px;
	margin-right: auto;
	margin-left: auto;
	padding: 5px;
	font-size: 11px;
	text-transform: capitalize;
	margin-bottom: 30px;
}
.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;
}
.footnotes {
	font-size: 13px;
	color: #000;
	font-style: italic;
}
