/* 
  ------------------------------------------------
  General Print style sheet for PACEgo International
  Copyright (c) 2010 Natmark-Concept inc. - www.natmark.net
  ------------------------------------------------
*/

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 76%;
	color: #000000;
	background-color: #fff;
	margin: 30px;
	padding: 0;
}

html {height: 100.1%;} /* Hack to make the right-side scrollbar appear on all pages and avoid bumpy navigation */
img { border: 0px; }

#wrapper { width: auto; margin: 0 auto; }
#masthead { display: none; }
#masthead .content { display: none; }
#column_wrapper { border-top: 1px solid #fff; border-bottom: 1px solid #fff; }

#center { width: auto; }
#left .content { display: none; }
#right .content { display: none; }

#center .content { padding: 0px; font-size: 1em; line-height: 1.65em; }
#center a:link { color: #1c1744; }
#center a:visited { color: #999999; }
#center a:hover { color: #af2626; }
#center .list { margin: 0px 0 20px 30px; padding: 0; list-style-type: none; }
#center li { list-style-image:url(/images/bullet.gif); line-height: 1.5em; }

#footer .content { padding: 0px; }
#footer .content2 { display: none; }
#footer { color: #000; padding: 0px; margin: 0; font-size: 11px; clear: both; }
#footer a:link, #footer a:visited {color: #000; background-color: #fff;}
#footer a:hover {color: #000; background-color: #fff;}

h1 { font-size: 1.1em; color: #af2626; font-weight: bold; background-color: #fff; margin: 0; font-family: Verdana, Arial, Helvetica, sans-serif; }
h2 { font-size: 1em; color: #1c1744; font-weight: bold; background-color: #fff; margin: 0px 0 0 0; font-family: Verdana, Arial, Helvetica, sans-serif; }
h2.sub { font-size: 1em; color: #999; font-weight: bold; background-color: #fff; margin: 0px 0 0 12px; }
.nomargintop {margin-top: 0;}
.content p { margin: 12px 0; }
blockquote { font-style: italic; color: #A40000; font-family: Verdana, Arial, Helvetica, sans-serif; }
hr { margin-top: 20px; margin-bottom: 20px; border: 0; color: #1C1744; background-color: #1C1744; height: 1px; width: 60%; text-align: center; }

/* Colors */
.indigo { color: #1C1744; background-color: transparent; }
.vert { color: #007A3D; background-color: transparent; }
.gold { color: #CB9C0E; background-color: transparent; }
.rouge { color: #AF2626; background-color: transparent; }
