/***********************************************/
/* news_base.css                              */
/* Use with template news_XX.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: italic;
}
.Style2 {
	color: #003399;
	font-weight: bold;
}
.Style3 {
	color: #FF6633;
	font-style: italic;
	font-weight: bold;
}
.Style4 {
	color: #003399;
	font-style: normal;
}
.Style5 {
	color: #000000;
	font-style: italic;
}

.Style6 {
	color: #FF6600;
	font-weight: bold;
	font-size: 13px;
}

.Style7 {
	font-family: Arial, sans-serif;
	font-size: 13pt;
	font-weight: normal;
	color: #005FA9;
	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;
}
/************************************/


/* HTML tag styles                             */
/***********************************************/



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

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

#pagecell1{
	width:800px;
	z-index: 1;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	margin-top: -6px;
	background-image: url(pict/home/page_bkgd.gif);
}

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

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


.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: 20px 10px 0px 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	z-index: 2;
}
/************************************/

/* 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;
}

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


/************************************/
#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-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-top: 34px;
}

#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;
	
}

/************************************/
.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 h4{
	font-family: Arial, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #003399;
	font-style: italic;
}

.story p{
	padding: 0px;
}

.story applet{
	margin-top: 10px;
	margin-bottom: 10px;
}

.story li{
	font-size: 100%;
	margin: 10px;
	font-weight: normal;
	list-style-type: disc;
}
/************************************/

#map_display {
	font-family: Arial, Helvetica, sans-serif;
	width: 700px;
	margin-bottom: 10px;
	font-size: 10pt;
	margin-top: 5px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}

#map_display td{
	text-align: left;
	padding: 10px;
	font-size: 9pt;
}

#map_display a:link{
	color: #333399;
}

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

#map_display a:visited{
	color: #CC0066;
	background-color: #CCCCCC;
}

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

#content p{
	font-size: 80%;
	margin: 20px 40px;
}

#content p em {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 90%;
	font-style: normal;
	font-weight: normal;
	text-align: center;
	color: #666666;
	padding: 3px 10px;
	border: 1px solid #003399;
	background-color: #FFFFCC;
}

#content li{
	font-size: 70%;
	margin: 20px;
	font-weight: normal;
	line-height: 50%;
}

#content h1{
	font-size: 110%;
	color: #0033CC;
	padding: 0;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 40px;
}

#content h2{
font-size: 90%;
color: #006699;
padding: 0;
margin: 20px 20px 20px 40px;
}

#content h3{
font-size: 80%;
color: #003366;
padding: 0;
margin: 20px 20px 20px 40px;
}

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

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

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

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

.leftimage{
	float: left;
	margin-right: 20px;
	border-top: 2px solid #CCCCCC;
	border-right: 2px solid #CCCCCC;
	border-bottom: 2px solid #666666;
	border-left: 2px solid #666666;
	margin-bottom: 15px;
}

.rightimage{
	float: right;
	margin-left: 20px;
	border-top: 2px solid #CCCCCC;
	border-right: 2px solid #666666;
	border-bottom: 2px solid #666666;
	border-left: 2px solid #CCCCCC;
	margin-bottom: 15px;
}

hr {
	clear: both;
	visibility: visible;
	width: 90%;
	height: 3px;
}

.clearit{
clear: both;
display: block;
}
/************************************/

#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;
}
/************************************/

.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;
}

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

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

.graph_01 a{
	font-family: Arial, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	color: #005FA9;
	padding: 5px;
	text-decoration: underline;
}

.graph_01 a:hover{
	text-decoration: underline;
	background-color: #4FFF67;
}

.graph_01 a:visited{
	font-family: Arial, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	color: #005FA9;
	padding: 5px;
	text-decoration: underline;
}

.graph_01 h3{
	font-family: Arial, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: #005FA9;
	padding-top: 3px;
	padding-bottom: 3px;
}

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

.graph_01 td{
	text-align: center;
	border: Aucune;
	background-color: #EFEFF2;
}

.graph_01 img{
	padding: 0px;
}

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

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

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

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

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

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

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

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


.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 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;
}

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

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

#previous img{
	vertical-align: middle;
}

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

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

#previous a:visited{
	text-decoration: none;
	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;
	visibility: visible;
	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;
}

/************************************/
/************************************/
#map_label {
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 10px;
	font-size: 10pt;
	text-align: center;
	background-color: #FFFFCC;
	width: 450px;
	border: 1px solid #FF6633;
	margin-right: auto;
	margin-left: auto;
}
/***********************************************/
/*End Component Divs                           */
/***********************************************/
.home_map {
	width: 550px;
	margin-top: 50px;
	margin-bottom: 50px;
	border: 1px solid #999999;
	height: 564px;
}
