/* CSS Document */

body, html {
	width:100%;
	height:100%;
	margin:0;
	background:#135e0e url(images2/bg.jpg) repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	}
	
#pattern {
	background:url(images2/pattern.gif);
	width:100%;
	height:100%;
	}
	
#holder {
	margin:0 auto 0 auto;
	width:800px;
	background:#fff;
	border-bottom:1px solid #fff;
	}
#footer {
	margin:0 auto 0 auto;
	width:800px;
	height:30px;

	background-color:#135e0e;
	}
#footer p {
	color:#ffffff;
	text-align:right;
	padding: 0px;
	margin: 0px;
	font-size:11px;

	}	
#footer a {
	color:#ffffff;
		padding: 0px;
	margin: 0px;
	font-size:11px;
	}	
#footer a:hover {
	color:#CC6600;
	}
#header {
	height:292px;
	background:url(images2/header.jpg);
	}
#header2 {
	height:292px;
	background:url(images2/header-fr.jpg);
	}

h1 {
	background:url(images2/h1_icon.jpg) no-repeat;
	color:#33a02b;
	font-size:18px;
	padding-left:25px;
	margin-top:5px;
	}
	
#content {
	padding:0 25px 40px 25px;
	background:url(images2/footer.jpg) no-repeat bottom;
	}
	
p {
	color:#000079;
	font-size:12px;
	line-height:18px;
	text-align:justify;
	}
	
*:first-child+html #rightbox {
	padding:10px;
	}
	
html>body #rightbox {
	padding:0 10px 0 10px;
	}
	
#rightbox {
	width:190px;
	float:right;
	border:1px solid #32a02a;
	background:#cce5ca;
	padding:10px;
	}
	
#rightbox p {
	color:#363636;
	font-size:12px;
	text-align:left;
	line-height:normal;
	}
	
#rightbox .bold1 {
	color:#0b6d04;
	}
	
#link, #link2 {
	width:210px;
	float:right;
	margin-top:25px;
	}
	
#link a {
	color:#111986;
	font-weight:bold;
	text-align:center;
	font-size:14px;
	}
	
#link2 a {
	color:#111986;
	font-weight:bold;
	text-align:center;
	font-size:13px;
	}