<!--
body {
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}

#home {
	width: 100%;
 	font-size: 12px;
 	background-color: #FFFFFF;
 	color: #666666;
}
#home a:link { color: #0074E1; text-decoration: none}
#home a:visited { color: #0074E1; text-decoration: none}
#home a:hover { color: #666666; text-decoration: underline}
#home a:active { color: #666666; text-decoration: underline}

#topOut {
	width: 100%;
	height: 145px;
	background-image: url(../imagesMisc/chavalierTopBg.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
}

#top{
	width: 933px;
	height: 142px;
	margin: auto;
	padding: 0px;
	text-align: left;
}
#top img{
	margin: 0px;
}

#topSearch{
	width: 250px;
	margin: 0px;
	padding: 0px;
	float: right;
	text-align: right;
	font-size: 12px;
	font-weight: bold;
	color: #0060A0;
}
#topSearch p{
	margin: 73px 0px 10px 0px;
	color: #FF6600;
}
#topSearch a:link { color: #FF6600; text-decoration: none}
#topSearch a:visited { color: #FF6600; text-decoration: none}
#topSearch a:hover { color: #FF6600; text-decoration: underline}
#topSearch a:active { color: #FF6600; text-decoration: underline}	

#topSearch form{	
	background-color: #F1F2F2;
	margin: 0px;
	padding: 5px;
	font-size: 0px;
}

#topSearch input{
	border: #0060A0 1px solid;
	font-size: 12px;
	color: #666666;
}

#topSearch .label{
	font-size: 12px;
}

#topSearch .submitButton{
	background-color: #0060A0;
	color: #FFFFFF;
	font-weight: bold;
}

#menuOut {
	width: 100%;
	background-image: url(../imagesMisc/chavalierMenuBg.gif);
	background-repeat: repeat-x;
	margin: 0px 0px 20px 0px;
	padding: 0px;
}

#menu {
	width: 935px;
	height: 26px;
	margin: auto;
	padding: 0px;
	text-align: left;
}

#footOut {
	width: 100%;
	background-image: url(../imagesMisc/chavalierFootBg.jpg);
	background-repeat: repeat-x;
	clear: left;
	margin: 40px 0px 0px 0px;
	padding: 0px;
}

#foot {
	width: 933px;
	height: 70px;
	margin: auto;
	padding: 0px;
 	font-size: 11px;
 	text-align: left;
 	color: #0060A0;
 	font-weight: bold;
}
#foot p {
	margin-left: 10px;
}
#foot a:link { color: #0060A0; text-decoration: none}
#foot a:visited { color: #0060A0; text-decoration: none}
#foot a:hover { color: #0060A0; text-decoration: underline}
#foot a:active { color: #0060A0; text-decoration: underline}

#foot .cnil {
	font-size: 10px;
	font-weight: normal;
	color: #333333;
}

#footRight{
	width: 250px;
	margin-top: 10px;
	float: right;
	text-align: center;
}

#popImage {
	width: 100%;
 	font-size: 12px;
 	background-color: #FFFFFF;
 	color: #666666;
 	text-align: center;
}
#popImage a:link { color: #0074E1; text-decoration: none}
#popImage a:visited { color: #0074E1; text-decoration: none}
#popImage a:hover { color: #666666; text-decoration: underline}
#popImage a:active { color: #666666; text-decoration: underline}

#popImage h4 {
	color: #5E9227;
	font-size: 14px;
}
-->