body{margin:0px; font-family:Arial, Helvetica, sans-serif; font-size:12px; line-height:16px; text-align:justify;}

a{
	FONT-SIZE: 12px; 
	COLOR: #000000; 
	FONT-FAMILY:  Arial, Helvetica, sans-serif; 
	TEXT-ALIGN: justify; 
	text-decoration:none;
	}
a:hover {
	FONT-SIZE: 12px; 
	COLOR: #FF9900; 
	FONT-FAMILY:  Arial, Helvetica, sans-serif; 
	TEXT-ALIGN: justify; 
	}
 
ul.MenuBarHorizontal
{
	margin: 0;
	padding:0 0 0 0px;
	list-style-type: none;
	font-size: 100%;
	cursor: default;
	width: auto;
	font-family: Arial, Helvetica, sans-serif;
}
 
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%;
	text-align: left;
	cursor: pointer;
	float: left;
	background:url(images/divider.jpg) no-repeat right;
}
/* 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;
	position: absolute;
	left: -1000em;
}
/* 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
{ background:url(images/divider.jpg) no-repeat right;
	
}
/* 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:none;
}
/* Menu items are a light gray block with padding and no text decoration */
ul.MenuBarHorizontal a
{
	display: block;
	cursor: pointer;
	padding:11px 14px 11px 14px;
	color: #010101;
	text-decoration: none;
	font-size:14px;
}
/* Menu items that have mouse over or focus have a blue background and white text */
ul.MenuBarHorizontal a:hover, ul.MenuBarHorizontal a:focus
{
	background:url(images/hover.jpg) repeat-x;
	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:url(images/hover.jpg) repeat-x;
	color: #FFF;
}

ul.MenuBarHorizontal a.active{	background:url(images/hover.jpg) repeat-x;
	color: #FFF;}
	
.nobg{ background:none !important;}

/*******************************************************************************

 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;
}
/* 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;
	}
}









form, p , h1{ margin:0px; padding:0px;}

 
 
.left{background:#f6f6f8;}
.left h1{background:url(images/left_h_bg.jpg) no-repeat; font-size:14px; color:#fff; line-height:34px; text-align:left; padding:0 0 0 35px; margin:0px;}
.left h2{background:url(images/left_h_bg.jpg) no-repeat; font-size:14px; color:#fff; line-height:34px; text-align:left; padding:0 0 0 35px; margin:0px;}
.left ul{ margin:0px; padding:5px 10px 15px 10px;}
.left ul li{ margin:0px; padding:0 0 0 20px; background:url(images/list.jpg) no-repeat bottom left; list-style:none; text-align:left; line-height:28px;}
.left ul li a{text-decoration:none;  color:#1e1e1e;}
.left ul li a:hover{text-decoration:underline; color:#1e1e1e;} 

.left p{ padding:10px 0px; margin:0px;}
.left a{ text-decoration:underline; color:#09305d; padding:0 20px 0 0;}
.left a:hover{ text-decoration:none; color:#09305d;}

.input{ width:200px; padding:2px; font-size:12px; color:#999999; border:1px solid #93acc3; font-family:Arial, Helvetica, sans-serif; margin:2px 0;}

.submit{ background:url(images/submit_bg.jpg) no-repeat; width:83px; padding:5px 0 15px 0; text-align:center; font-weight:bold; color:#fff; border:none; cursor:pointer;}

.middle_text{ margin:0px; padding:0px;} 
.h1{font-size:22px; color:#10569a; padding:0; margin:0px;}

.middle_text h2{font-size:22px; color:#10569a; padding:0; margin:0px; line-height: 28px;}

.middle_text h2 a { color:#10569a; text-decoration: none;}
.middle_text h2 a:hover { color:#10549D; text-decoration: underline;}

.middle_text h3{font-size:14px; color:#10569a; padding:0; margin:0px; line-height: 28px;}

.middle_text h3 a { color:#10569a; text-decoration: underline;}
.middle_text h3 a:hover { color:#10549D; text-decoration: none;}

.middle_text p{ font-size:12px; color:#151515; padding:15px 0 0 0; 
text-align:justify;}

.middle_text p a { color:#151515; text-decoration: underline;}

.middle_text p a:hover { color:#10549D; text-decoration: none;}

.middle_text ul { margin: 0px; padding: 0px; }

.middle_text ul li{ font-size:12px; color:#151515; padding:0px 0 0 0; text-align:justify;}

.middle_text ul li a { color:#151515; text-decoration: none;}

.middle_text ul li a:hover { color:#10549D; text-decoration: underline;}




.money{background:#0f5198; width:240px; display:block; font-size:12px; font-weight:bold; color:#fff; text-align:center; padding:5px 10px; margin:0 0 0 200px;}

.services_top{background:url(../images/services_r_top.jpg) no-repeat; width:731px; line-height:7px; height:7px;}
.services_bottom{background:url(../images/services_r_bottom.jpg) no-repeat; width:731px; line-height:7px; height:7px;}
.services_middle{border-left:1px solid #082b56; border-right:1px solid #082b56; font-size:14px; font-weight:bold; text-transform:uppercase;}
.services_middle a{color:#1668b1; text-decoration:none;}
.services_middle a:hover{color:#1668b1; text-decoration:underline;}


.navigation_bg{ background:url(../images/link_bg.jpg) repeat-x;}

.footer{background:#10549d; color:#a7d7f5; font-size:11px; line-height:18px; padding:10px 20px;}
.footer a{color:#a7d7f5; text-decoration:none;}
.footer a:hover{color:#a7d7f5; text-decoration:underline;}

