/***********************************************/
/* wall_page_base.css                          */
/* Use with template wall_page.html            */
/***********************************************/
/*
div {
border: 1px solid #FF6633 !important;
}
*/
/***********************************************/
/* HTML tag styles                             */
/***********************************************/

body{
	font-family: Arial,sans-serif;
	color: #333333;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
	background-color: #cccccc;
}

/************************************/
.Style1 {
	color: #003399;
	font-style: normal;
}

.Style2 {
	color: #003399;
	font-weight: bold;
}

.Style3 {
	color: #FF6633;
	font-style: italic;
	font-weight: bold;
}

.Style4 {
	color: #CC33CC;
	font-style: italic;
}

.Style5 {
	color: #003399;
	font-style: italic;
}
/************************************/
/* hyperlink and anchor tag styles  */
/************************************/

a{
	color: #005FA9;
	text-decoration: none;
}

a:link{
	color: #005FA9;
	text-decoration: none;
}

a:visited{
	color: #990000;
	text-decoration: none;
}

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

/************************************/


/************************************/
/* Header tag styles                */
/************************************/

h1{
 font-family: 'Vonness Medium',Arial,sans-serif;
 font-size: 120%;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h2{
 font-family: Arial,sans-serif;
 font-size: 114%;
 color: #006699;
 margin: 0px;
 padding: 0px;
}

h3{
 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: 'Vonness Medium',Arial,sans-serif;
 font-size: 100%;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}


/************************************/

/************************************/
/* List Tags                        */
/************************************/

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}


/************************************/


/************************************/
/* Form and related Tags            */
/************************************/  
label{
 font-family: Arial,sans-serif;
 font-size: 100%;
 font-weight: bold;
 color: #334d55;
}
				
input{
	font-family: Arial,sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #3333CC;
	text-decoration: underline;
}
/************************************/
/* HTML Tags                        */
/************************************/



/************************************/
/* Layout Divs                      */
/************************************/

#wrapper{
	width: 100%;
	margin-right: 0px;
	margin-left: 0px;
	position: absolute;
	background-attachment: fixed;
	background-image: url(pict/home/bkgd_dbl.jpg);
	background-repeat: repeat;
	margin-top: 0px;
	margin-bottom: 10px;
}

#pagecell1{
	width:800px;
	background-color: #ffffff;
	z-index: 1;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	margin-top: -6px;
}

/************************************/

/************************************/
#masthead{
	position: static;
	width:100%;
	background-image: url(pict/home/top_banner.jpg);
	background-repeat: repeat-x;
	height: 121px;
	margin: 0px;
}

.topdeco {
	margin-top: 0px;
	margin-right: 0px;
	position: absolute;
	right: 0px;
	height: 121px;
	width: 308px;
	top: 0px;
}

.toplogo {
	position: absolute;
	top: 24px;
	left: 45px;
}
/************************************/


/************************************/
#col2{
	padding: 0px 10px 0px 0px;
	border-left: 1px solid #ccd2d2;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	z-index: 2;
	background-image: url(pict/home/page_bkgd.gif);
}
/***********************************************/
/* End Layout Divs                             */
/***********************************************/



/***********************************************/
/*Component Divs                               */
/***********************************************/

#siteName{
	margin: 0px;
	padding: 16px 0px 8px 0px;
	color: #003399;
	font-weight: normal;
}

/************************************/


/************************************/
#pageName{
	margin: 0px;
	border-bottom:1px solid #327681;
	background-repeat: repeat;
	height: 76px;
	background-color: #8BAED2;
	background-image: url(pict/home/title_bkgd_b.gif);
}

#pageName h2{
	font-family: Arial, sans-serif;
	font-size: 12pt;
	color: #FFFFFF;
	font-style: italic;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-top: 24px;
	padding-left: 160px;
	font-weight: lighter;
}

.top_home {
	position: absolute;
	top: 12px;
	left: 12px;
}

.top_ban {
	position: absolute;
	right: 50px;
	top: 32px;
}

