body{
	background-color: #dcd9c0;
	font-size: 100%;
	color: #000;
	margin:0px;
	padding:0px;
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
}
#hp_bkgd{
	background: url(/_images/pg_bkgd.gif) repeat-x;
}
#sub_bkgd{
	background: url(/_images/sub_bkgd.gif) repeat-x;
}
#sub_hdr_1{
	background-image: url(/_images/sub_hdr_1.jpg);
	background-repeat: no-repeat;
	height: 180px;
}
#sub_hdr_2{
	background-image: url(/_images/sub_hdr_2.jpg);
	background-repeat: no-repeat;
	height: 180px;
}

.attn {
	text-align: center;
	font-size: 110%;
}

.attnfr {
	text-align: center;
	font-size: 105%;
}

h2{
	font-size: 120%;
	font-weight: bold;
	padding: 0 0 2px 8px;
	margin: 0 0 5px 0;
	border-bottom: 1px solid #7b8268;
	color: #1a2b10;
}
p{
	padding: 0 0 0 0;
	margin: 6px 0;
}
ul{
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 5px 35px;
}

li {
	padding-bottom: 8px;
}	

sup {
	font-size: 80%;
}	

img{
	border: none;
}
#outer_wrapper{
	margin:0px auto;
	text-align:left;
	width: 950px;
}
#hp_header{
	background-image: url(/_images/main_bkgd.jpg);
	background-repeat: no-repeat;
	height: 402px;
}

#hp_header_fr{
	background-image: url(/_images/main_bkgd_fr.jpg);
	background-repeat: no-repeat;
	height: 402px;
}

#mon_logo{
	float: right;
}
#brand{
	margin: 0 0 0 20px;
	float: left;
	width:321px;
	height: 110px;
	background-color: #f3f1e1;
}
/* ------------------------------ Navigation Styles ------------------------------ */
#nav{
	height: 55px;
	background: url(/_images/nav_bkgd.gif) repeat-x;
	margin: 1px 0 0 0;
}
#nav ul{
	margin:0;
	padding: 0;
	/*padding: 15px 10px 0 23px;*/
	list-style: none;
	font-size: 95%;
}
#nav li{
	display: inline;
	margin: 0;
	padding: 0;

}
#nav a{
	float: left;
	background: url(/_images/nav_mouse.gif) repeat-x right top;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	border-right: 1px solid #80ac01;
}
#nav a span{
	float: left;
	display: block;
	background: url(/_images/nav_mouse.gif) repeat-x right top;
	padding: 18px 15px 19px 15px;
	color: #062206;

}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#nav a span {float:none;}
/* End IE5-Mac hack */
#nav a:hover span{
	color:#FFF;
}
#nav a:hover{
	background-position: 0% -55px;
}
#nav a:hover span{
	background-position: 100% -55px;
}
#nav a.on{
	background-position: 0% -55px;
	color: #FFF;
}
#nav a.on span{
	background-position: 100% -55px;
	color: #FFF;
}

#nav p  {
	float: right;
	padding-right: 10px;
	padding-top: 12px;
	font-size: 80%;
}

#nav p a {
	float: none;
}	



#content{
	padding: 10px 0 0 0;
	font-size: 90%;
}

#address{
	float: left;
	width: 680px;
	padding: 0 0 0 8px;
}
#side{
	float: right;
	width: 250px;
}
#fine_print{
	clear: both;
	font-size: 70%;
	border-top: 1px solid #7b8268;
}


#hp_main{
	padding: 15px 0 15px 0;
	font-size: 90%;
}
#welcome{
	clear: both;
	padding: 0 0 10px 0;
}
#hp_box1{
	float: left;
	background: url(/_images/bottom_box_bkgd.gif) no-repeat top;
	color: #000;
	width: 465px;
	height: 210px;
}
#hp_box2{
	float: right;
	background: url(/_images/bottom_box_bkgd.gif) no-repeat top;
	color: #000;
	width: 465px;
	height: 210px;
}
.box_title{
	float: left;
	font-size: 130%;
	padding: 30px 0 0 15px;
	width: 260px;
	/*font-weight: bold;*/
}
body.fr .box_title {
	padding-top: 19px;
}
.box_title span{
	color: #962900;
}
#box1_copy{
	clear: left;
	float: left;
	width: 250px;
	padding: 25px 0 0 15px;
}
.fr #box1_copy {
	padding-top: 15px;
}
#box_graph1{
	float: right;
	padding: 12px 8px 0 0;
}
#box2_copy{
	clear: left;
	float: left;
	width: 250px;
	padding: 25px 0 0 15px;
}
.fr #box2_copy {
	padding-top: 15px;
}
#box_graph2{
	float: right;
	padding: 12px 8px 0 0;
}
#footer{
	background-color: #1a2b10;
	height: 30px;
	margin: 10px 0 3px 0;
}
#copyright{
	float: left;
	font-size: 80%;
	color: #fff;
	padding: 6px 0 0 15px;
}
#legal{
	float: right;
	font-size: 80%;
	color: #fff;
	padding: 6px 15px 0 0px;
}
#legal a:link{color: #fff; text-decoration: underline;}
#legal a:hover{color: #fff; text-decoration: none;}
#legal a:visited{color: #ccc; text-decoration: underline;}

.clear{
	clear: both;
}


