/*************************************************************/
/*   Date:    February 3, 2007                               */
/*************************************************************/

/* CSS Tooltip */
a span {
	display: none;
}
a:hover {
	position: relative;
}
a:hover span {
	display: block;
	position: absolute;
}
a:hover span {
	display: block;
   	position: absolute; 
   	top: 10px; 
   	left: 0;
	width: 200px; 
	font-weight: normal;
	font-size: 12px;
   	/* formatting only styles */
   	padding: 5px; 
   	margin: 10px; 
   	z-index: 100;
   	background: yellow; 
   	border: 1px dotted #c0c0c0;
	opacity: 0.8;
	color: blue;
	/* end formatting */
}

.help {
	background-color: yellow;
	color: blue;
   	border: 1px dotted #c0c0c0;
}

.soalib {
	padding: 0px;
	font-family: "trebuchet ms", arial, sans serif; 
}

.title {
	background-color: transparent; 
	font-family: "trebuchet ms", arial, sans serif; 
	font-size: 16px;
	font-weight: bold;
	color: orange;
	text-decoration: none;
}

.subtitle {
	background-color: transparent; 
	font-family: "trebuchet ms", arial, sans serif; 
	font-size: 12px;
	color: orange;
	text-decoration: none;
}

.important {
	background-color: transparent; 
	font-family: impact, "trebuchet ms", arial, sans serif; 
	font-size: 30px;
	color: #C0C0C0;
	align: center;
	text-decoration: none;
}

.anchor {
	text-decoration: none;
}

.anchor a:visited a:hover {
	text-decoration: none;
}

.menu {
	margin: 0px; 
	padding: 0px; 
	font-family: verdana, arial, sans serif; 
	font-size: 1.0em;
}
.menu ul {
	float: right; 
	margin: 0px; 
	padding: 0px 20px 0px 0px; 
	border-left: solid 1px rgb(115,162,182); 
	background-color: rgb(255,255,255); 
	font-weight: bold;
}
.menu li {
	display: inline; 
	list-style: none; 
	margin: 0px; 
	padding: 0px;
}
.menu li a {
	display: block; 
	float: left; 
	margin: 0px; 
	padding: 2px 5px 2px 5px; 
	border-right: solid 1px rgb(115,162,182); 
	color: rgb(115,162,182); 
	text-decoration: none; 
	font-size: 12px;
}
.menu a:hover, .nav2 a.selected {
	color: rgb(150,150,150); 
	text-decoration: none;
}

.banner {
	width: 932px; 
	height: 208px; 
	margin: 0px 0px 0px 0px;
	float: left;
	z-index: -1;
}

.navigation {
	width: 932px;
	clear: both;
	z-index: 3; 
	background: transparent;
}

.link {
	text-decoration: none;
	border-width: 0;
}

.link a:hover {
	font-weight: underline;
	border-width: 0;
}




/*--------------------------*/
/* 2.2 - Navigation - Flags */
/*--------------------------*/
.navflag {
	margin: 0px; 
	padding: 0px; 
	font-size: 1.0em;
}	
.navflag ul {
	float: right; 
	margin: 0px; 
	padding: 0px 20px 0px 0px;
}
.navflag li {
	display: inline; 
	list-style: none; 
	margin: 0px; 
	padding: 0px;
}
.navflag li a {margin: 0px; padding: 0px 0px 0px 1px;}
.navflag a:hover {color: rgb(0,0,0); text-decoration: none;}
.img-navflag {
	display: inline; 
	height: 14px; 
	margin: 0px; 
	padding: 0px; 
	border: none;
}


/*************************/
/* SECTION 1 - MAIN BODY */
/*************************/
/*{padding:0; margin:0;}*/

body {
	font-size: 70%; 
	margin: 0px auto; 
	padding: 0px; 
	background: url(../img/bn.gif) top center repeat-y; 
	font-family: "trebuchet ms", arial, sans-serif;
	}
.page-container-1 {
	width: 932px; 
	margin: 0px auto; 
	padding: 0px; 
	/*background: url(../img/background_layout_1.gif) top left repeat-y; */
	/*border: solid 1px rgb(100,100,100);*/
	}
.page-container-2 {
	width: 932px; 
	margin: 0px auto; 
	padding: 0px; 
	/*background: url(../img/background_layout_2.gif) top left repeat-y; */
	border: solid 1px rgb(100,100,100);
	}
.page-container-3 {
	width: 932px; 
	margin: 0px auto; 
	padding: 0px; 
	/*background: url(../img/background_layout_3.gif) top left repeat-y; */
	border: solid 1px rgb(100,100,100);
	}
/*************************************/
/* SECTION 2 - HEADER AND NAVIGATION */
/*************************************/

/*-----------------------------------*/
/* 2.1 - Sitename, slogan and banner */
/*-----------------------------------*/

