@charset "utf-8";
/* CSS Document */

/* ---- PRINT SPECIFIC ---- */

body p a:after { content: " ("attr(href)") "; font-size: 10pt; }
body ul a:after { content: " ("attr(href)") "; font-size: 10pt; }

body  { font-family:Arial, Helvetica, sans-serif; font-size:12pt; line-height:1.4; background:#FFFFFF; }

/*  ---- TAGS ---- */


p { word-spacing:0.25em; line-height:1.4; margin:1.4em 0 1.4em 0;  }

h1 { font-size:16pt; margin-bottom:5px; }
h2 { font-size:16pt; }
h3 { font-size:16pt; border-bottom:1px dashed; }
h4 { font-size:16pt; border-bottom:1px dashed; }
h5 { font-size:16pt; }
h6 { font-size:16pt; }

a { color:#000; outline: none; }

acronym { text-transform:lowercase; font-variant:small-caps; letter-spacing:0.1em; }
q:before { content: open-quote; }
q:after  { content: close-quote; }



/* ---- IDS ---- */

	#header { margin-bottom:-10px; }
	#header img { margin-bottom:20px; }
	
	#container { background:transparent; margin:0 5% 5% 5%; }

	#mainMenu, #footer { display:none; }
	
	#welcomeHeader { border-bottom:1px dashed; }
	
	#columnRight img { display:none; }
	#columnLeft img { display:none; }

	#columnLeft input { display:none; }
	
	#rightHeader h2 { border-bottom:1px dashed; }
	

/* ---- CLASSES ---- */

.floatLeft { float: left; margin-right:20pt; }
.floatRight { float: right; }

.leftBox { margin-bottom:50px; }

.rightHeaderBottomInt {  margin-top:-35px; border-bottom:1px dashed; }

/* ---- IE6 REMEDIES ---- */








