@charset "UTF-8";
/* CSS Document */

*
{
padding:0px;
margin:0px;
}

body
{
background-color:#666666;
font:87.5% Arial, Helvetica, sans-serif;
}

.imageTxt, #printBtn, #closeBtn
{
text-indent:-9999px;
overflow:hidden;
background: no-repeat left top;
display:block;
}

.content
{
width:900px;
height:675px;
background-image:url(../images/bkgd_page.jpg);
margin:0px auto;
font-size:1em;
line-height:1.3;
}

.content h1
{
width:217px;
height:74px;
background-image:url(../images/higher_living_logo.gif);
background-position:right bottom;
padding-top:27px;
padding-left:22px;
}

.scrollable
{
width:820px;
height:500px;
margin-top:10px;
margin-left:40px;
overflow:auto;
}

	ol li
	{
	list-style:decimal inside;
	}

#controls
{
height:43px;
overflow:auto;
margin:5px 40px 10px;
}

	#printBtn
	{
	background:url(../images/btn_print.gif);
	width:73px;
	height:41px;
	float:left;
	margin-right:15px;
	cursor:pointer;
	}
	
	#closeBtn
	{
	background:url(../images/btn_close.gif);
	width:73px;
	height:41px;
	float:left;
	cursor:pointer;
	}

/* -- CONFIRMATION PAGE --- */

	#confirm p
	{
	width:756px;
	height:313px;
	background-image:url(../images/confirm_main_paragraph_image.gif);
	position:relative;
	left:72px;
	}
	
	#confirm .linkList li, #error404 .linkList li
	{
	margin-bottom:20px;
	margin-left:405px;
	list-style-type:none;
	}
	
	#confirm #inviteLink
	{
	display:block;
	background-image:url(../images/link_invite_a_friend.gif);
	width:292px;
	height:13px;
	}
	
	#flockLink
	{
	display:block;
	background-image:url(../images/link_flock_your_friends.gif);
	width:175px;
	height:14px;
	}
	
	#createLink
	{
	display:block;
	background-image:url(../images/link_create_another_you.gif);
	width:250px;
	height:14px;
	}
	
	#homeLink
	{
	display:block;
	background-image:url(../images/link_back_to_home.gif);
	width:229px;
	height:15px;
	}
	
/* --- TERMS AND CONDITIONS --- */

	#terms h2, #terms p, privacy h2, privacy h3, #privacy p
	{
	margin:10px 0px;
	}
	
	privacy h3
	{
	margin-bottom:-10px;
	}

/* --- 404 --- */

	#error404 p
	{
	background-image:url(../images/404_main_paragraph_image.gif);
	width:756px;
	height:201px;
	margin-left:40px;
	}
	
	#createLink2
	{
	background-image:url(../images/link_create_winged_you.gif);
	width:184px;
	height:13px;
	}