/* CSS Document */

body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #404040;
	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;
}
.twoColFixLtHdr #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 */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixLtHdr #header { 
	background: #DDDDDD; 
	padding: 0 0px 0 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. */
} 
.twoColFixLtHdr #topnav {
	background: #9a9b9f; 
	height: 25px;
	padding: 5px 10px 5px 20px; 
}

.nav_link {color:#ffffff; font-family:Arial, Helvetica, sans-serif; font-size:11px;  font-weight: bold;  text-decoration:none;}
.nav_link:link {color:#ffffff; font-family:Arial, Helvetica, sans-serif;  font-weight: bold; font-size:11px;  text-decoration:none;}
.nav_link:visited {color:#ffffff;}
.nav_link:hover {color:#00A8B2;}
.nav_link:active {color:#ffffff;}

.lnav_link {color:#404040; font-family:Arial, Helvetica, sans-serif; font-size:11px;  font-weight: none;  text-decoration:none; }
.lnav_link:link {color:#404040; font-family:Arial, Helvetica, sans-serif;  font-weight: none; font-size:11px;  text-decoration:none; }
.lnav_link:visited {color:#404040;}
.lnav_link:hover {color:#00A8B2;}
.lnav_link:active {color:#404040;}

a {color:#379498; font-family:Arial, Helvetica, sans-serif; font-size:12px;  font-weight: none;  text-decoration:none; }
a:link {color:#379498; font-family:Arial, Helvetica, sans-serif;  font-weight: none; font-size:12px;  text-decoration:none; }
a:visited {color:#379498;}
a:hover {color:#404040;}
a:active {color:#379498;}

.lggreen {color:#379498; font-family:Arial, Helvetica, sans-serif; font-size:14px;  font-weight: none;  text-decoration:none; }
.lggreen:link {color:#379498; font-family:Arial, Helvetica, sans-serif;  font-weight: none; font-size:14px;  text-decoration:none; }
.lggreen:visited {color:#379498;}
.lggreen:hover {color:#404040;}
.lggreen:active {color:#379498;}

#sidebarbox1{
float: left;
border-top: 1px solid #404040;
padding-right: 20px; 
padding-left: 20px;
padding-top: 5px;
padding-bottom: 5px;
width: 130px;
}

.twoColFixLtHdr #sidebar1 {
	float: left; 
	width: 200px; 
	background: #ffffff; 
	padding: 30px 0px 15px 0px;
}
.twoColFixLtHdr #mainContent { 
	margin: 30px 230px 30px 225px; /* the left margin on this div element creates the column down the left 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: 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 

#portnav {
	background: #9a9b9f; 
	height: 25px;
	padding: 5px 10px 5px 20px; 
}

.twoColFixLtHdr #mainContent2 { 
	padding: 0px 0px 0px 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
.twoColFixLtHdr #footer { 
	padding: 10px 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#404040; 
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.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 { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.footercontainer{
    position:relative;
    width:1px;
	height:1px;
	left: 0px;
	top: 0px;
}

.txtblk2 {
	position:absolute;
	width:168px;
	height:137px;
	z-index:1;
	left: -7px;
	top: -217px;
}
.txtblk3 {
	position:absolute;
	width:460px;
	height:30px;
	z-index:1;
	left: -240px;
	top: 25px;
}

.portcontent {
	width:890px;
	height:700px;
	z-index:1;
	margin-left: 10px;
	top: 5px;
}
.greentxt {
	color: #379498;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
}
.greentxt2 {
	color: #379498;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
}
.bodytxt {
    color: #404040;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 18px;
	text-align:justify
}
.style5 {
	font-size: 10px;
	color: #ffffff;
}
.style6 {
font-size: 14px;
color: #379498
}
.style7 {
	color: #FF0000;
	font-weight: bold;
	font-size: 12px;
}

.navlink2 {color:#ffffff; font-family:Arial, Helvetica, sans-serif; font-size:10px;  font-weight: none;  text-decoration:none;}
.navlink2:link {color:#ffffff; font-family:Arial, Helvetica, sans-serif;  font-weight: none; font-size:10px;  text-decoration:none;}
.navlink2:visited {color:#ffffff;}
.navlink2:hover {color:#00A8B2;}
.navlink2:active {color:#ffffff;}

.style1 {
	color: #FFFFFF;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
}