<!--

body 					{font-family:Geneva, Arial, Helvetica, sans-serif; color:#000000; margin:0px; padding:0px; background:#FFFFFF;}
#page					{position:relative; left:0px; top:0px; width: 100%;}
#content				{margin-top:0px;}
#contmid				{margin-top: 0px; border-width:0px; background:#ffffff; padding:0px;}
#conttop				{display:none;}
#contbottom				{display:none;}
#footer					{padding-top:25px; text-align:center;}
#header					{display:none;}
#logo					{display:none;}
#slogan					{display:none;}
#menuscont				{display:none;}
#menus					{display:none;}
#menus ul				{display:none;}
#menus ul li			{display:none;}
#menus ul li a			{display:none;}
#menus ul li a:hover	{display:none;}
#menus ul ul			{display:none;}
#menus ul ul li			{display:none;}
#menus ul ul li a		{display:none;}
#menus ul ul ul			{display:none;}

/* Mouse out and Over Classes */
div.menus a.topout		{color:#0000ff; background:#ffffff;}	/* Should be Background and Color from div.??? ul li a */
div.menus a.topover		{color:#ffffff; background:#0000ff;}	/* Should be Background and Color from div.??? ul li a:hover */
div.menus a.subout		{color:#0000ff; background:#ffffff url(/elements/arrow-left.gif) no-repeat right;}	/* Should be Background and Color from div.??? ul li a */
div.menus a.subover		{color:#ffffff; background:#0000ff url(/elements/arrow-left.gif) no-repeat right;}	/* Should be Background and Color from div.??? ul li a:hover */

/* other styles */
h1			{font-size:2em; font-weight:bold;}
h2			{font-size:1.75em; font-weight:bold;}
p			{font-size: 1em;}
.new		{color:#ff0000; font-weight:bold;}
.bold		{font-weight:bold;}
tr.theader	{font-size:.75em; background:#bfbfbf;}
.featured	{color:#0000ff; font-weight:bold; text-decoration:none;}
.featured:hover	{text-decoration:underline;}
small		{font-size: .7em; font-weight:bold; padding-bottom:5px;}
small a		{text-decoration:none;}

/* Fix Problems Using IE */
* html #menuscont			{height:26px;}
* html #menus				{top:0px;}
* html #menus ul			{width:99%;}
* html #menus ul ul			{width:8em;}
* html #menus ul ul ul		{width:11em;}
* html #menus ul ul ul li a	{width:100%;}

-->