@charset "utf-8";
p {
	color:#000;
	font-size: small;
}
	

body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	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;
	background-color: #000;
	background-image: url(../_images/background/hsibg2.jpg);
	background-repeat: repeat-x;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
}

.fltrt_noborder {
	border:none;
	float: right;
}

.bgblack {
	background:#000;
}



.lifestart #container {
	width: 920px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFF;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	} 
.lifestart #header {
	margin-right: 3px;
	margin-left: 3px;
	background-color: #FFF;
	margin-top: 3px;
	margin-bottom: 3px;
} 
.lifestart #header div {
	padding-top: 2;
	padding-bottom: 0;
	margin-right: auto;
	margin-left: auto;
}

.lifestart #col1 {
	float:left;
	width:300px;
	margin:0 0 20px 0;
}

.lifestart #col2 {
	float:left;
	width:300px;
	margin:0 0 20px 20px;
}

.lifestart #col3 {
	float:left;
	width:300px;
	margin:0 0 20px 0;
}

.lifestart #col4 {
	float:left;
	width:300px;
	margin:0 0 20px 20px;
}

.lifestart #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 210px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 15px;
	padding-left: 15px;
}
.lifestart #mainContent { 
	margin: 0 0 0 250px; /* 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 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
.lifestart #footer {
	background-color: #209D00;
	background-image: url(../_images/footer/footer_bg.gif);
	background-repeat: repeat-x;
	margin-right: auto;
	margin-left: auto;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	width: 880px;
} 
.lifestart #footer p {
	color: #FFF;
	font-size: x-small;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	text-align: center;
}

.lifestart #footer a {
	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 */
	color: #FFF;
	font-size: x-small;
}

. swf {
	padding: 2px;
}
.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;
}
#navbar {
	width: auto;
	height: 2.1em;
	background-repeat: repeat-x;
	border: thin solid #000;
	background-color: #690;
}

.breadcrumb {
	font-size: xx-small;
}

.shiny {
	background-image: url(../_images/background/shine.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

.center {
	margin-right: auto;
	margin-left: auto;
}

#shinylink, #shinylink a {
	font-size: smaller;
	color: #FFF;
	padding-right: 20px;
	background-color: #000;
}

.hsi_highlight, .hsi_highlight a {
	color:#FFF;
	background-image:url(../_images/nav/l-menu/tile-h2.gif);
	padding-left:0.5em;
	padding-right:0.15em;
	padding-top:0.5em;
	padding-bottom:0.5em;
	border: 4px outset #390;
	background-repeat: repeat;
}

.hsi-li {
	background-image: url(../_images/icon/tick16.gif);
	background-repeat: no-repeat;
	list-style-type: none;
	padding-left:40px;
	margin:10;
}


	
	
.bb1 {
	background-image: url(../hsi_favicon.gif);
	background-repeat: no-repeat;
	list-style-type: none;
	padding-left:40px;
	margin:10;
}


.bb2 {
	background-image: url(../hsi_menu.gif);
	background-repeat: no-repeat;
	list-style-type: none;
	padding-left:40px;
	margin:10;
}

.bb3 {
	background-image: url(../_images/icon/star_yellow.gif);
	background-repeat: no-repeat;
	list-style-type: none;
	padding-left:40px;
	margin:10;
}

 .bb4 {
	background-image: url(../_images/icon/tick16.gif);
	background-repeat: no-repeat;
	list-style-type: none;
	padding-left:40px;
	margin:10;
 
.yellowtxt {
	color:#FF0;

}

[if IE 5]>
<style type="text/css"> 
/* place css box model fixes for IE 5* in this conditional comment */
.lifestart #sidebar1 { width: 230px; 	background-image: url(../_images/icon/tick1.gif);
	background-repeat: no-repeat;
}
</style>
<![endif][if IE]>
<style type="text/css"> 
/* place css fixes for all versions of IE in this conditional comment */
.lifestart #sidebar1 { padding-top: 30px; }
.lifestart #mainContent { zoom: 1; }
/* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */
</style>
<![endif]
