body {    
	background-color: #0076CF;    
	 font-family:Verdana, Arial, Helvetica, sans-serif; 
  font-size: 16px;
 }

.small {
  font-size: 12px; /* 75% of the baseline */
}
.medium {
  font-size: 18px; /* 75% of the baseline */
}

.large {
  font-size: 20px; /* 125% of the baseline */
}



h3 { color: #0076CF; font-size: medium; font-family: Arial }
h6 { color: black; font-size: x-small; font-family: Arial; text-align: Center }
h1 { color: #0076CF; font-size: large; font-family: Arial }
td           { font-family: Arial; font-size: small }
p            { font-family: Arial; font-size: small }
ul           { font-family: Arial; color: black; font-size: small; line-height: 150%; }
ol           { font-family: Arial; color: black;  font-size: small; line-height: 150%; }
dl           { font-family: Arial; color: black; font-size: small; line-height: 150%; }
p            { font-family: Arial; font-size: small }
h4          { font-family: Arial; font-size: medium; color:  #0076CF;   text-align: Left }
h5          { font-family: Arial; font-size: small; color:  #0076CF;   text-align: Left }


#print { display: none; } #noprint { display: block; }

#wrapper {
	width: 900px;
	background-color:#FFFFFF;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	

	}
	
	#wrapper2 {
	width: 1200px;
	background-color:#FFFFFF;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;

	}

	
	#content {
		padding:20px;
		
		
		
	}
	
	#content2 {
		padding:5px;
		
		
		
	}
	
			
	#orderform {
		font-family:Arial, Helvetica, sans-serif; 
		font-size:10px; 
	}
	
	#orderform1 {
		font-family:Arial, Helvetica, sans-serif; 
		font-size:8px; 
	}
	
	.orderformwhite {
		font-family:Arial, Helvetica, sans-serif; 
		font-size:8px; 
		font-color:#FFF
	}
	
	
.footer {
	line-height: 100%;
	margin-bottom: 0px;
	background-color:#CCC; 
	height: 20px;
	padding-top: 8px;
	padding-bottom: 1px;
	

}
	
	
.footer2 {
	line-height: 100%;
	margin-bottom: 0px;
	background-color:#CCC; 
	height: 40px;
	padding-top: 8px;
	padding-bottom: 1px;
	

}

.footer3 {
	line-height: 100%;
	margin-bottom: 0px;
	background-color:#CCC; 
	height: 50px;
	padding-top: 8px;
	padding-bottom: 1px;
	

}

.header {
	line-height: normal;
	font-size: small;
	margin-left: 0px;
	margin-right: 0px;
	background-color:#CCC; 

	}


.header2 {
	line-height: normal;
	font-size: small;
	margin-left: 0px;
	margin-right: 0px;
	background-color:#FFFFFF; 

	}
	
.navigation 
	{ font-size:small:
	}
	
	.orderform
	{font-size:10px; 
	}
#sidebar2 
{
	float: right; /* since this element is floated, a width must be given */
	width: 150px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #DDDDDD; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px;
	margin-right:10px;
 	margin-top: 20px;
	margin-left: 10px;
	margin-bottom:10px;
}
		
.sbp {font-family:Arial, Helvetica, sans-serif;
font-size:smaller

}
	
	.sblist {
	font-size:-1;
	}



#sidebar3 
{
	float: right; /* since this element is floated, a width must be given */
	width: 40x; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background:  /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 5px 5px;
	margin-right:10px;
 	margin-top: 0px;
	margin-left: 10px;
	margin-bottom:10px;
	border:double;
	border-color:#F00
	
}
		
.sbp {font-family:Arial, Helvetica, sans-serif;
font-size:smaller

}
	
	.sblist {
	font-size:-1;
	}

/* The outermost container of the Menu Bar, an auto width box with no margin or padding */
ul.MenuBarHorizontal
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	line-height: 100%;
	font-size: 100%;
	cursor: default;
	width: auto;
}
/* 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: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	position: relative;
	text-align: left;
	cursor: pointer;
	width: 180px;
	float: left;
}
/* Submenus should appear below their parent (top: 0) with a higher z-index, but they are initially off the left side of the screen (-1000em) */
ul.MenuBarHorizontal ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	z-index: 1020;
	cursor: default;
	width: 8.2em;
	position: absolute;
	left: -1000em;
	text-align:left;
}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to auto so it comes onto the screen below its parent menu item */
ul.MenuBarHorizontal ul.MenuBarSubmenuVisible
{
	left: auto;
}
/* Menu item containers are same fixed width as parent */
ul.MenuBarHorizontal ul li
{
	width: 150px;
}
/* Submenus should appear slightly overlapping to the right (95%) and up (-5%) */
ul.MenuBarHorizontal ul ul
{
	position: absolute;
	margin: -5% 0 0 95%;
}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to 0 so it comes onto the screen */
ul.MenuBarHorizontal ul.MenuBarSubmenuVisible ul.MenuBarSubmenuVisible
{
	left: auto;
	top: 0;
}

/*******************************************************************************

 DESIGN INFORMATION: describes color scheme, borders, fonts

 *******************************************************************************/

/* Submenu containers have borders on all sides */
ul.MenuBarHorizontal ul
{
	border: 0px;
}
/* Menu items are a light gray block with padding and no text decoration */
ul.MenuBarHorizontal a
{
	display: block;
	cursor: pointer;
	background-color: #CCC;
	padding: 0.5em 0.75em;
	color: #333;
	text-decoration: none;
}
/* Menu items that have mouse over or focus have a blue background and white text */
ul.MenuBarHorizontal a:hover, ul.MenuBarHorizontal a:focus
{
	background-color: #0076CF;  
	color: #FFF;
}
/* Menu items that are open with submenus are set to MenuBarItemHover with a blue background and white text */
ul.MenuBarHorizontal a.MenuBarItemHover, ul.MenuBarHorizontal a.MenuBarItemSubmenuHover, ul.MenuBarHorizontal a.MenuBarSubmenuVisible
{
	background-color:  #0076CF;  
	color: #FFF;
}

/*******************************************************************************

 SUBMENU INDICATION: styles if there is a submenu under a given menu item

 *******************************************************************************/

/* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal a.MenuBarItemSubmenu
{
	background-image: url(SpryMenuBarDown.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
}
/* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal ul a.MenuBarItemSubmenu
{
	background-image: url(SpryMenuBarRight.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
}
/* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal a.MenuBarItemSubmenuHover
{
	background-image: url(SpryMenuBarDownHover.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
}
/* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal ul a.MenuBarItemSubmenuHover
{
	background-image: url(../SpryMenuBarRightHover.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
}

/*******************************************************************************

 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;
	filter:alpha(opacity:0.1);
}
/* 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;
	}

