#nav table	{
	background-color: white;
}
#nav td	{
	text-align: center;
}
#nav a, #dropMenu1 a	{
	font-family: arial;
	font-weight: bold;
	font-size: 14px;
	color: #163A49;
	text-decoration: none;
}
#nav a:hover, #dropMenu1 a:hover	{
	font-family: arial;
	font-weight: bold;
	font-size: 14px;
	color: #163A49;
	text-decoration: underline;
}
#content	{
	padding: 0px;
}
#main_pane	{
	position: relative;
}
/* ----------  text styles ---- */
#left_bar h4	{
	font-family: arial;
	font-weight: bold;
	font-size: 14px;
	color: #fff;
	text-align: center;
	padding: 3px;
}
h1,h2,h3,h4,h5,b	{
	font-family: arial;
}
h1	{
	font-size: 24px;
	font-weight: bold;
	padding: 5px;
	color: #0F6F9F;
}
h2	{
	font-size: 22px;
	font-weight: bold;
	padding: 5px;
	color: #000;
	border: none;
	text-align: center;
}
h4	{
	font-weight: bold;
	font-size: 14px;
	padding: 5px 5px 5px 5px;
	margin: 0px;
}
h3, h3.center	{
	font-size: 16px;
	font-weight: bold;
	color: #0F6F9F;
}
h3	{
	text-align: left;
	padding: 5px;
}
h3.center	{
	text-align: center;
	padding: 5px 100px 5px 100px;
}
#left_bar h5	{
	color: white;
	text-align: center;	
	font-weight: normal;
}
#content ul	{
	padding: 0px 10px 0px 10px;
}