/*
#pageName img{
	position: absolute;
	top: 12px;
	right: 15px;
	padding: 0px;
	margin: 0px;
}
*/
/************************************/


/************************************/
#globalNav{
	position: absolute;
	width: 100%;
	color: #cccccc;
	padding: 0px;
	top: 50px;
	background-image: url(pict/home/glbnav_background.gif);
	background-repeat: repeat-x;
	height: 28px;
	margin-top: 34px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#globalLink{
	font-size: 10pt;
	font-weight: bold;
	position: absolute;
	z-index: 100;
	width: 600px;
	height: 28px;
	padding: 0px;
	top: 6px;
}

#globalLink a:link{
	color: #3579C0;
	margin: 0px;
	border-right: 1px solid #666666;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 2px;
	padding-bottom: 4px;
}

#globalLink a:visited{
	color: #3579C0;
	margin: 0px;
	border-right: 1px solid #8FB8BC;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 2px;
	padding-bottom: 4px;
}

#globalLink a:hover{
	color: #000066;
	background-image:  url(pict/home/glblnav_selected.gif);
	background-repeat: repeat;
	padding-right: 5px;
	padding-left: 5px;
	border-right: 1px solid #8FB8BC;
	padding-top: 2px;
	padding-bottom: 4px;
	}

#globalLink a:active{
	color: #FF6600;
	background-image:  url(pict/home/glblnav_selected.gif);	
	background-repeat: repeat;
	padding-right: 5px;
	padding-left: 5px;
	border-right: 1px solid #8FB8BC;
	}

#globalLink a.current:link{
	background-image:  url(pict/home/glblnav_selected.gif);
	color: #000066;
	background-repeat: repeat;
	padding-right: 5px;
	padding-left: 5px;
	border-right: 1px solid #8FB8BC;
}

#globalLink a.current:visited{
	background-image:  url(pict/home/glblnav_selected.gif);
	color: #000066;
	background-repeat: repeat;
	padding-right: 5px;
	padding-left: 5px;
	border-right: 1px solid #8FB8BC;
}
/************************************/

/************************************/
#search{
	position: absolute;
	top: 3px;
	right: 60px;
	z-index: 101;
}

#search input{
  font-size: 60%;
  margin: 0px 0px 0px 20px;
 }
 
#search a:link{
  font-size: 80%;
	font-weight: bold;
	
}

#search a:visited{
  font-size: 80%;
	font-weight: bold;
	
}

#search a:hover{
	font-size: 80%;
	margin: 0px;
	font-weight: bold;
	text-decoration: underline;
	
}


/************************************/
.frame_01{
	font-size: 80%;
	margin-left: 30px;
	margin-right: 20px;
	padding: 0px 0px 0px 10px;
	clear: both;
}

.frame_01 h3{
	font-family: Arial,sans-serif;
	font-size: 15pt;
	font-weight: bold;
	color: #005FA9;
	padding: 30px 0px 5px;
}

.frame_01 table{
	float: left;
	margin-right: 20px;
	font-size: 75%;
	margin-bottom: 20px;
	margin-top: 20px;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
}

.frame_01 img{
	padding: 0px;
}

/************************************/
.frame_02{
	font-size: 80%;
	text-align: center;
	padding-bottom: 20px;
	padding-top: 20px;
	position: static;
}

.frame_02 h3{
	font-family: Arial,sans-serif;
	font-size: 15pt;
	font-weight: bold;
	color: #005FA9;
}

.frame_02 table{
	font-size: 75%;
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
}

.frame_02 td{
	text-align: center;
}

.frame_02 img{
	padding: 0px;
}


/************************************/
.frame_03{
	font-size: 80%;
	margin-left: 30px;
	margin-right: 20px;
	padding: 0px 0px 0px 10px;
	clear: both;
}

.frame_03 h3{
	font-family: Arial,sans-serif;
	font-size: 15pt;
	font-weight: bold;
	color: #005FA9;
	padding: 30px 0px 5px;
}

.frame_03 table{
	float: right;
	margin-right: 10px;
	font-size: 75%;
	margin-bottom: 20px;
	margin-top: 20px;
	background-color: #FFFFFF;
	margin-left: 20px;
	border: 1px solid #CCCCCC;
}

