/*general declarations */

.mylist {
display: block;
}

.mylist ul {
padding: 0;
margin: 0;
list-style: square inside;
font-size: 0.85em;
}

.mytext {
font-size: 110%;
padding: 5px;
}
.mytext1 {
padding: 5px;
}

#nextmonth ul li {
list-style-type: none;
margin: 0;
padding: 0;
}

img.right_5x5 {
	float:right;
	margin:5px;
	border:1px black solid;
}

img.left_5x5 {
	float:left;
	margin:5px;
	border:1px black solid;
}
img.none_2x2 {
	float:none;
	margin:2px;
	border:1px black solid;
}
img.right_5x5_nb {
	float:right;
	margin:5px;
	border: 0px;
}
img.none_2x2_adv {
	float:none;
	margin:2px;
	border:1px black solid;
	margin-top:3px;
	margin-bottom:3px;
}
img.none_2x2_adv_nb {
	float:none;
	margin:2px;
	border:0px;
	margin-top:3px;
	margin-bottom:3px;
}


#outer-image {
height: 160px;
background-image: url(../images/templ_photo/100_0729.jpg);
background-repeat:no-repeat;

/*background-position: center top;*/
}

#inner-image {
height: 160px;
background-image: url(../images/templ_photo/newlogo.png);
background-repeat: no-repeat;
margin-left: 850px;
margin-top: 0px;
padding-top: 0px;
}

.c {
text-align: center;
}

.what h2{
	margin-left:10px;
	font-size: 130%;
}
.what h3 {
	margin-left:30px;
}
.what h4 {
	margin-left:40px;
}

.what p {
	margin-left:50px;
}
hr.i_20 {
	margin:5px 0px 5px 25px;
	border:0px	gray	solid;
	background-color:gray;
	height:2px;
}
hr.i_10 {
	margin-left:10px;
	border:0px	black	solid;
	background-color:black;	
	height:3px;
}
.marg_l_30 {
	margin-left: 30px;
	}
	
#box_olive {
width:100px;
float:left;
border:medium green solid;
	background-color:green;
	padding:10px
}
div.figure_r {
	float: right;
	border: 1px black solid;
	padding: 2px;
	margin: 5px;
}
div.figure_r p {
	text-align: center;
	font-style: italic;
	text-indent: 0;
}
div.figure_r_nb {
	float: right;
	border: 0px;
	padding: 2px;
	margin: 5px;
}
div.figure_r_nb p {
	text-align: center;
	font-style: italic;
	text-indent: 0;
}
div.figure_l {
	float: left;
	border: 1px black solid;
	padding: 2px;
	margin: 5px;
}
div.figure_l p {
	text-align: center;
	font-style: italic;
	text-indent: 0;
}
div.figure_l_nb {
	float: left;
	border: 0px;
	padding: 2px;
	margin: 5px;
}
div.figure_l_nb p {
	text-align: center;
	font-style: italic;
	text-indent: 0;
}
hr.big_gr {
	background-color:#333300;
	border: 5px #333300 solid;
	border-radius:5px 5px 5px 5px;
	b	
}