.img-header {
	clear: both; 
	float: center; 
	width:932px; 
	height:250px; 
	top: 1px;
	margin: 0px; 
	padding: 0px;
	position: relative;
	}

.img-header-flash {
	clear: both; 
	float: top; 
	width: 932px;
	height: 230px;
	margin: 0px;
	padding: 0px;
	z-index: 0;
	position: relative;
	top: 100px;
	left: 0px;
	}

/*----------------------------*/
/* 2.4 - Navigation - Level 2 */
/*----------------------------*/
.nav2 {
	clear: both; 
	margin: 0px; 
	padding: 0px; 
	font-family: verdana, arial, sans serif; 
	font-size: 1.0em;
	}
.nav2 ul {
	float: left; 
	width: 932px; 
	margin: 0px; 
	padding: 0px; 
	border-top: solid 1px rgb(54,83,151); 
	border-bottom: solid 1px rgb(54,83,151); 
	background-color: rgb(127,162,202); 
	font-weight: bold;
	}
.nav2 li {
	display: inline; 
	list-style: none; 
	margin: 0px; 
	padding: 0px;
	}
.nav2 li a {
	display: block; 
	float: left; 
	margin: 0px 0px 0px 0px; 
	padding: 5px 10px 5px 10px; 
	border-right: solid 1px rgb(54,83,151); 
	color: rgb(255,255,255); 
	text-transform: uppercase; 
	text-decoration: none; 
	font-size: 100%;
	}
.nav2 a:hover, .nav2 a.selected {
	color: rgb(50,50,50); 
	text-decoration: none;
	}
.buffer {clear: both; width: 932px; height: 30px; margin: 0px; padding: 0px; background-color: rgb(255,255,255);}

/*----------------------*/
/* Navigation Bar       */
/*----------------------*/
.navbar {
	overflow: hidden; 
	clear: both; 
	float: left; 
	width: 160px; 
	/* min-height: 1510px; */
	height: 100%; 
	margin: 0px 0px 0px 0px; 
	padding: 0px; 
	color: white; 
	font-size: 1.0em;
	background-color: white;
}
.navbar-maintitle {
	margin: 0px 0px 10px 0px; 
	padding: 3px 10px 2px 10px;
	background-color: gray; 
	color: rgb(255,255,255); 
	text-transform: uppercase; 
	font-weight: bold; 
	font-size: 120%;
	}
.navbar ul {
	width: 160px; 
	margin: 0px 0px 20px 0px; 
	padding: 0px; 
	background-color: white;
	}
.navbar li {
	list-style: none; 
	margin: 0px; 
	padding: 0px;
	}
.navbar li.title {
	margin: 0px 0px 0px 0px; 
	padding: 3px 5px 2px 15px; 
	background-color: gray; 
	color: rgb(255,255,255); 
	text-transform: uppercase; 
	font-weight: bold; 
	font-size: 120%;
	}
.navbar li.group a {
	display: block; 
	min-height: 1.7em; 
	height: auto !important; 
	height: 1.7em; 
	line-height: 1.7em; 
	padding: 0px 7px 0px 10px; 
	border-top: solid 0px rgb(200,200,200); 
	border-left: solid 0px rgb(219,230,241); 
	color: rgb(75,75,75); 
	font-weight: bold; 
	font-size: 120%;
	}
.navbar li a {
	display: block; 
	min-height: 1.7em; 
	height: auto !important; 
	height: 1.7em; 
	line-height: 1.7em; 
	margin: 0px; 
	padding: 0px 7px 0px 20px; 
	border-left: solid 0px rgb(219,230,241); 
	color: rgb(75,75,75); 
	text-decoration: none; 
	font-size: 120%;
	}
.navbar li a:hover, .navbar li a.selected {
	border-left: solid 1px gray;  
	border-right: solid 1px gray;	
	border-top: solid 1px gray;	
	border-bottom: solid 1px gray;	
	color: white; 
	background-color: gray; 
	text-align: left;
	text-decoration: underline; 
}

.contact {
	width: 60%; 
	margin: 0px; 
	color: rgb(80,80,80); 
	background-color:rgb(235,235,235);
	}

.createaccount {
	width: 50%; 
    margin: 0px 0px 0px 0px; 
	background-color:rgb(235,235,235);
	}
	
.account{	
	margin: 0px; 
	color: rgb(80,80,80);
	font-weight: bold;
	font-style: normal;
}
.combobox {
	margin: 0px; 
	background-color: rgb(220,240,240);
	}

/**
FORMS
*/
.button {
	color: rgb(255,255,255);
	background-color: orange;	
	font-family: arial, sans serif; 	
	font-weight: bold;
	font-style: normal;
	font-size:100%
	width: 100%;
	border-width: thin;
	border-style: solid;
	border-color: red;
}

.form-input {
	color: rgb(255,255,255);
	background-color: rgb(88,144,168);	
	font-family: arial, sans serif; 	
	font-weight: normal;
	font-style: normal;
	font-size:100%
	width: 100%;
	border-color: gray;
}

