@charset "utf-8";
a:link {  /* for unvisited links */
	color: #000000;
	text-decoration: none;
}
a:visited {  /* for visited links */
	color: #666666;
	text-decoration: none;
}
a:hover { /* when mouse is over link */
	color: #333333;
	text-decoration: none;
}
a:active { /* when mouse is over link */
	color: #333333;
	text-decoration: none;
}
body {
	font: 100% Tahoma;
	background-image:url(http://www.otcsystems.com/images/background-for-content.png);
	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;
	height: 889px;
}
.oneColFixCtrHdr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	height: 117px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #container1000 {
	width: 1000px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	height: 117px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	height: 117px;
	background-image:url(http://www.otcsystems.com/images/top-bar-background.png);
	color: #CCCCCC;
}
.oneColFixCtrHdr #headerlogin {
	height: 35px;
	width: 380px;
	background-image:url(http://www.otcsystems.com/images/sign_in_bar_middle.png);
	background-repeat:repeat-x;
	font-size: 9px;
	color: #CCCCCC;
	vertical-align:top;
	padding:5px 0 0 0;
}
.oneColFixCtrHdr #subheader {
	height: 33px;
	background-image:url(http://www.otcsystems.com/images/top-sub-bar-background.png);
	font-size: 9px;
	color: #333333;
}
.oneColFixCtrHdr #mainContent3Column {
	height: 654px;
	font-size: 9px;
	color: #666666;
}
.oneColFixCtrHdr #mainContent3Column a {
	text-decoration:underline;
}
.oneColFixCtrHdr #mainContent3Column 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 */
	font: 100% Tahoma;
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	padding: 0 10px 0 10px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.oneColFixCtrHdr #mainContent3Column h2 {
	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 */
	font: 100% Tahoma;
	font-size: 12px;
	color: #333333;
	font-style:normal;
	padding: 0 10px 0 10px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.oneColFixCtrHdr #mainContent3Column h3 {
	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 */
	font: 100% Tahoma;
	font-size: 10px;
	color: #333333;
	font-style:normal;
	padding: 0 10px 0 10px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.oneColFixCtrHdr #mainContent3Column h4 {
	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 */
	font: 100% Tahoma;
	font-size: 14px;
	font-weight: bold;
	color: #FF0000;
	padding: 0 10px 0 10px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.oneColFixCtrHdr #footer {
	color: #999999;
	font-size: 9px;
}
.oneColFixCtrHdr #contentPagesBoxes {
	padding: 10px 0 0 10px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	margin-top:5px;
	border: 1px;
	border-color:#999999;
	border-style:solid;
	width: 90px;
	height: 90px;
}

/* START - Sliding Doors of CSS by Douglas Bowman - http://www.alistapart.com/articles/slidingdoors2/  */
#tabheader {
	width:100%;
	font-size:9px;
	line-height:normal;
	text-align:center;
}
#tabheader ul {
	margin:0;
	padding:0;
	list-style:none;
}
#tabheader li {
	float:left;
	display:left; 
	margin:0;
	padding:0;
}
#tabheader a {
	display:block;
	float:left;
	background:url("http://www.otcsystems.com/images/rollover.png") no-repeat right top;
	margin:0;
	width:110px;
	padding:11px 0 10px 0;
	text-decoration:none;
	font-weight:normal;
	color:#333333;
}
#tabheader a:hover {
	background-position:0 -33px;
	color:#FFFFFF;
}
/* END  - Sliding Doors of CSS by Douglas Bowman - http://www.alistapart.com/articles/slidingdoors2/  */

