@CHARSET "UTF-8";

/*defaults*/
html, body {
	height: 100%;
	width:100%;
	overflow: hidden;
}

body {
	background: #330731;
	/*background: #efeedb;*/
	font-family: Verdana,"Century Gothic",Arial,Arial MT;
}

a {
	text-decoration: none;
	color: #797a7b;
}

a:hover {
	text-decoration: none;
	color: #506f6e;
}

p {
	color:#797a7b;
	font-size:9pt;
	line-height:11pt;
	text-align:left;
	vertical-align:middle;
	margin:0px;
	padding:0px;
}

p.bu {
	font-size:10px;
	font-weight: bold;
}

small {
	font-size:7pt;
	line-height:8.4pt;
}

h1 {
	color:#000;
	font-size:9pt;
	font-weight:bold;
	line-height:12pt;
	text-align:left;
	vertical-align:middle;
	margin:0px;
	padding:0px;
}

img {
	border:none;	
}


/*Definition of the different canvas*/
#main_table {
	width: 100%;
	height: 100%;
	vertical-align: middle;	
	text-align: center;
}
	
#main_canvas {
	width: 1000px;
	height: 625px;
	margin:auto;
	text-align:left;
	overflow:hidden;
}

#navigation_canvas {
	width: auto;
	height: 22px;
	text-align: right;
	background: url(img/nav_bg.gif) repeat-x center;
}

#content_canvas {
	width: 998px;
	height: 584px;
	margin: 0px;
	float:left;
	background: #f9fbec;
	border: 1px solid #cfd8cd;
	border-top: none;
	position: relative;
}

#footer_canvas {
	width: 100%;
	height: 18px;
	margin: 0px;
	float:left;
	background: #e1e2d2;
}

#footer_canvas p{
	font-size: 9px;
	line-height: 15px;
	color: #939e9f;
	text-align: center;
}


/*navigation defintions*/
#navigation {
	margin:0;
	padding:0 0 0 107px;
	color: #506f6e;
	font-size: 12px;
	line-height: 22px;
	list-style-type: none;
}

#navigation li {
	float: left;  
	margin: 0 2px 0 0;
}

#navigation li.a .tl, #navigation li.a_h .tl {
	background: url(img/tab_bg.gif) 0 0 no-repeat;
	padding: 0 0 0 2px;
}

#navigation li.a .tr, #navigation li.a_h .tr {
	background: url(img/tab_bg.gif) no-repeat right;
	background-position: right 0;
	padding: 0 2px 0 0;
}

#navigation li.a .tc, #navigation li.a_h .tc {
	background: url(img/tab_bg.gif) repeat-x;
	background-position: 0 -25px;
	padding: 0;
}

#navigation li.n_h .tl {
	background: url(img/tab_bg.gif) no-repeat;
	background-position: 0 -50px;
	padding: 0 0 0 2px;
}

#navigation li.n_h .tr {
	background: url(img/tab_bg.gif) no-repeat right;
	background-position: right -50px;
	padding: 0 2px 0 0;
}

#navigation li.n_h .tc {
	background: url(img/tab_bg.gif) repeat-x;
	background-position: 0 -75px;
	padding: 0 0 0 0;
}


	/*standards*/
#navigation li .tl {
	padding: 0 0 0 2px;
}

#navigation li .tr {
	padding: 0 2px 0 0;
}

#navigation li .tc {
	padding: 0 0 0 0;
}

#navigation li .tc a{
	cursor: pointer;
	padding: 0 18px 0 18px;
}

.link {
	cursor: pointer;
}