/***
Forum
**/
.forum-txtbox-noshade {
	margin: 0px;	
	background-color: rgb(255,255,255);
	height: 30px;
}

.forum{
	margin: 0px;
	color:white;
	background-color: rgb(88,144,168);
	width: 565px; 
	margin: 0px 0px 0px 0px; 
	padding: 0px 0px 2px 0px; 
	border-bottom: solid 4px rgb(88,144,168);
	border-left: solid 4px rgb(88,144,168);
	border-right: solid 4px rgb(88,144,168);
}
.forum-container{
	clear: both; 
	float: left; 
	width: 569px; 
	margin: 0px 0px 15px 0px; 
	padding: 0px;
	background-color: rgb(255,255,255);
	}
/* Tables 
.table {clear: left; margin: 0.5em 0px 0.2em 30px; border: solid 1px rgb(150,150,150); empty-cells: show; border-collapse: collapse; background-color: rgb(233,232,244);}
.table tr {margin: 0px; padding: 0px;}
.table td {padding: 2px 7px 2px 7px; border: solid 1px rgb(150,150,150); text-align: left; font-size: 120%;}
.table th {margin: 0px; padding: 2px 7px 2px 7px; border: solid 1px rgb(150,150,150); empty-cells: show; text-align: left; font-size: 120%; 	}
.table-caption {margin: 0.5em 0px 1.0em 30px; padding: 0px; clear: both; text-align: left; font-size: 120%;}
*/
.forum-field{
	margin: 0px;
	color:white;
	height: 45px;
	background-color: rgb(88,144,168);
	font-weight: bold;
	font-size: 120%;
	font-family: arial, sans-serif;	
}
.forum-pagetitle{
	overflow: hidden; 
	width: 569px; 
	margin: 0px 0px 10px 0px; 
	padding: 0px 0px 2px 0px; 
	border-bottom: solid 3px rgb(88,144,168); 
	color: orange; 
	font-weight: bold; 
	font-size: 180%;
	}	
.forum-text{
	margin: 0px;
	color: rgb(88,144,168);
	font-weight: bold;
	font-size: 100%;
	font-family: arial, sans-serif;
}
.discussion a:hover, .discussion a.selected {
	border-left: solid 1px gray;  
	border-right: solid 1px gray;	
	border-top: solid 1px gray;	
	border-bottom: solid 1px gray;	
	color: white; 
	background-color: rgb(156,186,214); 
	text-align: left;
	text-decoration: underline; 
	/*
	padding: 0px 7px 0px 30px; 
	*/
}


.forum-row-blue{
	margin: 0px;
	color: rgb(88,144,168);
	height: 100%;
	font-weight: bold;
	font-size: 100%;
	font-family: arial, sans-serif;
	background-color: rgb(255,255,255);
	
}
.forum-row-white{
	margin: 0px;
	color: rgb(0,0,0);
	height: 100%;	
	font-weight: bold;
	font-size: 100%;
	font-family: arial, sans-serif;
	background-color: rgb(255,255,255);
}
.forum-row-highlight
{
	margin: 0px;
	color: rgb(88,144,168);
	height: 100%;	
	font-weight: bold;
	font-size: 100%;
	font-family: arial, sans-serif;		
	background-color: rgb(208,224,232);
}
.forum-row-highlight-txtblack
{
	margin: 0px;
	height: 100%;	
	font-weight: bold;
	font-size: 100%;
	font-family: arial, sans-serif;		
	background-color: rgb(208,224,232);
}
/******************************************************************************/
/* SECTION 3 - SPECIFIC CLASSES FOR LAYOUT #1 (With navigation, with sidebar )*/
/******************************************************************************/

.content1 {float: left; width: 585px; margin: 0px; padding: 0px 0px 10px 20px; color: rgb(75,75,75);}
.content1-container {
	clear: both; 
	float: left; 
	width: 570px; 
	margin: 0px 0px 15px 0px; 
	padding: 0px;
	}
.content1-container-1col {
	overflow: hidden; 
	width: 570px; 
	margin: 0px; 
	padding: 0px;
	}
.content1-container-1col-txtright-200px {float: right; width: 196px; margin: 0px; padding: 0px;}
.content1-container-1col-txtright-160px {float: right; width: 236px; margin: 0px; padding: 0px;}
.content1-container-1col-txtright-120px {float: right; width: 276px; margin: 0px; padding: 0px;}
.content1-container-1col-txtright-100px {float: right; width: 296px; margin: 0px; padding: 0px;}
.content1-container-1col-txtright-80px {float: right; width: 316px; margin: 0px; padding: 0px;}
.content1-container-1col-txtright-60px {float: right; width: 336px; margin: 0px; padding: 0px;}
.content1-container-1col-txtright-40px {float: right; width: 356px; margin: 0px; padding: 0px;}
.content1-container-2col-left {
	overflow: hidden; 
	float: left; 
	width: 265px; 
	margin: 0px; 
	padding: 0px;
	}
