/*************************************************************************
/*************************************************************************
****																															********
****		FILENAME:       style.css																	********
****		DESCRIPTION:    CSS for Sodexho Foundation								********
****		CREATION DATE:  10/20/07																	********
****                                                              ********
****																															********
/*************************************************************************
/*************************************************************************


/* NORMAL STYLES FOR THE WEB ---- STYLES FOR PRINT ARE BELOW ---------- */

@media screen {

body { margin-top:24px; background-color:#ffffff; font:12px Arial, Helvetica, sans-serif; color:#7f7f6b;}
img {	border: none;}
td { vertical-align:top;}

a:link, a:visited {	color:#7f7f6b; text-decoration:underline;}
a:hover {	color:#000; text-decoration:underline;}

#wrapper { position:relative; z-index:20; top:0px; left:0px; margin:auto; width:704px; padding:10px 10px 40px 10px; border:1px solid #e0e0df; }
#container { width:684px; }

h1{ font-size:16px;	margin:10px 0px; line-height:normal;}
h2{	font-size:13px;	margin:5px 0px; line-height:normal;}

#left { line-height:15px; }
#right { line-height:15px; }
	#right a { text-decoration:none; }

.lPad { padding-left:15px; }
.bPad { padding:5px 0px; }
#issue { font-size:10px; padding-top:10px; }

#tanBox { background-color:#ccb28c; padding:10px; margin-top:23px; color:#fff; }
	#tanBox a:link, #tanBox a:visited {	color:#fff; text-decoration:none;}
	#tanBox a:hover {	color:#000; text-decoration:none;}

.div1 { border-top:1px solid #ceb38c; height:1px; margin:5px 0px 0px 0px; }
.div2 { border-top:5px solid #ceb38c; height:1px; margin:10px 0px; }

ul { margin:0px 0px 20px 15px; padding:0px;}
li { margin:0px; padding:5px 0px 0px 0px;	list-style:disc outside;}

.bar_g { width:684px; border-top:4px solid #697045; height:1px; margin-top:15px; padding:0px; clear:both; }		
.bar_l { width:484px; border-top:4px solid #697045; height:1px; margin-top:15px; padding:0px; }		
.bar_r { width:190px; border-top:4px solid #ceb38c; height:1px; margin-top:15px; padding:0px; }
#footer { font-size:9px; clear:both; padding-top:10px; text-align:center; }
	#footer a:link, #footer a:visited {	color:#7f7f6b; text-decoration:none;}
	#footer a:hover {	color:#000; text-decoration:none;}


}

/* -------------------------------------------------------------------- */
/* THESE ARE STYLES FOR PRINT  ---------------------------------------- */

@media print {

body { margin-top:24px; background-color:#ffffff; font:12px Arial, Helvetica, sans-serif; color:#7f7f6b;}
img {	border: none;}
td { vertical-align:top;}

a {	color:#7f7f6b; text-decoration:underline;}

#wrapper { position:relative; z-index:20; top:0px; left:0px; margin:auto; width:684px; padding:10px 10px 40px 10px; border:1px solid #e0e0df; }
#container { width:684px; }

h1{ font-size:16px;	margin:10px 0px; line-height:normal;}
h2{	font-size:13px;	margin:5px 0px; line-height:normal;}

#left { line-height:15px; }
#right { line-height:15px; }
	#right a { text-decoration:none; }

.lPad { padding-left:15px; }
.bPad { padding:5px 0px; }
#issue { font-size:10px; padding-top:10px; }

#tanBox { }
	#tanBox a:link, #tanBox a:visited { }
	#tanBox a:hover { }

.div1 { border-top:1px solid #ceb38c; height:1px; margin:5px 0px 0px 0px; }
.div2 { border-top:5px solid #ceb38c; height:1px; margin:10px 0px; }

ul { margin:0px 0px 20px 15px; padding:0px;}
li { margin:0px; padding:5px 0px 0px 0px;	list-style:disc outside;}

.bar_g { width:684px; border-top:4px solid #697045; height:1px; margin-top:15px; padding:0px; clear:both; }		
.bar_l { float:left; width:484px; border-top:4px solid #697045; height:1px; margin-top:15px; padding:0px; }		
.bar_r { float:right; width:190px; border-top:4px solid #ceb38c; height:1px; margin-top:15px; padding:0px; }
#footer { font-size:9px; clear:both; padding-top:10px; text-align:center; }
	#footer a:link, #footer a:visited {	color:#7f7f6b; text-decoration:none;}
	#footer a:hover {	color:#000; text-decoration:none;}

}

