body
		{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #330066;
		}
		
		#container
		{
			margin: 1em 5%;
			background-color: #FFF;
			width: 800px; 
			/* Comment the width statement out to make the page elastic */
		}
		
		#banner
		{
			background-color: #fff;
		/*	width: 800px;*/
			height: 88px;
		}
		
		#banner h1
		{
				font-size:18px;
			margin: 0;
			padding: .5em;
		}
.menuhang { text-indent: -1.3em; margin-left: 1.3em; } 		
p.errtext{
	color: red;
	font-size: 12px;
	
}
p.smindent{
	font-size: 14px;
	padding-left: 10px;
}
.bm_list_h{
	font-size: 12px;
	font-weight: bold;
/*	margin-left: 15px;

	border-bottom: 1px;
	border-bottom-style: solid;
	border-bottom-color: #555555;
*/
}
.bm_list_d{
	font-size: 11px;
	font-weight: normal;

	


}
p.subhead{
	font-size: 12px;
	font-weight: bold;
}

A:link {text-decoration: none;
color: blue;}
A:visited {text-decoration: none;
color: blue;}
A:active {text-decoration: none;
color: blue;}
A:hover {text-decoration: underline; color: red;}

#titletext{
	width: 380px;
	height: 96px;
	text-align: left;
	border: 1px;
	border-color: black;
	float: left;
	font-size: 18px;
	
}
#titletext p.title{
	font-size: 20px;
	padding-top: 2px;
	padding-left: 2px;

}
#titletext p.subtitle{
	font-size: 14px;
			
	padding-left: 2px;
}
#titlebox{
	width: 240px;
	height: 99px;

	border: 2px;
	border-color: white;
	float:left;	
}

#titlebox p{
	font-size: 18px;
	padding-top: 2px;
	padding-left: 2px;
}

#titlebox img{
	margin-right:10px;
	}
#topbar 
#inbox h1{
	font-size: 15px;
	font-weight: bold;
}
#inbox{
	width: 100%;
	border: 1px;
	margin: 2px;
	padding: 2px;
	height: 60px;
	border-color:  #222222;
	border-style: solid;
}
#clientlogobox{
	width: 160px;
	text-align: right;
	border: 0px;
	border-color: #000000;
	float: right;
	font-size: 13px;
	padding-top: 24px;
	
}
#clientlogobox img{
	padding-top: 4px;
}

#topbar {
	height: 24px;
	background: #062f67;
	text-align: left;
	color: #fff;
	}

#topbar p {
	padding-top: 2px;
	padding-left: 2px;
}
#topbar img {border-color:#062f67;}
#topbar img:hover {border-color:white;}
#topbar A:link {text-decoration: none}
#topbar A:visited {text-decoration: none}
#topbar A:active {text-decoration: none}

#topbar A:hover {text-decoration: underline; color: white;}



		#menu
		{
			float: left;
			width: 160px;
			margin-left: 2px;
			padding-top: 1em;
			min-height: 420px;
		}
		
		#menu p { margin-top: 0; }
#menu p.sub{
	font-size: 15px;
	padding-top:  3px;
}
		
#menu a {
	color:				#062f67;
	text-decoration:	none;
	font-size:			12px;
	padding:			0px 0px 0px 0px;
	margin-left:		6px;
}
#menu a:hover {
	color:				#062f67;
	text-decoration:	underline;
	font-size:			12px;
	padding:			0px 0px 0px 0px;
	margin-left:		6px;
}	
		
#content
{
	padding-top: 1em;
	margin: 0 0 0 195px;
}
		
#content h2 
{ 
	margin-top: 0; 
	font-size:			16px;
	font-weight: bold;
	margin-bottom:  0px;
}	
#footer
{
			clear: both;
			background-color: #062f67;
		height:24px;
			text-align: left;
			color: #fff;
			font-size: 10px;
		}
		#footer p{
			padding-top: 2px;
			padding-left: 2px;
		}
		#footerimage{
			float: right;
			border:2px;
			
			padding-left:  10px;
			padding-right: 30px;
		}