.frame_03 img{
	padding: 0px;
}

/************************************/

.frame_04{
	font-size: 80%;
	text-align: center;
	padding-bottom: 20px;
	padding-top: 20px;
	position: static;
}

.frame_04 table{
	font-size: 75%;
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
	width: 600px;
}

.frame_04 td{
	text-align: justify;
	width: 300px;
	padding: 10px;
	vertical-align: top;
}

/************************************/

#wallSelect{
	font-family: Verdana, sans-serif;
	font-size: 10pt;
	color: #AAAAAA;
	width: 320px;
	padding-top: 20px;
	padding-right: 0px;
	padding-left: 10px;
	font-weight: normal;
	font-style: italic;
	display: block;
	padding-bottom: 10px;
}

#wallSelect a{
	color: #3D80C6;
	background-image: url(pict/home/gblnav_h28_off.jpg);
	background-repeat: repeat-x;
	word-spacing: 20px;
	padding: 5px;
	border-top: 1px solid #666666;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #333333;
	border-left: 1px solid #CCCCCC;
}

#wallSelect a:hover{
	color: #000066;
	background-image: url(pict/home/gblnav_h28_on.jpg);
	background-repeat: repeat-x;
	border-top: 1px solid #666666;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #333333;
	border-left: 1px solid #CCCCCC;
}

#wallSelect a:active{
	color: #FF6600;
	background-image: url(pict/home/gblnav_h28_on.jpg);
	background-repeat: repeat-x;

}

#wallSelect a.current:visited{
	color: #FF6600;
	background-image: url(pict/home/gblnav_h28_on.jpg);
	background-repeat: repeat-x;
}

/************************************/
#map_label {
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 30px;
	font-size: 10pt;
	text-align: center;
	background-color: #FFFFCC;
	width: 340px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #FF6633;
}

/************************************/
.feature{
	font-size: 80%;
	margin-left: 30px;
	margin-right: 30px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	clear: both;
}

.feature h3{
	font-family: Arial,sans-serif;
	font-size: 15pt;
	font-weight: bold;
	color: #005FA9;
	padding: 30px 0px 5px 0px;
}

.feature img{
	float: left;
	padding: 0px 10px 0px 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-top: 20px;
	margin-left: 10px;
}

/************************************/
.app_tab{
	font-size: 80%;
	margin-left: 30px;
	margin-right: 30px;
	padding: 0px;
}

.app_tab h3{
	font-family: Arial,sans-serif;
	font-size: 15pt;
	font-weight: bold;
	color: #005FA9;
}

.app_tab p{
	padding: 0px;
}

.app_tab img{
	margin-top: 0px;
	margin-bottom: 0px;
	border-top: 2px solid #666666;
	border-right: 0px solid #666666;
	border-bottom: 2px solid #CCCCCC;
	border-left: 2px solid #666666;
}

.app_tab applet{
	margin-top: 0px;
	margin-bottom: 0px;
	border-top: 2px solid #666666;
	border-right: 2px solid #CCCCCC;
	border-bottom: 2px solid #CCCCCC;
	border-left: 1px solid #666666;
}
/************************************/
.story{
	font-size: 80%;
	margin-left: 30px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	margin-right: 30px;
	padding-left: 10px;
}

.story h3{
	font-family: Arial,sans-serif;
	font-size: 15pt;
	font-weight: bold;
	color: #005FA9;
}

.story p{
padding: 0px 0px 10px 0px;

}

.story a.capsule{
	font-family: Arial,sans-serif;
	font-size: 12pt;
	color: #005FA9;
	display:block;
	padding-bottom: 5px;
	font-weight: bold;
}

.story a.capsule:hover{
	text-decoration: underline;
}

td.storyLeft{
	padding-right: 12px;
}

/************************************/

.letter_01{
	font-size: 100%;
	text-align: center;
	padding-bottom: 20px;
	padding-top: 20px;
	position: static;
}