.content1-container-2col-right 
{overflow: hidden;
float: right;
width: 265px;
margin: 0px;
padding: 0px;
}
.content1-container-2col-txtright-100px {float: right; width: 79px; margin: 0px; padding: 0px;}
.content1-container-2col-txtright-80px {float: right; width: 99px; margin: 0px; padding: 0px;}
.content1-container-2col-txtright-60px {float: right; width: 119px; margin: 0px; padding: 0px;}
.content1-container-2col-txtright-40px {float: right; width: 139px; margin: 0px; padding: 0px;}
.content1-container-2col-txtright-20px {float: right; width: 159px; margin: 0px; padding: 0px;}
.content1-container-3col-left {overflow: hidden; float: left; width: 119px; margin: 0px 25px 0px 0px; padding: 0px;}
.content1-container-3col-middle {overflow: hidden; float: left; width: 119px;margin: 0px; padding: 0px;}
.content1-container-3col-right {overflow: hidden; float: right; width: 119px; margin: 0px; padding: 0px;}
.content1-container-3col-txtright-60px {float: right; width: 47px; margin: 0px; padding: 0px;}
.content1-container-3col-txtright-40px {float: right; width: 67px; margin: 0px; padding: 0px;}
.content1-container-3col-txtright-20px {float: right; width: 87px; margin: 0px; padding: 0px;}
.content1-container-3col-txtright-10px {float: right; width: 97px; margin: 0px; padding: 0px;}
.content1-pagetitle {
	overflow: hidden; 
	width: 570px; 
	margin: 0px 0px 10px 0px; 
	padding: 0px 0px 2px 0px; 
	border-bottom: solid 3px rgb(88,144,168); 
	color: orange;
	font-weight: bold; 
	font-size: 180%;
	}

/******************************************************/
/* SECTION 4 - SPECIFIC CLASSES FOR LAYOUTS #2 and #3 */
/******************************************************/

.content2 {
	float: left; 
	width: 590px; 
	min-height: 500px; 
	margin: 0px; 
	padding: 0px 0px 0px 20px; 
	color: rgb(75,75,75); 
	font-size: 1.0em;
}
.content3 {float: left; width: 590px; min-height: 500px; margin: 0px; padding: 0px 0px 0px 20px; color: rgb(75,75,75); font-size: 1.0em;}
.content2-container, .content3-container {clear: both; float: left; width: 569px; margin: 0px 0px 15px 0px; padding: 0px;}
.content2-container-1col, .content3-container-1col {overflow: hidden; width: 569px; margin: 0px; padding: 0px;}
.content2-container-1col-txtright-200px, .content3-container-1col-txtright-200px {float: right; width: 357px; margin: 0px; padding: 0px;}
.content2-container-1col-txtright-160px, .content3-container-1col-txtright-160px {float: right; width: 397px; margin: 0px; padding: 0px;}
.content2-container-1col-txtright-120px, .content3-container-1col-txtright-120px {float: right; width: 437px; margin: 0px; padding: 0px;}
.content2-container-1col-txtright-100px, .content3-container-1col-txtright-100px {float: right; width: 457px; margin: 0px; padding: 0px;}
.content2-container-1col-txtright-80px, .content3-container-1col-txtright-80px {float: right; width: 477px; margin: 0px; padding: 0px;}
.content2-container-1col-txtright-60px, .content3-container-1col-txtright-60px {float: right; width: 497px; margin: 0px; padding: 0px;}
.content2-container-1col-txtright-40px, .content3-container-1col-txtright-40px {float: right; width: 517px; margin: 0px; padding: 0px;}
.content2-container-2col-left, .content3-container-2col-left {overflow: hidden; float: left; width: 272px; margin: 0px; padding: 0px;}
.content2-container-2col-right, .content3-container-2col-right {overflow: hidden; float: right; width: 272px; margin: 0px; padding: 0px;}
.content2-container-2col-txtright-100px, .content3-container-2col-txtright-100px {float: right; width: 160px; margin: 0px; padding: 0px;}
.content2-container-2col-txtright-80px, .content3-container-2col-txtright-80px {float: right; width: 180px; margin: 0px; padding: 0px;}
.content2-container-2col-txtright-60px, .content3-container-2col-txtright-60px {float: right; width: 200px; margin: 0px; padding: 0px;}
.content2-container-2col-txtright-40px, .content3-container-2col-txtright-40px {float: right; width: 220px; margin: 0px; padding: 0px;}
.content2-container-2col-txtright-20px, .content3-container-2col-txtright-20px {float: right; width: 240px; margin: 0px; padding: 0px;}
.content2-container-3col-left, .content3-container-3col-left {overflow: hidden; float: left; width: 173px; margin: 0px 25px 0px 0px; padding: 0px;}
.content2-container-3col-middle, .content3-container-3col-middle {overflow: hidden; float: left; width: 173px; margin: 0px; padding: 0px;}
.content2-container-3col-right, .content3-container-3col-right {overflow: hidden; float: right; width: 173px; margin: 0px; padding: 0px;}
.content2-container-3col-txtright-60px, .content3-container-3col-txtright-60px {overflow: hidden; float: right; width: 101px; margin: 0px; padding: 0px;}
.content2-container-3col-txtright-40px, .content3-container-3col-txtright-40px {overflow: hidden; float: right; width: 121px; margin: 0px; padding: 0px;}
.content2-container-3col-txtright-20px, .content3-container-3col-txtright-20px {overflow: hidden; float: right; width: 141px; margin: 0px; padding: 0px;}
.content2-container-3col-txtright-10px, .content3-container-3col-txtright-10px {overflow: hidden; float: right; width: 151px; margin: 0px; padding: 0px;}
.content2-pagetitle, .content3-pagetitle {overflow: hidden; width: 569px; margin: 0px 0px 10px 0px; padding: 0px 0px 2px 0px; border-bottom: solid 3px rgb(88,144,168); color: rgb(88,144,168); font-weight: bold; font-size: 180%;}

