/* CSS Document */

p {
	margin-top: 8px;
	margin-bottom: 8px;
}

a:link		{ color: #000000; text-decoration: underline; }
a:visited	{ color: #000000; text-decoration: underline; }
a:hover		{ color: #009ee0; text-decoration: underline; }
a:active	{ color: #009ee0; text-decoration: underline; }
		
.title	{
		color: #009EE0;
		font-size: 3em;
		}
	
.headline	{
		color: #009EE0;
		font-size: 1.5em;
		}
		
.gray	{
		color: #000000;
		font-weight:bold;
		}
		
.line	{
		color: #000000;
		font-weight: bold;
		}
		
.text	{
		color: #000000;
		}

.subnav	{
		color: #666666;
		font-size: 1em;
		}

		
x.subnav a:hover	{
		color: #fae14c;
		text-decoration: underline;
		} 
		
x.subnav a:active	{
		color: #000000;
		text-decoration: underline;
		}
						
.nav	{
		color: #ffffff;
		font-size: .6em;
		}
		
.nav a		{ color: #ffffff; text-decoration: none; }
.nav a:visited	{ color: #ffffff; text-decoration: none; }
.nav a:hover	{ color: #fae14c; text-decoration: none; }
.nav a:active	{ color: #000000; text-decoration: none; }
		
.active	{
		color: #000000;
		}			

/*Rounded Corners*/

b.rtop {
		display:block;
		background: #c9eeff;
		}
		
b.rbottom {
		display:block;
		background: #22baeb;
		}
		
b.rtop b	{
		display:block;
		height: 1px;
		overflow: hidden;
		background: #ffffff;
		}
		
b.rbottom b	{
		display:block;
		height: 1px;
		overflow: hidden;
		background: #87d0f0;
		}
		
b.r1{margin: 0 5px}
b.r2{margin: 0 3px}
b.r3{margin: 0 2px}
b.rtop b.r4, b.rbottom b.r4{margin: 0 1px;height: 2px}

/* End Rounded Corners */

		
body	{
		margin: 0px;
		padding: 0px;
		width: 100%;
		height: 100%;
		font-family: Helvetica, Verdana, Arial, sans-serif;
		background-color: #22BAEB;
		background-image: url("images/background.jpg");
		background-repeat: repeat-x;
		text-align: center;
		}
		
#container { 
		margin-top: 0px;
		margin-left: auto;
		margin-right: auto;
		width: 765px;
		height: auto;
		}
		
#header	{
		margin: 50px 0px -2px 0px;
		width: 765px;
		height: 133px;
		background-image: url("images/header.gif");
		}
		
#logo	{
		margin-left: 30px;
		width: 350px;
		height: 125px;
		}

#search	{
		text-align: left;
		margin-top: 90px;
		margin-left: 210px;
		font-size: .8em;
		}
		
#nav	{
		margin-left: 35px;
		padding-top: 5px;
		text-align: left;
		}
		
#nav_background	{
		wdith: 765px;
		height: 26px;
		margin: 0px;
		padding: 0px;
		background-image: url("images/nav.gif");
		}
		
#content	{
		width: 765px;
		height: 211px;
		text-align: left;
		color: #ffffff;
		font-size: .8em;
		margin: -3px 0px -3px 0px;
		background-image: url("images/content.jpg");
		}
		
#subcontent	{
		width: 760px;
		height: 100%;
		background-image: url("images/subcontent.gif");
		background-repeat: repeat-x;
		background-color: #87d0f0;
		text-align: left;
		font-size: .8em;
		margin-bottom: 8px;
		margin-left: 2px;
		}
		
#employer_benefit_lending	{
		margin-left: 25px;
		width: 280px;
		height: 120px;
		background-image: url("images/employer_benefit_lending.gif");
		background-repeat: no-repeat;
		}
		
#subnav	{
		margin-top: 10px;
		margin-left: 9px;
		color: #FFFFFF;
		font-size: .7em;
		text-align: left;
		}
		

		
		
		
		
		
		
		
		
		
		
		
		