html { min-height: 100%; margin-bottom: 1px; }

body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #F2F2F2;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 5px 0px 0px 0px; 
	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-size: 12px;
}
.twoColFixRtHdr #container { 
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #ffffff;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	padding: 0px 0px 0px 0px; 
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixRtHdr #header { 
	background: #cae6a3; 
	padding: 0px 0px 0px 0px;  /* 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. */
	background-image:url(images/ca_top.jpg);
	height: 243px;
} 
.twoColFixRtHdr #main { 
	background: #e9e9e9; 
	padding: 0px 0px 0px 0px;  /* 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. */
	background-image:url(images/bg_main.gif);
	margin: 0px 0px 0px 0px;
} 
.twoColFixRtHdr #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: 28px 0px 0px 66px;  /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	color: #d1ff01;
	font-weight: bold;
	font-size: 28px;
}
.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 150px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	text-align: top:	
}
.twoColFixRtHdr #nav { 
	background: #9c9c9c; 
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 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. */
	background-image:url(images/bg_nav.gif);
	height: 32px;
	line-height:32px;
}
.twoColFixRtHdr #navtext { 
	color: #d1ff01;
	font-weight: bold;
	font-size: 16px;
} 
A.navtext, A.navtext:link, A.navtext:visited {
	color: #538f09;
	font-weight: bold;
	font-size: 15px;
	text-decoration: none;
} 
A.navtext:active, A.navtext:hover, A.navtext:focus {
	color: #d1ff01;
	font-weight: bold;
	font-size: 15px;
	text-decoration: none;
}
.twoColFixRtHdr #navtexton { 
	color: #d1ff01;
	font-weight: bold;
	font-size: 15px;
} 
A.navtexton, A.navtexton:link, A.navtexton:visited {
	color: #d1ff01;
	font-weight: bold;
	font-size: 15px;
	text-decoration: none;
} 
A.navtexton:active, A.navtexton:hover, A.navtexton:focus {
	color: #d1ff01;
	font-weight: bold;
	font-size: 15px;
	text-decoration: none;
} 

.navtexton { 
	color: #F2F2F2;
	font-weight: bold;
	font-size: 15px;
} 

.fbox { 
	color: #238E68;
	font-weight: normal;
	font-size: 14px;
	float: right;
	padding: 20px 20px 20px 20px;
	margin: 15px 0px 15px 15px;
	border-color: white;
	border-width: 1px;
	border-style: solid;
} 
A.fboxl, A.fboxl:link, A.fboxl:visited {
	color: #238E68;
	font-weight: normal;
	font-size: 14px;
	text-decoration: underline;
} 
A.fboxl:active, A.fboxl:hover, A.fboxl:focus {
	color: #000000;
	font-weight: normal;
	font-size: 14px;
	text-decoration: underline;
} 

A.fbox2, A.fbox2:link, A.fbox2:visited {
	color: #238E68;
	font-weight: normal;
	font-size: 14px;
	text-decoration: none;
} 
A.fbox2:active, A.fbox2:hover, A.fbox2:focus {
	color: #000000;
	font-weight: normal;
	font-size: 14px;
	text-decoration: underline;
} 


.twoColFixRtHdr #mainContent { 
	margin: 0px 200px 0px 0px; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 20px 20px 40px 68px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	line-height: 18px;
} 
.twoColFixRtHdr #mainContent h2{ 
	color: #000000;
	font-size: 14px;
	font-weight: bold;
}

A.blink, A.blink:link, A.blink:visited {
	color: #000000;
	font-weight: normal;
	font-size: 12px;
	text-decoration: underline;
} 
A.blink:active, A.blink:hover, A.blink:focus {
	color: #FF0000;
	font-weight: normal;
	font-size: 12px;
	text-decoration: underline;
} 


ul {
	padding: 0px 0px 0px 25px;
	margin: 0px 0px 10px 0px;
	list-style-type:disc;
	list-style-position: outside;
}
ul li {
	padding: 5px 0px 2px 0px;
	margin: 0px 0px 0px 20px;
}
ul a, ul a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	color: #0047b6;
	font-weight: normal;
}
ul a:hover, ul a:active, ul a:focus {
	color: #0047b6;
	text-decoration: underline;
}
.twoColFixRtHdr #footerbar { 
	padding: 0 0px 0 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#999999;
	height: 10px;
} 

.porttext { 
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	color: #337147;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
} 

.footertext { 
	color: #999999;
	font-size: 10px;
} 
A.footertext, A.footertext:link, A.footertext:visited {
	color: #999999;
	font-size: 10px;
	text-decoration: none;
} 
A.footertext:active, A.footertext:hover, A.footertext:focus {
	color: #000000;
	font-size: 10px;
	text-decoration: none;
}
.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;
}

.part { 
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 10px;
	font-weight: normal;
	text-align: left;
	margin-left: 50px
} 

A.part, A.part:link, A.part:visited {
	color: #000000;
	font-size: 10px;
	text-decoration: underline;
} 
A.part:active, A.part:hover, A.part:focus {
	color: #FFFFFF;
	font-size: 10px;
	text-decoration: underline;
}


.partcomp { 
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	color: #337147;
	font-size: 13px;
	font-weight: normal;
	text-align: left;
	line-height: 18px;
	text-decoration: none;
} 

.test { 
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 10px;
	font-weight: normal;
	text-align: left;
	line-height: 14px;
	text-decoration: none;
	font-style: italic;
} 


	/*hiddenpic*/
	.hiddenpic { display: none; width: 0px; height: 0px; padding: 0px; margin: 0px; border: 0 none; }

	.clean { padding: 0px; margin: 0px; border: 0 none; }


	.port { width:  150px; border: 1px solid #FFFFFF; padding: 0px; margin: 20px 0px 10px 0px; }
	
	.porttab { width: 600px; border: none; padding: 0px; margin: 0px 0px 50px 0px; text-align: left;}

	.biopic { float: left;  width: 112px; padding: 0px; margin: 5px 15px 10px 0px; border: 1px solid white; }


.showcase { 
	color: #009ACD;
	font-size: 16px;
} 


.shtext  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
}