.downloads {
	/*background-color: rgb(80,186,214); */
	margin: 0px 0px 10px 0px; 
	padding: 2px 10px 3px 10px;
	}

.errorpage {
	font-weight: bold; 
	font-size: 200%;
	margin: 0px 0px 10px 0px; 
	padding: 2px 10px 3px 10px;
	color: red; 
}


/*********************************/
/* SECTION 6 - COMMON PARAMETERS */
/*********************************/

/*--------------------*/
/* 6.1 - Content Area */
/*--------------------*/

/* Titles and textboxes*/
.content-title-noshade-size1 {margin: 0px; padding: 0px; color: rgb(88,144,168); font-weight: bold; font-size: 130%;}
.content-title-noshade-size2 {margin: 0px; padding: 0px; color: rgb(88,144,168); font-weight: bold; font-size: 150%;}
.content-title-noshade-size3 {
	margin: 0px; 
	padding: 0px; 
	color: orange; 
	font-weight: bold; 
	font-size: 160%;
	}
.content-title-noshade-size4 {margin: 0px; padding: 0px; color: rgb(88,144,168); font-weight: bold; font-size: 180%;}
.content-title-noshade-size5 {margin: 0px; padding: 0px; color: rgb(88,144,168); font-weight: bold; font-size: 200%;}
.content-title-shade-size1 {margin: 0px; padding: 0px 10px 0px 10px; background-color: rgb(215,215,215); color: rgb(100,100,100); color: rgb(88,144,168); font-weight: bold; font-size: 130%;}
.content-title-shade-size2 {margin: 0px; padding: 0px 10px 0px 10px; background-color: rgb(215,215,215); color: rgb(88,144,168); font-weight: bold; font-size: 150%;}
.content-title-shade-size3 {margin: 0px; padding: 0px 10px 0px 10px; background-color: rgb(215,215,215); color: rgb(88,144,168); font-weight: bold; font-size: 160%;}
.content-title-shade-size4 {margin: 0px; padding: 0px 10px 0px 10px; background-color: rgb(215,215,215); color: rgb(88,144,168);  font-weight: bold; font-size: 180%;}
.content-title-shade-size5 {margin: 0px; padding: 0px 10px 0px 10px; background-color: rgb(215,215,215); color: rgb(88,144,168);  font-weight: bold; font-size: 200%;}
.content-subtitle-noshade-size1 {margin: 0px; padding: 0px; color: rgb(88,144,168); font-weight: bold; font-size: 110%;}
.content-subtitle-noshade-size2 {margin: 0px; padding: 0px; color: rgb(88,144,168); font-weight: bold; font-size: 120%;}
.content-subtitle-noshade-size3 {margin: 0px; padding: 0px; color: rgb(88,144,168); font-weight: bold; font-size: 130%;}
.content-subtitle-noshade-size4 {margin: 0px; padding: 0px; color: rgb(88,144,168); font-weight: bold; font-size: 140%;}
.content-subtitle-noshade-size5 {margin: 0px; padding: 0px; color: rgb(88,144,168); font-weight: bold; font-size: 150%;}
.content-subtitle-shade-size1 {margin: 0px; padding: 0px 10px 3px 10px; background-color: rgb(215,215,215); color: rgb(88,144,168); font-weight: bold; font-size: 110%;}
.content-subtitle-shade-size2 {margin: 0px; padding: 0px 10px 3px 10px; background-color: rgb(215,215,215); color: rgb(88,144,168); font-weight: bold; font-size: 120%;}
.content-subtitle-shade-size3 {margin: 0px; padding: 0px 10px 3px 10px; background-color: rgb(215,215,215); color: rgb(88,144,168); font-weight: bold; font-size: 130%;}
.content-subtitle-shade-size4 {margin: 0px; padding: 0px 10px 3px 10px; background-color: rgb(215,215,215); color: rgb(88,144,168); font-weight: bold; font-size: 140%;}
.content-subtitle-shade-size5 {margin: 0px; padding: 0px 10px 3px 10px; background-color: rgb(215,215,215); color: rgb(88,144,168); font-weight: bold; font-size: 150%;}
.content-txtbox-noshade {margin: 0px; padding: 7px 0px 0px 0px; background-color: rgb(255,255,255);}
.content-txtbox-shade {margin: 0px; padding: 7px 10px 5px 10px; background-color: rgb(235,235,235);}
.content-txtbox-greyshade {margin: 0px; padding: 17px 50px 15px 10px; background-color: rgb(245,245,245);}

