
body {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	background: #FFF;
	}
a {
	text-decoration: none;
	color:  #6666CC;
	}
a:visited {
	color:  #6666CC;
	}
a:active {
	color:  #6666CC;
	}
a:hover {
	color: #6666CC;
	text-decoration: underline;
	}
a.menu {
	text-decoration: none;
	color:  #000;
	padding: 0px 14px 0px 0px;
	}
a.menu:visited {
	color:  #000;
	}
a.menu:active {
	color:  #000;
	}
a.menu:hover {
	color: #fff;
	text-decoration: none;
	}
td.nav {
	background: url(/images/global_nav_bg.gif) no-repeat 0px;
	}
#navigation {
	background: #fff url(/images/global_header_bg_tile.gif) repeat-x top;
	}
img.nav-title {
	padding: 0px;
	margin: 18px 0px 0px 14px;

	voice-family: "\"}\""; 
	voice-family:inherit;
	padding: 18px 0px 0px 14px;
	margin: 0;
	}
a {
	text-decoration: none;
	color:  #FF7A00;
	}
a:visited {
	color:  #FF7A00;
	}
a:active {
	color:  #FF7A00;
	}
a:hover {
	color: #FF7A00;
	text-decoration: underline;
	}
	
	

	
	
	
p {
	font-size: 11px;
	line-height: 140%;
	padding: 0px;
	margin: 0px 0px 20px 0px;
	}
p.news-date {
	font-size: 10px;
	color: #666666;
	padding: 0px;
	margin: 0px 0px 4px 0px;
	}
h1 {
	font-size: 18px;
	line-height: 140%;
	font-weight: bold;
	margin: 0px 0px -2px 0px;
	color: black;
	display: block;
	float: left;
	border: 0px solid blue;

	padding: 15px 60px 0px 24px;

background: url(../images/h1_background.gif) white bottom right no-repeat; 




	}
h2 {
	font-size: 14px;
	line-height: 140%;
	font-weight: bold;
	margin: 0px 0px 4px 0px;
	}
h3 {
	font-size: 12px;
	line-height: 140%;
	font-weight: bold;
	margin: 0px 0px 4px 0px;
	}
img {
	border: 0px;
	}
img.page-title {
	border: 0px;
	padding: 0px 0px 20px 0px;
	}
	
ul {
	list-style: square;
	margin-left: 20px;
	font-size: 11px;
	line-height: 140%;
}
	
/*************** Site Layout ****************/

#site-container
{
	
	padding: 0px;
	border: 0px;
}

#body-container
{
	display: flex;
	position: relative;
}

#left-side
{
	flex: none;
	margin: 0;
	padding: 0;
	width:268px;
	border-right:  1px solid gray;
	position: relative;
}
	
#right-side
{
	margin: 0;
	padding: 0;
	vertical-align: top;
    flex: auto;
    position: relative;
}


#navigation {
	position: relative;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	border: 0px;
	height: 75px;
	border: 0px solid #FFF000;
	}
	
#navigation a, #navigation a:visited, #navigation a:active {
	font-size: 12px;
	text-decoration: none;
	color:  #fff;
	
	}



	
#content {
	margin: 0px;
	padding: 10px 24px 24px 24px;
	border-top: 2px solid #C5C6C8;
	display:block;

	clear: both;
}
	

	
#footer{
	text-align: right;
	font-size:9px;
	clear: both;
	display: block;
	
	height: 15px;
	background:#FF7A00;
	color:#FFF;
	margin: 0px;
	padding: 5px 16px 3px 0px;
	border: 0px solid #FF00FF;
	font-weight:bold;
}

#footer a {

color: #FFF;
}



.float-left {
float: left;
}

.float-right {
float: right;
}
	

#top-nav {
	position: relative;
	text-align: right;
	height: 27px;
	border: 0px;
	background: #000;
	}
	
#client-login {
	background: url(/images/login_bg.gif) no-repeat top left;
	display:block;
	height: 98px;
	width: 250px;
	margin: 0px;
	padding: 10px 0px 0px 18px;
	border: 0px solid #0000FF;
	
	}

#client-login a {

float: right;
	margin: 6px 13px 0px 0px;
	font-weight: bold;
	
	

}
	
	
div.whatsnew {
	margin: 0px;
	padding: 0px 10px 0px 18px;
	border: 0px;
	}
table.auth-box {
	margin: 0px;
	padding: 0px;
}
table.auth-box td {
	margin: 0px;
	padding: 0px;
}

	
/************** Forms **************/	

form.search {
	padding: 0px;
	margin: 0px;
	}
input {
	font-size: 11px;
	font-family: verdana, arial, helvetica, sans-serif;
	padding: 0px;
	margin: 0px;
	BACKGROUND-COLOR: #ffffff; 
	COLOR: #000000; 
	}
select {
	font-size: 11px;
	font-family: verdana, arial, helvetica, sans-serif;
	padding: 0px;
	margin: 0px;
	BACKGROUND-COLOR: #ffffff; 
	COLOR: #000000; 
	}
input.button {
	font-size: 11px;

	width: auto;
	padding: 1px;
	margin: 0px;
	background: #666666; 
	color: #ffffff; 
	border: 1px solid #000000;
	}
input.login_button {
	padding: 0px 4px 0px 4px;
	margin: 0px 0px 0px 4px;
	background: #666666; 
	color: #fff; 
	border: 1px solid #fff;
	}
	
/*************** Top Menu ****************/

a.top-menu:link, a.top-menu:visited, a.top-menu:active {
	display: block;
	font-family: verdana, arial, helvetica, san-serif;
	font-size: 11px;
	line-height: 22px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	color: #fff;
	margin: 0px;
	padding: 0px;
	height: 24px;
	background: url(/images/top_menu_btn.gif) repeat-x 50% -24px;
}
a.top-menu:hover {
	background-position: 50% -0px;
	color: #fff;
	text-decoration: none;
}
a.menu-stick:link, a.menu-stick:visited, a.menu-stick:active {
	display: block;
	font-family: verdana, arial, helvetica, san-serif;
	font-size: 11px;
	line-height: 22px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	color: #fff;
	margin: 0px;
	padding: 0px;
	height: 24px;
	background:  url(/images/top_menu_btn.gif) repeat-x 50% -0px;
}
a.menu-stick:hover {
	background-position: 50% -0px;
	color: #fff;
	text-decoration: none;
}

.web-form {
	font-size: 11px;
}

#acrobat {
	float:left;
	padding: 0px 5px 0px 0px;
}

p.error {
color: red;
padding: 0px;
margin: 0px;
}

.floatRight {
float: right;
}


#social-networking
{

	text-align: right;
	list-style: none;
	margin: 0px;
	padding: 10px;

	clear: both;
	float: none;

}

#social-networking > li
{
	vertical-align:text-top;
	margin: 0px;
	padding: 0px;
	display: inline-block;
	width: auto;
	clear: both;
	float: none;
	
}


