/*Tabula Rasa*/
* { 
	margin:0;
	padding:0;
}

ul {
	margin-left:30px;
}

ol {
	margin-left:30px;
}
	
body {
	font-family:Arial, Helvetica, sans-serif;
	background-color:#ffffff;
	margin:0;
	padding:0;
}
h1	{
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#003366;
	font-size:24px;
	}
	
h2	{
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#686e88;
	font-size:18px;
	}
	
h3	{
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#c6d4ef;
	font-size:16px;
	font-variant:small-caps;
	}
	
h4	{
	font-family: Arial, Helvetica, sans-serif;
	color:#686e88;
	font-size:16px;
	}
	
h6	{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	color:#afaf75;
	font-size:11px;
	}

#container {
	margin:0 auto;
	position:relative;		
	width:838px;
}
#nav {
width:153px;
float:left;
}
		
#navhead	{
	background:url(images/benavtop.jpg) no-repeat;	
	width:153px;
	height:81px;	
}

#navcontainer	{	
	background:url(images/benavcontent.jpg) repeat-y;	
	

}
		
#benav {
	width:130px;	
	margin-left:6px;
}

#benav ul {
	list-style-type:none;
	margin-left:0px;
}

.menuIndex {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:13px;
	
	cursor:pointer;
	width:130px;	
}

.menuIndexOver {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:13px;
	color:#e8e850;
	background-color:#7EA9D3;
	cursor:pointer;
	width:130px;
}

#navfoot	{
	background:url(images/benavbottom.jpg) no-repeat;	
	width:153px;
	height:16px;
	
}

#navlabel {
	font-size:12px;
	
	
}


#bodycontainer	{
	float:right;
	width:650px;
	}

#title	{
	position:relative;
	left:50px;
	top:15px;
	line-height:1em;
	}

#bodyhead	{
	background-image:url(images/beheader.jpg);
	background-repeat: no-repeat;
	width:680px;
	height:81px;
	}

#bodycontent	{
	background-image:url(images/bebghorizontalbody.jpg);
	background-repeat:repeat-y;
	width:680px;
	text-align:center;
	}
	

	
#Main {
	width:600px;
	height:600px;
	text-align:center;
}	

#logintbl {
	width:350px;
	text-align:center;
	border:1px #000000 solid;
	margin:0 auto;
}

#logintbl td {
	margin:3px;
	padding:5px;
}

#bodyfoot	{
	background-image:url(images/befooter.jpg);
	background-repeat: no-repeat;
	width:680px;
	height:84px;
	}

#profile {
	width:580px;
}

.tblOne td {
	padding:5px;
	font-weight:bold;
	
}

.tblOne {
	padding:5px;
	
	width:500;
}