/* Headings */
h1 {margin: 1.0em 0px 0.5em 0px; font-weight: bold; font-size: 160%;}
h2 {margin: 1.0em 0px 0.5em 0px; font-weight: bold; font-size: 150%;}
h3 {margin: 1.0em 0px 0.5em 0px; font-weight: bold; font-size: 140%;}
h4 {margin: 1.0em 0px 0.5em 0px; font-weight: bold; font-size: 130%;}
h5 {margin: 0px 0px 0.2em 0px; font-weight: bold; font-size: 130%;}
h6 {margin: 0px 0px 0.2em 0px;font-weight: bold; font-style: italic; font-size: 130%;}

/* Paragraphs */
p {
	margin: 0px 0px 0.5em 0px; 
	padding: 0px; 
	line-height: 1.3em; 
	font-family: arial, sans serif; 
	font-size: 120%; 
	}

p.readmore {
	margin: 1.0em 0px 0.5em 0px; 
	padding: 0px; 
	text-decoration: none; 
	line-height: 1.2em; 
	font-size: 110%; 
	}
	
p.quote {margin: 0em 30px 0.6em 30px;	line-height: 120%; font-size: 120%;}
p.embed {float: left; width: 120px; margin: 7px 7px 5px 0px; padding: 5px 5px 5px 5px; background-color: rgb(238,237,249); font-style: italic; font-weight: bold;  line-height: 1.2em; font-size: 140%;}
p.embed-caption {float: left; margin: 5px 0px 0px 0px; padding: 0px; font-style: italic; font-weight: normal; line-height: 1.2em; font-size: 70%;}

/* Quote */
p.quote {clear: left; margin: 0em 30px 0.6em 30px;	line-height: 120%; font-size: 110%;}

/* Embedded emphasis */
.embed {float: left; width: 120px; margin: 2px 7px 2px 0px; padding: 5px 5px 5px 5px; background-color: rgb(238,237,249); font-style: italic; font-weight: bold;  line-height: 1.2em; font-size: 140%;}
.embed-caption {float: left; margin: 5px 0px 0px 0px; padding: 0px; font-style: italic; font-weight: normal; line-height: 1.2em; font-size: 70%;}

/* Lists */
ul.noindent {margin: 0px 0px 7px 15px; padding: 0px; list-style-type: disc; list-style-position: outside; font-size: 120%;}
ul.indent {
	margin: 0px 0px 7px 15px; 
	padding: 0px 0px 0px 15px; 
	list-style-type: disc; 
	font-family: arial; 
	font-size: 120%;
}
ol {margin: 0px 0px 0px 9px; padding: 0px 0px 0px 25px; list-style-type: decimal; list-style-position: outside; font-size: 120%;}
ul.linklist-noindent {margin: -0.3em 0px 0.5em 0px; padding: 0px; list-style-type: none; line-height: 1.2em; font-size: 120%; }
ul.linklist-indent {margin: -0.3em 0px 0.5em 0px; padding: 0px 0px 0px 10px; list-style-type: none; line-height: 1.2em; font-size: 120%; }

/* Tables */
.table {clear: left; margin: 0.5em 0px 0.2em 30px; border: solid 1px rgb(150,150,150); empty-cells: show; border-collapse: collapse; background-color: rgb(233,232,244);}
.table tr {margin: 0px; padding: 0px;}
.table td {padding: 2px 7px 2px 7px; border: solid 1px rgb(150,150,150); text-align: left; font-size: 120%;}
.table th {margin: 0px; padding: 2px 7px 2px 7px; border: solid 1px rgb(150,150,150); empty-cells: show; text-align: left; font-size: 120%; 	}
.table-caption {margin: 0.5em 0px 1.0em 30px; padding: 0px; clear: both; text-align: left; font-size: 120%;}

