body {
	MARGIN: 0px;
	padding-top: 50px;
	font-family: Verdana, Arial, Helvetica;
	font-size: 10px;
	BACKGROUND: url('images/pattern.gif');
}

#contact  {
	background: url('images/bulb.jpg');	
	background-repeat: no-repeat;
	background-position: top left; 
}



#pageform, #pageform td {
  font-size: 10px;
  }

h1 {
	margin-top: 10px;
	font-size: 14px;
	font-weight: bold;
}

h2 {
	margin-top: 40px;
	font-size: 14px;
	font-weight: bold;
}

a {
	color: #003366;
}
p {
	font-family: Verdana, Arial, Helvetica; 
	font-size: 13px; 
	color: #666666; 
	margin-right: 20px;
}
.header {
	font-size: 11px;
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
	color: #ffffff;
	padding-right: 20px;
	padding-bottom: 10px;
	}
a:hover {
	color: #666666;
	}

#pageform em {
  font-weight: bold;
  font-style: normal;
}

@charset "UTF-8";

/* SpryMenuBarHorizontal.css - Revision: Spry Preview Release 1.4 */

/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */

/*******************************************************************************

 LAYOUT INFORMATION: describes box model, positioning, z-order

 *******************************************************************************/

/* The outermost container of the Menu Bar, an auto width box with no margin or padding */
ul.MenuBarHorizontal
{
	margin: 70px 15px 0px 15px;
	padding: 0;
	list-style-type: none;
	font-size: 10px;
	font-weight: bold;
	cursor: default;
	width: 170px;
}
/* Set the active Menu Bar with this class, currently setting z-index to accomodate IE rendering bug: http://therealcrisp.xs4all.nl/meuk/IE-zindexbug.html */
ul.MenuBarActive
{
	z-index: 1000;
}
/* Menu item containers, position children relative to this container and are a fixed width */
ul.MenuBarHorizontal li
{
	margin: 2px 0px;
	list-style-type: none;
	font-size: 100%;
	position: relative;
	text-align: center;
	cursor: pointer;
	float: left;
	border-top: 1px solid #003366;
	border-bottom: 1px solid #003366;
	width: 170px;
}

/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to 0 so it comes onto the screen */
ul.MenuBarVertical ul.MenuBarSubmenuVisible
{
	left: 0;
}

/* Menu items are a light gray block with padding and no text decoration */
ul.MenuBarHorizontal a
{
	display: block;
	cursor: pointer;
	background-color: #ffffff;
	padding: 3px 0px;
	margin: 0px;
	color: #003366;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
}
/* Menu items that have mouse over or focus have a grey background and white text */
ul.MenuBarHorizontal a:hover, ul.MenuBarHorizontal a:focus, ul.MenuBarHorizontal a.on
{
	background-color: #999999;
	color: #ffffff;
}


/*******************************************************************************

 BROWSER HACKS: the hacks below should not be changed unless you are an expert

 *******************************************************************************/

/* HACK FOR IE: to make sure the sub menus show above form controls, we underlay each submenu with an iframe */
ul.MenuBarHorizontal iframe
{
	position: absolute;
	z-index: 1010;
}
/* HACK FOR IE: to stabilize appearance of menu items; the slash in float is to keep IE 5.0 from parsing */
@media screen, projection
{
	ul.MenuBarHorizontal li.MenuBarItemIE
	{
		display: inline;
		f\loat: left;
		background: #FFF;
	}
}
