
/* standard elements */
* {
	margin: 0;
	padding: 0;
}
a {color: green;}
a:hover {color: #3579DC;}
body {
	background: #114c5e url(http://www.thecard.com.au/enews/images/bg.gif) repeat-y center top;
	color: #114c5e;
	font: 0.63em "verdana",sans-serif;
	margin: 0 auto;

}

p,cite,code,ul {
	font-size: 1.2em;
	padding-bottom: 1.2em;
	margin-left: 10px;
	margin-right: 10px;
}
ul {margin-left: 1.2em;}

/* THIS GIVES THE IMAGE FOR THE LIST ELEMENT */

li {list-style-image: url(http://www.thecard.com.au/enews/images/li.gif);}

/* THIS IS USED TO DENOTE SPECIAL PRIVILEGE */

blockquote {
	background: #FFF;
	border-bottom: 1px solid #EEE;
	border-top: 1px solid #EEE;
	color: #595959;
	display: block;
	font-size: 0.9em;
	margin-bottom: 1.2em;
	margin-left: 1.2em;
	margin-right: 2.2em;
	padding: 6px 12px;
}
blockquote p {padding: 3px 0;}

h1 {
	font-family:verdana;	
	font-size: 1.4em;
	color: #114c5e;
	margin-left: 10px;
	margin-right: 10px;
}
h2 {
	color: #41adc7;
	font-family: verdana;
	font-size: 12px;
	padding-bottom:2px;
	margin-left: 10px;
	margin-right: 10px;
}

h3 {
	font-family:verdana;
	color: #84bcc9;
	margin-left: 10px;
	margin-right: 10px;
}

/* misc */
.clearer {clear: both;}

/* structure */
.container {
	background: url(http://www.thecard.com.au/enews/images/bgcontainer.gif) repeat-y;
	margin: 0 auto;
	width: 702px;
}

/* absolutetop */
/* This draws the blue shaded box at the top of the Privileges banner. */

.absolutetop {
	background: #548da6;
	height: 15px;
	margin: 0 auto;
	width: 630px;	
}



/* priv */
/* sets spacing for body content */
.priv {

	margin-left: 6%;
	margin-right: 0 auto;
	width: 620px;
}

/* header titles */
/* sets blue strip for topic titles */

.header_titles h1 {
	background: #548da6;
	color: #FFF;
	line-height: 40px;
	padding-left: 16px;
	margin-left: 36px;
	width: 613px;
}

/* edition_toc */ 
/* This holds the topic headings at the top of the newsletter */

.edition_toc {

	background: #548da6;
	height: 135;
	margin: 0 auto;
	width: 630px;
	text-align:center;
	padding-bottom:10px;
}

.edition_toc h2 {
	color: #cff0ff;
	font-family: verdana;
	font-size: 1.25em;
	padding-bottom:5px;
	hover: #FF5500;
}


.edition_toc h2:hover {
	color: #FFffff;
}


.edition_toc a {
	color: #cff0ff;
}

.edition_toc a:hover {
	color: #4eb2ca;
}




/* seperator */

.seperator {
	background: url(http://www.thecard.com.au/enews/images/seperator.gif) no-repeat;
	background: #114c5e;
	height: 15px;
	margin: 0 auto;
	width: 640px;	
}




/* Edition_header*/
/* This is the edition heading and the Privileges heading. */

.edition_header {
	height: 1.56em;
	margin: 0 auto;
	width: 630px;
	padding-bottom:5px;
	font-family: century gothic;
	font-size: 1.1em;
	text-align:center
}



/* header */
/* This draws the header box with the privileges banner */

.header {
	background: url(http://www.thecard.com.au/enews/images/header.jpg) no-repeat;
	height: 155px;
	margin: 0 auto;
	width: 630px;
}



/* footer */
/* footer for the privileges strip across the bottom */
.footer {
	background: #548da6;
	color: #FFF;
	font-size: small;
	line-height: 40px;
	margin: 0 auto;
	text-align: center;
	width: 630px;
}
.footer a {color: #114c5e;}
.footer a:hover {color: #4eb2ca;}

.privilegeHeader {font-weight:bold; color:darkred}
.venueHeader {font-weight:bold;}

.body{padding-top:5px; padding-bottom:15px}
.returnToTop{margin-top:10px}

.disclaimer {margin-left: 50px; margin-right: 50px;}


.TOC 
{
  width:580px; 
  table-layout: fixed; 
  margin-left: 20px; 
  margin-right: auto; 
  text-align:center;
}