/* Images */
.img-left-noborder-notopmargin {float: left; margin: 0px 10px 0px 0px;}
.img-left-noborder-topmargin {float: left; margin: 3px 10px 0px 0px;}
.img-left-border-notopmargin {float: left; margin: 0px 10px 0px 0px; border: solid 1px rgb(150,150,150);}
.img-left-border-topmargin {float: left; margin: 3px 10px 0px 0px; border: solid 1px rgb(150,150,150);}
.img-right-noborder-notopmargin {float: right; margin: 0px 0px 0px 10px;}
.img-right-noborder-topmargin {float: right; margin: 3px 0px 0px 10px;}
.img-right-border-notopmargin {float: right; margin: 0px 0px 0px 10px; border: solid 1px rgb(150,150,150);}
.img-right-border-topmargin {float: right; margin: 3px 0px 0px 10px; border: solid 1px rgb(150,150,150);}

/*--------------------*/
/* 6.2 - Sidebar Area */
/*--------------------*/
.sidebar {
	overflow: hidden; 
	float: right; 
	width: 160px; 
	max-height: 100%;
	margin: 0px; 
	padding: 0px 0px 10px 0px; 
	text-align: left; 
	color: gray;
	background-color: white; 
}
.sidebar-whitebg { 
	overflow: hidden; 
	float: right; 
	width: 160px; 
	min-height: 500px; 
	margin: 0px; 
	padding: 0px 0px 10px 0px; 
	text-align: left; 
	color: rgb(75,75,75);
	background-color: rgb(255,255,255); 
}
.sidebar-maintitle {
	margin: 0px 0px 10px 0px; 
	padding: 3px 10px 2px 10px;
	background-color: rgb(204,204,153); 
	color: rgb(255,255,255); 
	text-transform: uppercase; 
	font-weight: bold; 
	font-size: 120%;
	}
.sidebar-title-noshade {
	margin: 0px; 
	padding: 2px 10px 3px 10px; 
	border-top: solid 1px rgb(215,215,215); 
	/*border-bottom: solid 1px rgb(215,215,215); */
	color: rgb(75,75,75); 
	font-weight: bold; 
	font-size: 120%;
	}
.sidebar-title-shade {
	margin: 0px; 
	padding: 2px 10px 3px 10px; 
	background-color: rgb(215,215,215); 
	color: rgb(75,75,75); 
	font-weight: bold; 
	font-size: 120%;
	}
.sidebar-txtbox-noshade {
	margin: 0px 0px 10px 0px; 
	padding: 2px 10px 3px 10px;
	}
.sidebar-txtbox-shade {
	margin: 0px 0px 10px 0px; 
	padding: 2px 10px 3px 10px; 
	background-color: rgb(235,235,235);
	}
.sidebar-txtbox-noshade p {margin: 0px 0px 5px 0px; padding: 0px; line-height: 1.25em; font-size: 110%;}
.sidebar-txtbox-shade p {margin: 0px 0px 5px 0px; padding: 0px; line-height: 1.25em; font-size: 110%;}

/*--------------------*/
/* 6.3 - Footer Area  */
/*--------------------*/
.footer {
	overflow: hidden; 
	clear: both; 
	width: 932px; 
	height: 4.0em; 
	margin: 0px; 
	padding: 0.5em 0px 0.5em 0px; 
	border-top: solid 1px rgb(125,125,125); 
	background-color: rgb(100,80,220); 
	color: rgb(255,255,255); 
	font-size: 1.0em;
	}
.footer p {margin: 0px; padding: 0px; text-align: center; line-height: 1.3em; font-size: 110%;}

/*-------------------*/
/* 6.4 - Hyperlinks  */
/*-------------------*/
.content1 a, .content2 a, .content3 a, .sidebar-txtbox-noshade a, .sidebar-txtbox-shade a {color: rgb(75,75,75); text-decoration: underline;}
.content1 a:hover, .content2 a:hover, .content3 a:hover, .sidebar-txtbox-noshade a:hover, .sidebar-txtbox-shade a:hover {color: rgb(0,0,0); text-decoration: none;}
.content1 a:visited, .content2 a:visited, .content3 a:visited, .sidebar-txtbox-noshade a:visited, .sidebar-txtbox-shade a:visited  {color: rgb(150,150,150);}
.footer a {color: rgb(255,255,255); text-decoration: underline;}
.footer a:hover {color: rgb(0,0,0); text-decoration: none;}

/*******************************/
/* SECTION 7 - GENERIC CLASSES */
/*******************************/

/*----------------------------*/
/* 7.1 - Title decoration box */
/*----------------------------*/
.box-on {float: left; min-width: 0.3em; margin-right: 0.2em; padding: 0px 0.2em 0px 0.3em;}
.box-off {display: none;}
/* html box-on {width: 1%;} /* IE6-Hack for min-width. Also compliant with IE7-Beta2 */

/*-----------------------------*/
/* 7.2 - Horizontal alignments */
/*-----------------------------*/
.align-left {text-align: left;}
.align-right {text-align: right;}
.align-center {text-align: center;}

