html {
	font-family: Arial, Helvetica, sans-serif;
	background-color: white;
	background: url('background_repeat.png') top repeat-x;
	border-bottom: 3px solid #6e6c6b;
}

Body
{
	width: 1000px;
	font-size: 10pt;
	margin: 0 auto 0 auto;
	padding: 0 0 0 0;
	background: transparent;
	border-left: 1px solid #bfbfbf;
	border-right: 1px solid #bfbfbf;
	background: url('Cortech-earth.gif') bottom right no-repeat;		
}

a:link { color: #444444; text-decoration: underline; font-weight: bold;}
a:visited { color: #444444; text-decoration: underline; font-weight: bold;}
a:hover { color: #9bbd43; text-decoration: underline; font-weight: bold;}
a:active { color: #444444; text-decoration: underline; font-weight: bold;}

.Normal {
	font-size: 10pt;
	margin-top: 5px;
	margin-bottom: 5px;
}

hr {
}

h1 
{
    color: #000000;
    margin-top: 0px;
}

h2 
{
    color: #ffffff;
    margin-top: 0px;
}

h3
{
    color: #ffffff;
    background: url('header3.gif') no-repeat;
    font-weight: bold;
    font-size: 13px;
    margin-top: 10px;
    margin-bottom: 0px;
    padding-top: 10px;
    padding-left: 5px;
    display: block;
    width: 225px;
    height: 35px;
}

img {
	border: none;
	padding: 0px;
	margin: 0px;
}

img:hover {
	border-color: #9bbd43;
}

img-no-border
{
    border: none;
}

p {	
}

#RightContentPane
{
    padding: 10px;
}

.right-pane-ul
{
    list-style-type:none;
    margin-left: 0px;
    padding-left: 0px;
}

.right-pane-li
{
    list-style-type:none;
    background:transparent url(bullet.gif) no-repeat;
    background-position: 0 8px;
    margin-left: 0px;
    padding-left: 20px;
}

.main-pane-ul
{
    list-style-type:none;
    margin-left: 0px;
    padding-left: 0px;
}

.main-pane-li
{
    list-style-type:none;
    background:transparent url(bullet-black.gif) no-repeat;
    background-position: 0 8px;
    margin-left: 0px;
    padding-left: 20px;
}

.main-content-div
{
    margin-left: 100px;
    margin-right: 50px;
    margin-top: 8px;
    margin-bottom: 8px;
    border: dotted 2px #ffffff;
    padding: 8px;
}

div#Header {
	height: 72px;
}

div#Logo {
	float: left;
	margin: 25px 0 0 15px;
}

div#Banner {
	margin-top: 19px;
	float: right;
	height: 51px;
	width: 403px;
	background: url('Cortech-banner.png') no-repeat 5px 5px;	
	background-color: #6e6c6b;
	padding: 3px 6px 0 3px;	
	border-top: 2px dotted #2E2A2B;
	border-left: 2px dotted #2E2A2B;
}

div#Menu {
}

div#TopContentPane {
	margin: 0 10px 0 10px;
	clear: both;
}

table#Content {
	width: 980px;
	margin: 0 10px 0 10px;
	border-collapse: separate;
}

td#RightContentPane {
	width: 290px;
	margin: 0 10px 0 10px;	
	border-left: 2px dotted #dcdcdc;
	border-right: 2px solid #dcdcdc;
	border-bottom: 2px solid #dcdcdc;
	background: url('right-pane-top.png') top left no-repeat;
	vertical-align: top;
}

td#Space {
	width: 5px;
}

td#ContentPane {
	background: url('Contentpane_repeat.png') repeat-x top;
	background-color: white;       
	margin: 0px 0px 0px 0px;
	vertical-align: top;
	width: 710px;
	padding-top: 0px;
}

div#Links {
	padding-top: 30px;
	clear: both;
	text-align: center;
	margin-top: 30px;
}

div#Footer {
	text-align: center;
	background: url('Cortech-footer.gif') bottom left no-repeat;
}

div#Footer p {margin: 0;}

.SkinObject,
a.SkinObject,
a.SkinObject:link,
a.SkinObject:focus,
a.SkinObject:visited,
a.SkinObject:hover,
div#Footer {
	font-size: x-small;
	color: #6e6c66;	
	font-weight: normal;
}
a.SkinObject:hover {
	text-decoration: underline;
}

/*----------------------------------------------------*/


/* ==========================
    CSS STYLES FOR HouseMenu
   ==========================
*/

/*********************************************************************
 Standard structural CSS that typically should not need to be changed
*********************************************************************/
#houseMenuH, #houseMenuH ul { /* all submenu lists */
	padding: 0;
	margin: 0;
	border: 0;
	list-style: none;
	white-space: nowrap;
	position: relative;
	z-index: 99999;
}

#houseMenuH li { /* all list items */
	position: relative;
	display: inline;
	float: left;
	margin: 0;
	border: 0;
	padding: 0;
}

#houseMenuH li li { /* all items under the top level */
	z-index: 11113;
}

#houseMenuH a { /* all links within the menu wrapper */
	display: block;
	margin: 0; 
	border: 0;
	padding: 0;
}