.letter_01 a{
	text-decoration: underline;
}

.letter_01 a:link{
	color: #005FA9;
	text-decoration: underline;
}

.letter_01 a:visited{
	color: #990000;
	text-decoration: underline;
}

.letter_01 a:hover{
	color: #FF3300;
	text-decoration: underline;
}

.letter_01 p{
	font-size: 100%;
	text-align: left;
	padding-bottom: 5px;
	padding-top: 5px;
	position: static;
	margin-left: 50px;
	margin-right: 50px;
}

.letter_01 ul{
	font-size: 100%;
	text-align: left;
	padding-bottom: 5px;
	padding-top: 5px;
	position: static;
	margin-left: 30px;
	margin-right: 50px;
}

.letter_01 li{
	font-size: 100%;
	text-align: left;
	padding-bottom: 5px;
	padding-top: 5px;
	position: static;
	margin-left: 30px;
	margin-right: 50px;
}

.letter_01 table{
	font-size: 80%;
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
	width: 620px;
}

.letter_01 td{
	text-align: justify;
	width: 50%;
	padding: 10px;
	vertical-align: top;
}

.letter_01 h2{
	font-family: Arial,sans-serif;
	font-size: 15pt;
	font-weight: bold;
	color: #009999;
}

.letter_01 h3{
	font-family: Arial, sans-serif;
	font-size: 13pt;
	font-weight: normal;
	color: #005FA9;
	font-style: italic;
}

.letter_01 h4{
	font-family: Arial, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: #666666;
	font-style: italic;
	margin-left: 50px;
}

.letter_01 img{
	border: 1px Aucune #999999;
}

/************************************/

#listitem {
	margin-left: 80px;
	width: 550px;
	margin-bottom: 20px;
	clear: both;
}

#listitem table{
	width: auto;
}

#listitem h2{
	font-style: normal;
	font-size: 80%;
	color: #CC6600;
	background-color: #FFCC99;
	width: 80px;
	padding-left: 7px;
	padding-top: 8px;
	padding-bottom: 8px;
}

#listitem h3{
	font-style: italic;
	font-size: 80%;
	background-color: #E1C385;
	width: 440px;
	padding-left: 10px;
	padding-right: 10px;
	font-weight: normal;
	color: #333333;
	padding-top: 2px;
	padding-bottom: 4px;
}

#listitem h3 a{
	text-decoration: underline;
}

#listitem img{
	width: 100px;
	border: 1px solid #999999;
}

/************************************/

#previous{
	width: 100%;
	clear: both;
	padding-bottom: 10px;
}

#previous img{
	vertical-align: middle;
}

#previous a{
	font-style: italic;
	padding: 5px;
	font-size: 75%;
}

#previous a:hover{
	text-decoration: underline;
	color: #FF0000;
}

#previous a:visited{
	text-decoration: underline;
	color: #990000;
}
/************************************/
#siteInfo{
	clear: both;
	font-size: 75%;
	color: #FFFFFF;
	padding: 12px;
	background-image: url(pict/home/title_bkgd_c.gif);
	border-top: 1px solid #327681;
}

#siteInfo img{
	vertical-align: middle;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	margin-left: 10px;
}

#siteInfo a{
	color: #FFCC33;
	font-weight: bold;
}

#siteInfo a:link{
	color: #FFCC33;
	font-weight: bold;
}

#siteInfo a:hover{
	text-decoration: underline;
	color: #FFFFCC;
}

#siteInfo a.current{
	text-decoration: underline;
	color: #FFFFCC;
}

/************************************/

/************************************/
.advert{
	padding: 2px 6px;
	text-align: left;
	position: absolute;
	right: 0px;
	z-index: 100;
	width: 440px;
	color: #FFFFFF;
	font-size: 9px;
	font-weight: lighter;
	line-height: 12px;
	font-variant: normal;
	font-style: normal;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	float: right;
	clear: both;
	margin-top: -4px;
	margin-right: 20px;
	background-color: #547DA6;
}

/************************************/



/***********************************************/
/*End Component Divs                           */
/***********************************************/

