/*
-----------------------------------------------
Profiles in Caring Style Sheet
author:   Andrew McCloy
version:  2006.01
----------------------------------------------- */

body 
	{
		background: #ECEEFA;
		margin: 25;
	}

#outer 
	{
		background:#fff;
		border: 1px solid #6C7997;
		margin: 0;
		min-height: 198px !important;
	}
	
#mainbody
	{
		background: #90A1C9;
		margin: 0px;
	}
	
#main
	{
		font-family: arial, helvetica;
		font-size: 11px;
		font-weight: bold;
		color: #00529C;
		margin: 4px;
		background-image: url(images/equitable_bg.gif);
		background-repeat: no-repeat;
		background-attachment: fixed;
		background-position: center right; 
		
	}

#footer
	{
		font-family: arial, helvetica;
		font-size: 10px;
		color: #FFFFFF;
		margin: 4px;
		background:#94AE8D;
		border: 1px solid #6F0531;
	}

.links 
	{
		font-family: arial, helvetica;
		font-size: 11px;
		color: #11266A;
		margin: 4px;
		font-weight: bold;
	}