#houseMenuH li li a { /* all item links under the top level */
	margin: 0;
	border: 0;
	padding: 0;
}

#houseMenuH li a:hover {
	margin: 0;
	border: 0;
	padding: 0;
}

#houseMenuH li li a:hover {
	margin: 0;
	border: 0;
	padding: 0;
}

#houseMenuH li ul {
	position: absolute;
	margin: 0;
	border: 0;
	padding: 0;
	z-index: 11112;
}

#houseMenuH li ul ul { /* third-and-above-level lists */
	margin: 0;
	border: 0;
	padding: 0;
}

#houseMenuH li:hover ul ul, 
#houseMenuH li:hover ul ul ul, 
#houseMenuH li.sfhover ul ul, 
#houseMenuH li.sfhover ul ul ul {
	left: -9999px;
}

#houseMenuH li:hover ul, 
#houseMenuH li li:hover ul, 
#houseMenuH li li li:hover ul, 
#houseMenuH li.sfhover ul, 
#houseMenuH li li.sfhover ul, 
#houseMenuH li li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
	z-index: 99999;
}

#houseMenuH iframe {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 0;
	filter: progid:DXImageTransform.Microsoft.Alpha(style=0,opacity=0);
	display: block;
}

.ArrowPointer
{
	cursor: default;
}



/*******************************************************
 Presentation CSS that typically needs to be customized
*******************************************************/
ul#houseMenuH {
	margin: 15px 3px 0px 3px;
}

#houseMenuH, #houseMenuH ul { /* all submenu lists */
	line-height: 12px;
	border: none;
	width: 994px;
	height: 22px;
	_height: 20px;
	background-color: transparent;
}

#houseMenuH li { /* all list items */
	width: 144px;
	height: 22px;
	/* hack for MacIE5 to ignore, while other browsers use \*/
	width: auto;
	_width: 1px;
	height: 22px;
	_height: 20px;
	/* end hack */
}

#houseMenuH li li { /* all items under the top level */
	width: 148px;
	height: auto;
	/* hack for MacIE5 to ignore, while other browsers use \*/
	width: 134px;
	_width: 144px;
	/* end hack */
}

#houseMenuH a { /* all links within the menu wrapper */
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	text-transform: lowercase;
	letter-spacing: 1px;
	color: #fff;
	padding: 5px;
	margin: 0 12px 0 12px;
	width: 74px;
	height: auto;
	/* hack for MacIE5 to ignore, while other browsers use \*/
	_width: 100%;
	height: 12px;
	_height: 20px;
	/* end hack */
	border-bottom: 3px solid #9bbd43;
}

#houseMenuH li li a { /* all item links under the top level */
	padding: 5px;
	width: 148px;
	height: 20px;
	/* hack for MacIE5 to ignore, while other browsers use \*/
	width: 134px;
	_width: 144px;
	height: 12px;
	_height: 20px;
	/* end hack */
}

#houseMenuH li a:hover {
	padding: 5px;
	color: white;
	margin: 0 12px 0 12px;
	background-color: #9bbd43;
	border-bottom: 3px solid #9bbd43;
	height: auto;
	/* hack for MacIE5 to ignore, while other browsers use \*/
	height: 12px;
	_height: 20px;
	/* end hack */
}

#houseMenuH li li a:hover {
	color: #000;
	background-color: #eee; 
	padding: 5px;
	height: auto;
	/* hack for MacIE5 to ignore, while other browsers use \*/
	height: 12px;
	_height: 20px;
	/* end hack */
}

#houseMenuH li ul { /* second-level lists */
	width: 144px; /* width of submenu, must be set so third-level list can get shifted over properly */
	left: -9999px; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	border: solid 1px #000;
	margin: -2px 0 0 0;
	/* hack for MacIE5 to ignore, while other browsers use \*/
	margin: 0;
	/* end hack */
	line-height: 12px;
	background-color: #666;
	height: auto;
}

#houseMenuH li ul ul { /* third-and-above-level lists */
	margin: -22px 0 0 144px;
	border: solid 1px #000;
	line-height: 12px;
	background-color: #666;
}

/* Applied to the parent item, if displayed, in either vertical or horizontal
   orientation. Must follow other styles. */
#houseMenuH #houseMenuParentItem a
{ /* all links under the parent item (li) */
	background-color: transparent; 
	color: #fff; 
	background-color: #300; 
	text-decoration: none;
}

#houseMenuH a#houseMenuParentLink
{ /* parent link itself */
	background-color: transparent; 
	color: #fff; 
	background-color: #300; 
	text-decoration: none;
}

#houseMenuH a#houseMenuCurrentLink
{ /* current link itself */
	padding: 5px;
	color: #fff; 
	background-color: #900; 
	text-decoration: none;
}

a#houseMenuHCurrentLink {
	background-color: #9bbd43;
}



.subnavdiv
{
    border-left: dotted 2px #9bbd43;
    border-bottom: dotted 2px #9bbd43;
    margin-left: 329px;
    padding: 5px;
    margin-bottom: 10px;
    width: 520px;
}

.subnavdiv a
{
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	text-transform: lowercase;
	letter-spacing: 1px;
	color: #fff;
	padding: 5px;
}

.subnavdiv a:hover
{
    background-color: #9bbd43;
}