@charset "utf-8";
/* CSS Document */

body {
	background-color: #fff;
	background-image: url(bg.gif);
    background-repeat: repeat-x;
    background-attachment: fixed;
	font-family: Arial, Helvetica, sans-serif;
/*	font-size:13px;*/
	color: #004991;
	margin-top:0px;
	margin-bottom:0px;
}

#wrapper {
margin:0 auto;
width:960px;
background-color:white;
padding:3px 5px 6px 5px;
height:100%;
border-left:1px solid #72a7c9;
border-right:1px solid #72a7c9;

}

#container {
margin:0 auto;
width:950px;
padding:0px;
}

#menutop {
/*margin:0 auto;*/
float:right;
width:540px;
height:24px;
padding:6px 0 6px 0;
text-align:right;
background-color:#fff;
}

#leftcol {
float:left;
width:400px;
margin-top: 0;
text-align:left;
z-index: 1;
}

#rightcol {
float:right;
margin-top: 3px;
width: 540px;
}

#hometext {
clear:both;
margin:0;
width:950px;
}

#partners {
clear:both;
margin-top:3px;
width:950px;
text-align:center;
}

#footer {
clear:both;
margin-top:3px;
margin-bottom:0;
width:950px;
text-align:center;
}


#menubtm {
margin:12px;
padding:12px;
text-align:center;
font-size:11px;
}

#copyright {
margin:12px 0 3px 0;
padding:12px 0 3px 0;
text-align:center;
font-size:10px;
color:#bbb;
}


#lifecycle {
padding:0;
margin:0;
background-image: url(sky.jpg);
background-repeat: no-repeat;
z-index:1;
}