/***********************************************/
/* 3col_leftNav.css                             */
/* Use with template 3col_leftNav.html          */
/***********************************************/

/***********************************************/
/* Fonts                                       */
/***********************************************/ 

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Arial,sans-serif;
	color: #333333;
	line-height: 1.166;
	margin: 0px;
	padding: 0px;
	background-color: #FFFFCC;
}

a{
	color: #999999;
	vertical-align: bottom;
	background-position: bottom;
}

a:link{
	text-decoration: none;
}

a:visited{
	text-decoration: none;
}

a:hover{
	color: #000000;
	text-decoration: underline;
}

h1{
	text-align: center;
	vertical-align: baseline;
	font-size: xx-large;
}

h2{
 font-family: Arial, sans-serif;
 font-size: 400%;
 color: #006699;
 margin: 0px;
 padding: 0px;
}

h3{
 font-family: Arial,sans-serif;
 font-size: 100%;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h4{
 font-family: Arial,sans-serif;
 font-size: 100%;
 font-weight: normal;
 color: #333333;
 margin: 0px;
 padding: 0px;
}

h5{
 font-family: Verdana,Arial,sans-serif;
 font-size: 100%;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

label{
 font-family: Arial,sans-serif;
 font-size: 100%;
 font-weight: bold;
 color: #334d55;
}


/***********************************************/
/* XXXXXXXXXXX                                 */
/***********************************************/

/***********************************************/
/* Components                                  */
/***********************************************/


/*********** #navBar link styles ***********/

#navBar ul a:link, #navBar ul a:visited {display: block;}
#navBar ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {border-bottom: 1px solid #EEE;}

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}


/*********** #sectionLinks styles ***********/

#sectionLinks{
	position: relative;
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #cccccc;
	font-size: 90%;
}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
}

#sectionLinks a {
	display: block;
	border-top: 1px solid #cccccc;
	padding: 2px 0px 2px 10px;
}

#sectionLinks a:hover{
	background-color: #dddddd;
}


/*********** .relatedLinks styles ***********/

.relatedLinks{
	position: relative;
	margin: 0px;
	padding: 0px 0px 10px 10px;
	font-size: 90%;
}

.relatedLinks h3{
	padding: 10px 0px 2px 0px;
}

.relatedLinks a:link,
.relatedLinks a:visited {
	display: block; 
}

/************** #advert styles **************/

#advert{
	padding: 30px 0px 10px;
}

#advert img{
	display: block;
}


/************** #headlines styles **************/

#headlines{
	margin: 0px;
	padding: 10px 0px 20px 10px;
	font-size: 80%;
}

#headlines p{
	padding: 5px 0px 5px 0px;
}

/***********************************************/
/**************** Top  border ******************/
.borderTop {
	background-color: #FFFFCC;
	height: 6mm;
}

.borderTopLeft {
	background-color: #FFFFCC;
	width: 6mm;
	position: absolute;
	height: 6mm;
	float: left;
	left: 0mm;
	top: 0mm;
}

.borderTopMiddle {
	background-color: #FF99FF;
	width: 60mm;
	position: absolute;
	height: 6mm;
	float: left;
	left: 6mm;
	top: 0mm;
}

/****************** Top ************************/

.top {
	background-color: #FF99FF;
	height: 30mm;
	width:100%;
	position: absolute;
	left: 0mm;
	top: 6mm;
}

.topLeft {
	background-color: #00CCFF;
	width: 100%;
	position: absolute;
	height: 30mm;
	float: left;
	z-index: 1;
	visibility: visible;
	left: 0mm;
	top: 0mm;
}

.topMiddle {
	background-color: #CC00FF;
	width: 60mm;
	position: absolute;
	height: 30mm;
	float: left;
	font-family: Falcon;
	font-size: xx-large;
	font-style: normal;
	font-weight: bold;
	color: #FFFFCC;
	vertical-align: bottom;
	text-align: center;
	left: 6mm;
	top: 0mm;
	visibility: visible;
	z-index: 2;
	overflow: visible;
}

.topRight {
	background-color: #00CCFF;
	width: 100%;
	position: absolute;
	height: 30mm;
	float: left;
	border-right-width: 30mm;
	vertical-align: bottom;
	background-position: bottom;
	left: 66mm;
	top: 0mm;
}

#siteName {
	vertical-align: bottom;
	font-family: Falcon;
	font-weight: 900;
	font-size: 150%;
	line-height: 100%;
	background-position: bottom;
}

.mainMenu {
	vertical-align: bottom;
	background-position: left bottom;
	height: 6mm;
	width: 100mm;
	position: absolute;
	top: 30mm;
	left: 68mm;
}
/***********************************************/

.borderLeft {
	background-color: #FFFFCC;
	width: 6mm;
	position: static;
	height: 160mm;
	float: left;
}

.left {
	background-color: #FF99FF;
	width: 60mm;
	position: absolute;
	height: 160mm;
	float: left;
	left: 6mm;
	top: 0mm;
	z-index: 2;
}

.middle {
	background-color: #FFFFCC;
	height: 160mm;
	position: absolute;
	overflow: visible;
	left: 0mm;
	top: 36mm;
}

.main {
	left: 66mm;
	top: 0mm;
	float: left;
}

.borderBottom {
	position: absolute;
	top: 196mm;
	left: 6mm;
	width: 90%;
	color: #999999;
}

#siteInfo {
	font-size: x-small;
}
#bottomInfo {
	color: #999999;
}
#java {
	font-family: Falcon;
	font-size: 350%;
	font-weight: bold;
	color: #FFFFCC;
	position: absolute;
	left: 30%;
	top: 55mm;
	height: 64mm;
	width: 64mm;
	background-color: #00CCFF;
	vertical-align: bottom;
	text-align: center;
	line-height: 60mm;
	z-index: 0;
}
#sql {
	font-family: Falcon;
	font-size: 300%;
	font-weight: bold;
	color: #FFFFCC;
	position: absolute;
	left: 45%;
	top: 100mm;
	background-color: #00FF99;
	text-align: center;
	height: 58mm;
	width: 58mm;
	line-height: 54mm;
	z-index: 0;
}

#oracle {
	font-family: Falcon;
	font-size: 400%;
	font-weight: bold;
	color: #FFCC00;
	position: relative;
	left: 25mm;
	top: 10mm;
}

#delphi {
	font-family: Falcon;
	font-size: 300%;
	font-weight: bold;
	color: #FFFFCC;
	position: absolute;
	left: 60%;
	top: 40mm;
	background-color: #FF6666;
	line-height: 72mm;
	visibility: visible;
	height: 72mm;
	width: 72mm;
	text-align: center;
	z-index: 0;
}
#societe {




	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: normal;
	color: #000000;
	position: relative;
	left: 25mm;
	top: 50mm;
}
#rcs {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}
#technology {
	font-family: Falcon;
	font-size: 300%;
	font-weight: bold;
	color: #FFFF66;
	position: relative;
	left: 0mm;
	top: 0mm;
	width: 1mm;
	float: right;
	clear: none;
}

/************* #search styles ***************/

#search{
	padding: 5px 0px 5px 10px;
	border-bottom: 1px solid #cccccc;
	font-size: 90%;
}

#search form{
 margin: 0px;
 padding: 0px;
}

#search label{
	display: block;
	margin: 0px;
	padding: 0px;
	color: #000000;
}
#coati {
	position: absolute;
	top: 100mm;
	left: 10mm;
}
