/**********************************/
/* Styles_CH_2013Sep.css    */
/* Styles_Alert_2019May.css  */
/********************************/

body {

font-family: 'Open Sans', sans-serif;
color: #333333;
background: #eeffee;

} 


#navigation {
  
	margin: 0 auto;
	padding: 0;
        border: 0;
	list-style-type: none;
	background: #f9f9ff;
	width: 1000px;


}

#navigation li {
	display: inline;

}


#navigation a {
  display: block;
  float: left;

    
        padding: 5px 20px;
	text-decoration: none;
        color: #333399;
        background: #f9f9ff;

        border-right: 1px solid #bbbbbb;
}



h1 {

        text-align: center;
}


h2 {

        text-align: center;
         padding: 17px 5px 2px 5px;
}



h3 {
        text-align: center;
}


h4 {
        text-align: center;
}


h5 {
        text-align: center;
}


h6 {
        text-align: center;
}



.centerMyObject {

	margin-left:auto;
	margin-right:auto;
	width:90%;
	text-align: center;

}




.centerPage {

      display: block;
      margin-left: auto;
      margin-right: auto 
 

}



ul {

        padding: 15px 30px 15px 30px;

}


p {

        padding: 15px 30px 15px 30px;
       color: #333333;

}



.roundStd {

        border-radius: 15px;


        width: 1000px;
        background: #ffffff;

        margin-top: 0px;
        margin-left: auto;
        margin-right: auto;

}

.contentTextStandard {

        width: 1000px;
        background: #ffffff;

        margin-top: 0px;
        margin-left: auto;
        margin-right: auto;

}



.contentTextStandard.yellowBackground {

          background-color:rgb(255,255,0);

}



img.contentTextStandardLarge {

       margin-top: 0px;
        padding-top: 0px;
}



.contentTextStandardLarge {

        width: 1000px;
        background: #ffffff;
	text-align: left;
	color: #333333;
	font-size: 150%;
        margin-top: 0px;
        margin-left: auto;
        margin-right: auto;



}


.contentTextCenter {

        width: 1000px;
        background: #ffffff;
        text-align: center;
        margin-left: auto;
        margin-right: auto;

}


#buttons {

      background-color: #228822;
      padding: 30px;
      cursor: pointer;
      color: #333333;
      font-size: 150%;

}




/***************** end ************************/