/*  General Layout */
	body
	{
		background-color: #f2f2f3;
		font-size: 11px;
		font-family: Arial, Helvetica, sans-serif;
	}
	body, html 
	{
		margin:0;
		padding:0;
		color:#000;
		background:#c3c4c4;
		background-image: url("/img/bg.png");
		background-attachment: fixed;
		text-justify: justify !important;
	}
	
	#wrap 
	{
		width:750px;
		margin:0 auto;
		background:#5e5d5f;
	}
	#header 
	{
    	padding:5px 10px;
	}
	#main 
	{
		float:right;
		width:440px;
		padding:30px;
		background-color: #f2f2f3;
	}
	#sidebar 
	{
		float:left;
		width:230px;
		padding:10px;
		background:#5e5d5f;
	}
	#logo
	{
		width: 237px;
		height: 275px;
		background-image: url("/img/nav_logo.png");
	}
	#logo:hover
	{
		width: 237px;
		height: 275px;
		background-image: url("/img/nav_logo_over.png");	
	}
	#footer 
	{
		clear:both;
		padding:5px 10px;
	}
	#footer p 
	{
		margin:0;
    }
	* html #footer 
	{
		height:1px;
	}
	
/*  Navigation Bar */
	.nav_button
	{
		display: block;
		width: 230px
		height:40px;
		min-height:40px;
		font-size: 18px;
		border: 2px solid #cbcbcc;
		background-color: #515051;
		background-repeat: repeat-x;
		background-image:url("/img/button.png");
		text-decoration: none;
		color: white;
		padding: 0px;
		margin-bottom: 5px;
		line-height: 34px;
		
	}
	.nav_button:hover
	{
		border-color: white;
	}
	.nav_button img, .nav_button span
	{
		vertical-align: middle;
		margin: 0px;
		padding: 0px;
	}
	.nav_button img
	{
		border: none;
		float: left;
		margin:3px;
	}
	.noicon
	{
		margin-left: 37px;
	}
	.small
	{
		font-size: 15px !important;
		
	}
	.return
	{
		color: gray;
		font-weight: bold;
		text-decoration: none;
		font-family: Times, serif;
	}

	/*  Content */
	.content
	{
		background-color: white;
		padding: 5px;
		width: 500px;
	}
	.graymatte
	{
		padding: 10px;
		background-color: #f2f2f3;
	}
	.darkgraymatte
	{
		background-color: #dcddde;
		padding: 10px;
	}
	.bio_name
	{
		color: #85858a;
		font-weight: bold;
	}
	.bio_name img
	{
		
		
	}
	
	table em
	{
		font-style: normal;
		font-weight: bolder;
	}
	
	#savings
	{
		font-weight: bold;
		font-size: medium;
		color: green;
	}

	/* Headers */
	h2
	{
		
		height:34px;
		width: 98%;
	
		background-image:url(/img/header.png);	
		
		text-align: right;
		margin-right: 0px !important;
		padding-right: 10px;
		
	}
	h2 img
	{
		vertical-align: middle;
	}
	
	.clear 
	{
		clear: both;
	}
	
	#footer,
	#footer a
	{
		text-align: right;
		font-size: smaller;
		color: white;
		text-decoration: none;
		font-weight: bold;
		font-family: sans-serif;
		
	}
	/* Forms */
	form
	{
		color: #6d6e71;
		font-family: Times, serif;
		font-size: smaller;
		
	}
	textarea
	{
		width: 100%;
		height: 200px;
	}
	
	/* other */
	
.hiddenPic {display:none;}

	