/* CSS Document */
body {
	margin: 0px 0px 10px 0px;
	padding: 0px;
	background: #3D7F35 url(/images/bg.gif) top left repeat-x;
	font: 12px Arial, Tahoma, sans-serif;
	color: #333;
	text-align:center;/* for IE */
}

p {
  font-size : 14px ;
  text-align: justify ;
}

.highlight {
	background:#CCCCCC ;
	padding:5px;
	border:1px solid black;		
}

.right-align {
	text-align : right;
}

#modification {
	text-decoration: line-through;
}

.items-list {
  font-size : 14px ;
  text-align: justify ;	
}

.items-list ul {
  list-style-image:url("/images/icon_arrow.gif") ;
}

.items-list li {
  margin-bottom: 20px;
}

.paragraph {
  font-size : 14px ;
  margin-left : 10px;
  margin-top : 5px;
  margin-bottom : 5px;
  text-align: justify ;
}

.vignette {
	float:left;
	padding:5px;
	border:2px solid #eeeeee;
	margin-top:0px;
	margin-left:0px;
	margin-right:10px;
	margin-bottom:10px;
	text-decoration: none;
}



.section-title {
	font-size : 18px ;
	font-weight : bold;
	color : #3D7F35;
	border-bottom: 1px dashed #3D7F35;
	width:100%;	
}

.section-title img {
	margin-left:10px;
}

.section-title a {
	text-decoration: none;
}


.lettrine {
	margin-right:6px;
	float:left;
	color:#3D7F35;
	font-size:40px;
	line-height:25px;
	padding-top:3px;
	padding-bottom:2px;
	padding-right:1px;
	padding-left:1px;
	font-family:times;
}

.link-title {
  font-size : 14px ;
  margin-left : 10px;
  margin-top : 5px;
  margin-bottom : 5px;
  text-align: left ;
}

.page-title {
	font-size : 18px ;
  	font-weight : bold ;
	color : #3D7F35;
	text-align : center;
	margin-top:15px;
	margin-bottom:15px;
}

.page-subtitle {
	font-size : 14px ;
  	font-weight : bold ;
	color : #000000;
	text-align : center;
	margin-top:5px;
	margin-bottom:20px;
}

.posted {
  	font-size : 10px ;
  	margin-left:5px;
}


font.title {
  	font-size : 15px ;
  	font-weight : bold ;
	color : #3D7F35;
}

.counter {
    font-size : 12px ;
    font-weight : bold ;
    color : #FFFFFF;
}

.headtitle {
	font-size : 18px ;
	font-weight : bold ;
	color : #3D7F35;
}

.headline {
   border-bottom: 1px dashed #3D7F35; 
}

.tabletitle {
   font-size : 18px ;
   font-weight : bold;
   color : #3D7F35;
   border-bottom: 1px dashed #3D7F35;
}

.link {
    font-size : 14px ;
    color : #3D7F35;
}

.boldlink {
    font-size : 14px ;
    color : #3D7F35;
    font-weight : bold ;
}

#container {
	margin: 0px auto 0px auto;
	padding: 0px;
	width: 770px;
	background: url(/images/container_bg.png);
	/* for IE */
	text-align:center;
}


#containerTop {
	margin: 10px auto 0px auto;
	padding: 0px;
	width: 770px;
	height: 20px;
	background: url(/images/container_top.gif) top left no-repeat;
	/* for IE */
	text-align:center;
}

#containerBottom {
	margin: 0px auto 0px auto;
	padding: 0px;
	width: 770px;
	height: 20px;
	background: url(/images/container_bottom.gif) top left no-repeat;
	/* for IE */
	text-align:center;
}

#header {
	margin: 0px auto 0px auto;
	padding: 0px;
	width: 750px;
	height: 150px;
	background: url(/images/header.gif) top left no-repeat;
}

#mainMenu {
	margin: 10px auto 0px auto;
	padding: 0px;
	width: 750px;
	height: 30px;
	background: url(/images/menu_bg.gif) top left no-repeat;
	font: 14px Arial, Tahoma, sans-serif;
	color: #fff;
}

#mainMenu ul {
	margin: 0px;
	padding: 0px;
	display: inline;
	list-style-type: none;
}

#mainMenu li {
	margin: 7px 0px 0px 7px;
	padding: 0px;
	float: left;
}

#mainMenu a {
	margin: 0px;
	padding: 0px;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}

#mainMenu a:hover {
	color: #D2D2D2;
}

#subMenu {
	margin-left: 10px;
	padding-bottom: 10px;
	font: 12px Arial, Tahoma, sans-serif;
	color: #fff;
}

#subMenu ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#subMenu li {
	margin: 7px 0px 0px 7px;
    display: inline;
	float: left;
}

#subMenu a {
	color: #3D7F35;
	font-weight: bold;
	text-decoration: none;
}

#subMenu a:hover {
	text-decoration: underline;
}

/* hack for the subMenu float => http://www.complexspiral.com/publications/containing-floats/ */
div.clearer {clear: both; line-height: 0; height: 0;}

#content {
	padding:5px;
	width: 750px;
	text-align:left;
}

#footer {
	clear: both;
	margin: 0px auto 0px auto;
	padding: 0px;
	width: 750px;
	height: 108px;
	background: url(/images/footer.gif) top left no-repeat;
	text-align: right;
}