/*****************************/
/* SECTION 8 - MISCELLANEOUS */
/*****************************/
.showcode {font-family: monospace; font-weight: bold; font-size: 13px; color: rgb(255,0,0);}
.clear {clear: both;}
.hide {display: none;}
br {clear: none;}

.header-bottom {
	width:932px; 
	height:20px; 
	background:rgb(255,255,255) /*url(../img/bg_head_breadcrumbs.jpg) repeat-y*/;
	}

.integration-img {
	float: left; 
	width: 570px; 
	margin: 0px; 
	padding: 0px;
	background: url(../img/integration-bg_800.jpg);
	border: solid 1px rgb(200,200,200);
	}

.integration-j2me {
	clear: left; 
	position: absolute;
	top: 305px;
	width: 200px; 
	margin: 5px; 
	padding: 0px; 
	background-color: transparent; 
	font-size: 10px;
	}

.integration-embedded {
	clear: left; 
	position: absolute;
	top: 105px;
	width: 200px; 
	margin: 200px; 
	padding: 0px; 
	background-color: transparent; 
	font-size: 10px;
	}

.integration-mainframe {
	clear: left; 
	position: absolute;
	top: -135px;
	width: 200px; 
	margin: 445px; 
	padding: 0px; 
	background-color: transparent; 
	font-size: 10px;
	}

.integration-soa {
	clear: left; 
	position: absolute;
	top: 500px;
	width: 200px; 
	margin: 10px; 
	padding: 0px; 
	background-color: transparent; 
	font-size: 10px;
	}

.integration-db {
	clear: left; 
	position: absolute;
	top: 150px;
	width: 200px; 
	margin: 450px;
	padding: 0px; 
	background-color: transparent; 
	font-size: 10px;
	}

.integration-databases {
	clear: left; 
	position: absolute;
	top: 555px;
	width: 200px; 
	margin: 200px;
	padding: 0px; 
	background-color: transparent; 
	font-size: 8px;
	}

.integration-pc-title {
	clear: left; 
	position: absolute;
	top: 420px;
	width: 400px; 
	margin: 200px;
	padding: 0px; 
	background-color: transparent; 
	font-size: 10px;
	}

.integration-dotnet {
	clear: left; 
	position: absolute;
	top: 540px;
	width: 400px; 
	margin: 170px;
	padding: 0px; 
	background-color: transparent; 
	font-size: 10px;
	}

.integration-java {
	clear: left; 
	position: absolute;
	top: 380px;
	width: 250px; 
	padding: 0px; 
	margin: 330px;
	background-color: transparent; 
	font-size: 10px;
	}

.site-slogan-services {
	position: absolute;
	clear: both;
	top: 168px;
	margin: 30px; 
	padding: 0px;
	text-decoration: none;
	background-color: transparent; 
	font-size: 12px;
	color: white;
	z-index: 1000;
	}
.site-slogan-services a {
	color: white; 
	text-decoration: none;
	text-weight: bold;
	}
.site-slogan-services a:hover {
	text-decoration: none; 
	color: gray;
	}

.floating-window {
	
	position: absolute;
	float: right;
	top: 390px;
	margin: 0px; 
	text-decoration: none;
	background-color: yellow; 
	font-size: 12px;
	border-color: gray;
	border-width: 3px;
	}

.flash{
	clear: both;
	float: left; 
	width: 932px; 
	height: 250px; 
	margin: 0px;
	padding: 0px;
	position: relative;
	top: 48px; 
	left: 0px;
	z-index: 0;
	}

.flash-ie{
	clear: both;
	float: left; 
	width: 932px; 
	height: 250px; 
	margin: 0px;
	padding: 0px;
	position: relative;
	top: 26px; 
	left: 0px;
	}

.site-slogan-container-right  {
	width: 900px; 
	height: 150px; 
	position: absolute; 
	top: 70px;
	right: 150px;
	z-index: 1; 
	overflow: hidden; 
	margin: 0px; 
	padding-right: 75px; 
	background-color: transparent;
	}
.site-slogan-container-left  {
	width: 900px; 
	height: 150px; 
	top: 15px;
	overflow: hidden; 
	
	position: absolute;
	clear: both;
	margin: 30px; 
	padding: 0px;
	text-decoration: none;
	background-color: transparent; 
	font-size: 12px;
	color: white;
	z-index: 1000;
	}
.latest-news {
	clear: both;
	float: right;
	padding: 0px;
	margin: 100px;
	color: white;
	font-family: arial, sans serif;  
	text-align: left; 
	font-weight: bold; 
	font-size: 120%;
}

.banner-text {
	clear: both;
	float: left;
	padding: 0px;
	margin: 15px;
	color: orange;
	font-family: arial, sans serif;  
	text-align: left; 
	font-weight: bold; 
	font-size: 220%;
}

