/* page properties */
body
{
	background-color: #eeeef4;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:black;
}

h1
{
	font-size:36px;
	font-weight:bold;
	text-align:center;
	color: #ffffff;
}
h2
{
	color: #ff8c00;
	margin:0px;
	text-align:center;
}
h3
{
	color: #ff8c00;
	margin:0px;
	text-align:left;
}

/* Top menu zone, with logo and main links */

#menu
{
	width:100%;
	height:70px;
	background-color: black;
	background-image: url(/global/images/deco/gradiant-top.png);
	background-repeat: repeat-x;
}
#menu-logo
{
	float:left;
	width:104px;
	padding:14px;
}
ul#menu-links
{
	position:relative;
	bottom:-27px;
	text-align: right;
	font-weight:normal;
	list-style:none;
	margin:0;
	padding:0;
	margin-right:8px;
	margin-left:132px;
}
ul#menu-links li
{
	display:inline;
	padding:10px;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:4px;
}
ul#menu-links a
{
	text-decoration:none;
	font-size:16px;
	color:white;
}
ul#menu-links li:hover
{
	border-bottom:4px solid #3f3c40;
}

/* Title zone, with multiple layer images */

#title
{
	width:100%;
	height:100px;
	margin:0 auto;
	padding-top:1px;
	background-color:#3f3c40;
	background-image: url(/global/images/deco/title-grad.jpg);
	background-repeat: no-repeat;
	text-align:center;
	background-position: center;
}
#top-shadow
{
	position:absolute;
	top:70px;
	width:100%;
	height:10px;
	background-image:url(/global/images/deco/shadow.png);
	background-repeat:repeat-x;
}
#title-shadow
{
	position:relative;
	top:0px;
	width:100%;
	height:10px;
	background-image:url(/global/images/deco/shadow.png);
	background-repeat:repeat-x;
}

/* Tab links, for section navigation */

ul.sectionLinks, .sectionLinks ul
{
	margin:0;
	margin-left:20px;
	margin-bottom:10px;
	padding:0;
	list-style-type: none;
	display: inline;
}

ul.sectionLinks
{ 

	display: table;
}

ul.sectionLinks>li
{
	display: table-cell;
	position: relative;
	padding: 11px;
	width:120px;
	text-align:center;
}

.sectionLinks ul li a
{
	display: block;
	padding:9px;
}

/*** Menu colors (customizable) ***/
ul.sectionLinks, .sectionLinks ul, .sectionLinks ul li a
{
}

ul.sectionLinks li:hover, .sectionLinks ul li a:hover
{
	/* Highlited frame */
	background-image:url(/global/images/deco/seclinkshover);
	background-repeat:no-repeat;
}

ul.sectionLinks li:active, .sectionLinks ul li a:active
{
}

ul.sectionLinks, .sectionLinks ul
{
}

.sectionLinks a
{
	text-decoration: none;
}

/* Content zone, with frames and stuffs*/

#page
{
	width:900px;
	margin:0 auto;
	margin-top:20px;
	margin-bottom:20px;
	text-align: left;
    overflow: hidden;
	list-style-image: url(/global/images/deco/bullet.png);
}
.page a
{
	text-decoration: none;
	font-weight: bold;
	color: #3f3c40;
}

.frame-top
{
	background-image: url(/global/images/deco/fr900top.png);
	background-repeat:no-repeat;
	height: 30px;
	margin:0;
	padding:0;
}
.frame-body
{
	background-image: url(/global/images/deco/fr900mid.png);
	background-repeat:repeat-y;
	padding-left:30px;
	padding-right:30px;
	margin:0;
}
.frame-bottom
{
	background-image: url(/global/images/deco/fr900bot.png);
	background-repeat:no-repeat;
	height: 30px;
	margin:0;
	padding:0;
}
.inner-div /* just to avoid gaps between top, bottom and body */
{
	padding:1px;
}

.image-left
{
    float: left; 
    overflow: hidden;
	margin:8px;
}
.image-right
{
    float: right; 
    overflow: hidden;
	margin:8px;
}

.table-visible
{
	/* centered */
	margin-left:auto;
	margin-right:auto;
	border-bottom:1px solid #ff8c00;
}
.table-title
{
	text-align:center;
	background-color:#ff8c00;
	color: white;
	font-weight:bold;
}
.table-alt
{
	background-color:#ffd6a3;
}
.table-line-header
{
	background-color:#ffffff;
	text-align:right;
}
.note
{
	font-size: 12px;
	color:#3f3c40;
}

/* Bottom zone, with lists of links */

#bottom
{
	width:100%;
	margin:0 auto;
	border-top: solid 1px #c2c1c7;
}
#bottom a
{
	text-decoration:none;
	color:black;
	font-size:11px;
}
#bottom-content
{
	width:900px;
	margin:0 auto;
	text-align:left;
    overflow:hidden;
	font-size:11px;
}
#bottom-col1
{
	float:left;
	margin-left:60px;
	width: 150px;
}
#bottom-centerzone
{
	margin: 0 270px;
}
#bottom-col2
{
	float: left;
	width: 150px;
}
#bottom-col3
{
	float: left;
	width: 150px;
	margin-left:60px;
}
#bottom-col4
{
	float:right;
	width: 150px;
	margin-right:60px;
}
.subLinks
{
	font-weight:normal;
	list-style-type: none;
	line-height: 20px;
}.mainLink
{
	font-weight:bold;
}
