body		{
	background-color: #888888;
	font-family: arial, helvetica, sans-serif;
		}

#container	{width: 800px;
	height: auto;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid black;
	background-color: white;
	}

#logo	{width: 800px;}

#navbar	{width: 800px;}


#content	{
	background-image: url('../images/benifund_girl.jpg');
	background-repeat: no-repeat;
	padding: 31px 0px 20px 20px;
			}

#footer	{
	background-color: #EC8121;
	padding: 15px;
	padding-top: 3px;
	padding-bottom: 4px;
	text-align: center;
		}
		








/*Navigation Bar gradient*/
.cssnav
{
position: relative;
float: left;
font-family: arial, helvetica, sans-serif;
background: url(../images/misc/button_3.jpg) no-repeat;
white-space: nowrap;
display: block;
width: 160px;
height: 24px;
padding: 0px;
text-decoration: none;

}

.cssnav a
{
display: block;
font-size: 16px;
float: left;
text-decoration: none;
}

.cssnav img
{
width: 160px;
height: 24px;
border: 0;
}



* html a:hover

{
visibility:visible
}

.cssnav a:hover img
{
visibility:hidden;
}


/*Text on Nav Bar*/
.cssnav span
{
position: absolute;
color: white;
left: 0px;
top: 2px;
margin: 0px;
padding: 0px;
cursor: pointer;
text-align: center;
width: 160px;
}




h1		{
	font-size: 26px;
	font-weight: bold;
	margin-bottom: 4px;
	margin-top: 10px;
			}

h2		{
	font-size: 16px;
	font-weight: bold;
	margin: 0px 0px 5px 0px;
	border-bottom: 2px dotted #666666;
			}

h3		{
	font-family: Times, "Times New Roman", serif;
	font-style: italic;
	font-size: 30px;
	text-align: center;
	line-height: 0px;
		}

p		{
	font-size: 13px;
	margin-top: 4px;
		}


img		{
	border: 0;
		}


#footer td		{
	font-size: 24px;
	
	color: #FFFFFF;
	line-height: 22px;
	vertical-align: middle;
		}


td.padding	{padding-right: 15px;}



img.floatright	{float:right;}

em		{
	font-weight: bold;
	font-style: normal;
		}

span	{color: #C26A1B;}

a	{color: #C26A1B;}
a:visited {color: #C26A1B;}

#content h1,h2,p	{margin-right: 450px;}

.indent {text-indent: 10px;}

#footer table	{height: 48px; width: 760px;}

.center	{text-align: center;}

.noindent	{
		margin: 0px;
		text-indent: 0px;
			}