﻿body 
{ 
	background-image: url('/images/bg.jpg');
	background-repeat: repeat-x;
	background-color: #d9d9d8;		
	font-family: Verdana;
	font:11px
}

table
{
	 width:100%;	 
	 min-width: 400px;
}

.page_layout_top
{	
	background-image: url('/images/top_bg.jpg');	
}

.page_layout_left
{	
	width: 1px; background-image: url('/images/pg_left_bg.png');
}

.main_body_container
{
	background-color: White;
}

.logo_container
{
	width: 169px;
	background-image: url('/images/header_bg.jpg');
}

.header_container
{
	width: 90%;
	background-image: url('/images/header_bg.jpg'); text-align: center;
}

.header_right
{
	width: 22px;
}

.page_layout_right
{
	width: 1px; background-image: url('/images/pg_right_bg.png');
}

.page_layout_bottom
{	
	background-image: url('/images/bottom_bg.png');
}

a.contact_us
{	
	position: absolute;	
	top: 10px;
	right: 30px;
	width: 100px;
	height: 34px;
	background-image: url('/images/contact_us_link.jpg');	
}

a.contact_us:hover
{
	background-image: url('/images/contact_us_hover.jpg');
}

.accTitle
{
	color: Black;
	padding: 10px;	
	margin-left: 7px;
	margin-right: 15px;
	text-align: center;
	background-image: url('/images/left_menu_title_bg.png');
	background-repeat: repeat-x;
	height: 24px;	
	cursor: pointer;	
}

.accBody
{		
	margin-top: -8px;
	margin-bottom: -1px;
	margin-left: 7px;
	margin-right: 15px;
	padding-left: 10px;
	padding-right: 10px;
	border-right-color: #ff7b02;
	border-right-width: thin;
	border-right-style: solid;	
	border-left-color: #ff7b02;
	border-left-width: thin;
	border-left-style: solid;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #ff7b02;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #ff7b02;
	overflow: auto;	
	background-image: url('/images/left_menu_body_bg.jpg');
	background-repeat: repeat-x;
	background-color: #fde1c5;
}

.accBody_Bottom
{		
	margin-top: -8px;
	margin-bottom: 0px;
	margin-left: 7px;
	margin-right: 15px;
	padding-left: 10px;
	padding-right: 10px;
	border-right-color: #ff7b02;
	border-right-width: thin;
	border-right-style: solid;	
	border-left-color: #ff7b02;
	border-left-width: thin;
	border-left-style: solid;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #ff7b02;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #ff7b02;
	overflow: auto;	
	background-image: url('/images/left_menu_body_bg.jpg');
	background-repeat: repeat-x;
	background-color: #fde1c5;
}

a
{
 color: #fb9938;	
 text-decoration: none;
}

a:hover
{
 color: #3970c0;
 text-decoration: underline;
}

.sub_heading
{
	font-weight: bold;
	font-size: 18px;
	color: #fb9938;
}

.orange_text
{
	color: #fb9938;
}
