/***********************************************/
/* common HTML tag styles                      */
/***********************************************/
body{
	font: 16px Arial,sans-serif;
	color: #333333;
	line-height: 1.3;	
	margin: 0px;
	padding: 0px;
	background-image: url(img/wall.gif);
	background-repeat: repeat;
	background-color:#FFFFFF;
}

/******* hyperlink and anchor tag styles *******/

a:link, a:visited{
	color: #005FA9;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

/************** header tag styles **************/

p{
	font: 16px Arial,sans-serif;
	color: #333333;
	margin: 0px;
	padding: 10px 0px 10px 0px;
	line-height: 1.3;
}

h1{
	font: 44px "Dutch801 XBd BT",Impact,sans-serif;
	color: #335555;
	margin-top: 0px;
	padding-top: 15px;
	vertical-align: middle;
	text-align: center;
}

h2{
 font: bold 20px Arial,sans-serif;
 color:  #224455;
 margin: 0px;
 padding: 30px 0px 0px 0px;
}

h2 a:hover{
  text-decoration: none;
}

h3{
 font: bold 18px Arial,sans-serif;
 color: #006699;
 margin: 0px;
 padding: 0px;
}

h4{
 font: bold 16px Arial,sans-serif;
 color: #333333;
 margin: 10px 0px 5px 0px;
 padding: 0px;
}

h5{
 font: bold 14px Arial,sans-serif;
 color: #334d55;
 margin: 20px 0px 20px 20px;
 padding: 0px;
}

hr{
	margin-right: 50%;
	width: 400px;
	margin-left: 0px;
}



/*************** list tag styles ***************/

ul{
 list-style-type: square;
 font: 16px Arial,sans-serif;
 color: #333333;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

/********* form and related tag styles *********/

form {
	margin: 0;
	padding: 0;
}

label{
 font: bold 1em Arial,sans-serif;
 color: #334d55;
}
				
input{
	font-family: Arial,sans-serif;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#base{
	position: relative;
	margin: 0px auto 0px auto;
	background-color: #FFFFFF;
	width: 900px;
	padding: 0px;
	z-index: 0;
}

#masthead{
	position: relative;
	top: 10px;
	height: 100px;
	margin-left: auto;
	margin-right: auto;
	width: 880px;
	padding: 0px;
	background-color: #FFFFFF;
	z-index: 20;
}

#pagecell{
	position: relative;
	top: 10px;
	margin-left: auto;
	margin-right: auto;
	width: 900px;
	padding: 0px;
	background-color: #FFFFFF;
	z-index: 10;
}

/***********************************************/
/* Component Divs                              */
/***********************************************/

/***************** start of masthead ********************/

/************* logo styles ****************/

#logo1 {
	position: absolute;
	top: 8px;
	left: 20px;
	height: 42px;
	border-style: none;
}

#logo2 {
	position: absolute;
	top: 8px;
	right: 0px;
	height: 42px;
	border-style: none;
}

/************* utility styles ****************/

#utility{
	font: 14px Verdana,sans-serif;
	position: absolute;
	top: 36px;
	right: 80px;
	color: #000000;
}

#utility a{
	color: #666666;
}

#utility a:hover{
	text-decoration: underline;
}

/************* topNav styles ****************/

#topNav{
	position: relative;
	top: 60px;
	width: 100%;
	height: 32px;
	color: #cccccc;
	padding: 0px;
	margin: 0px;
	background-image: url(img/glbnav_background.gif);
}

#topNav img{
	margin-bottom: -4px;
 
}
	
#gnl {
	position: absolute;
	top: 0px;
	left:0px;
}

#gnr {
	position: absolute;
	top: 0px;
	right:0px;
}

#topLink{
	position: absolute;
	top: 8px;
	height: 22px;
	padding: 0px;
	margin: 0px;
	left: 10px;
	z-index: 100;
}


a.glink, a.glink:visited{
 	font-size: 14px;
 	color: #000000;
	font-weight: bold;
	margin: 0px;
	padding: 2px 5px 4px 5px;
	border-right: 1px solid #8FB8BC;
}

a.glink:hover{
 	background-image: url(img/glblnav_selected.gif);
	text-decoration: none;
}

.skipLinks {display: none;}

/************ subtopNav styles **************/

.subtopNav{
	position: absolute;
	top: 100px;
	left: 30px;
	height: 20px;
	padding: 0px:
	margin: 0ox;
	visibility: hidden;
	color: #0000CC;
}

.subtopNav a:link, .subtopNav a:visited {
	font-size: 14px;
	color: #0000CC;
}

.subtopNav a:hover{
	color: #cccccc;
}

/*************** langages styles *****************/

#lang2 {
	position: absolute;
	top: 5px;
	right: 150px;
	z-index: 80;
}

#lang {
	position: absolute;
	top: 20px;
	right: 90px;
	z-index: 80;
	color: #000000;
}
#lang a{
	color: #666666;
}

#lang a:hover{
	text-decoration: underline;
}


/*************** search styles *****************/

#search{
	position: absolute;
	top: 5px;
	right: 10px;
	z-index: 90;
}

#search input{
	font-size: 70%;
	margin: 0px  0px 0px 10px;
	background-color:#FFFFCC;
 }
 
#search a:link, #search a:visited {
	font-size: 80%;
	font-weight: bold;
	
}

#search a:hover{
	margin: 0px;
}

/***************** end of masthead ********************/
/***************** start of pagecell ********************/

/************** pageName styles ****************/

#pageName{
	padding: 10px 0px -10px 0px;
	margin: 10px auto 20px auto;
	border-bottom:1px solid #ccd2d2;
	background-image: url(img/bar07.gif);
	height: 88px;
	width: 800px
}

/************* breadCrumb styles ***************/

#breadCrumb{
	padding: 5px 50px 5px 0px;
	font: 14px Verdana,sans-serif;
	color: #AAAAAA;
	text-align: right;
}

#breadCrumb a{
	color: #666666;
}

#breadCrumb a:hover{
	color: #005FA9;
	text-decoration: underline;
}

/************** pageNav styles *****************/

#pageNav {
	text-align: center;
	margin: 40px auto 0px auto;
	padding: 0px;
}

/************** content styles *****************/

#content{
	padding: 0px 30px 0px 30px;
	margin: 0px;
}

.blt{
	margin: 0px 10px 0px 0px;
	width: 18px;
	height: 18px;
}

.return{
	font-size: 80%;
	color:#666666;
	text-align:right;
	clear: right;
	padding-top: 10px;
	padding-bottom: 10px;
}

#tb_history{
	font-size: 15px;
}

#tb_rinen{
	margin: 20px auto 10px auto;
	font-size: 15px;
}

#tb_events{
	margin: 10px auto auto auto;
	text-align:center;
	font-size: 15px;
}

#tb_sponsor{
	margin: 10px auto auto auto;
	width: 550px;
	font-size: 16px;
}

#tb_sponsor table{
	margin: 10px auto 10px auto;
}

/************** siteInfo styles ****************/

#siteInfo{
	clear: both;
	border-top: 1px solid #cccccc;
	font-size: 14px;
	color: #cccccc;
	padding: 10px 10px 10px 10px;
	margin-top: 10px;
}

#siteInfo img{
	padding: 0px 4px 0px 0px;
	vertical-align: middle;
}

/***************** end of pagecell ********************/
