a:link	{
	color: white;
	text-decoration: none;
	}

a:visited	{
	color: #999999;
	text-decoration: none;
	}
		
body	{
	font-family: Arial, Helvetica, sans-serif;
	margin-top:0;
	margin-bottom:0;
	margin-left:0;
	margin-right: 0;
	background-color: black;
	color: white;
	/* text-align: center; to centre the div in IE. Source: http://www.andybudd.com/archives/2004/02/css_crib_sheet_3_centering_a_div/ */
	min-width: 785px; /* to stop left overhang in smaller windows */
	}

/* news rss */
dt	{
	clear: both;
	margin-top: 20px;
	color: rgb(47, 4, 79);
	font-weight: bold;
	border-top: 1px solid rgb(47, 4, 79);
}

dd	{
	padding-top: 10px;
}

dd img {
	padding: 5px;
}

div#adImage	{
	position: relative;
	top: -16px;
	border-bottom: 1px solid rgb(168, 168, 168);
	}

div#buttons	{
	position: relative;
	top: -16px;
	}
	
div#content	{
	width:785px;
	margin:0 auto; /* to centre it */
	text-align: left; /* to stop center text in body from centering the text in good browsers! */
	border: 1px solid gray;
	}

div#copy	{
	background-color: white;
	border-top: 8px solid rgb(47, 4, 79);
	border-bottom: 1px solid rgb(168, 168, 168);
	/*color: rgb(64, 64, 64);*/
	color: rgb(0, 0, 0);
	}
	
div#copy a:link {
	color: rgb(47, 4, 79);
	}
	
div#copy a:visited	{
	color: #999999;
	}
	
div#copy h1 {
	color: rgb(22, 0, 33);
	}

div.footer p	{
	margin-right: 1%;
	margin-left: 1%;
	font-style: italic;
	}
	
div#leftCol {
	width: 59%;
	margin-left: 1%;
	margin-right: 1%;
	float: left;
	background-color: white;
	}

div#links	{
	font-style: normal;
	margin-right: 1%;
	margin-left: 1%;
	}
	
div#mainMenu	{
	text-align: right;
	font-variant: small-caps;
	font-size: 12px;
	font-weight: bold;
	}

div#ticker	{
	position: relative;
	top: -18px;
	color: rgb(153, 153, 153);
	}

div.quote {
	border: 1px dotted rgb(47, 4, 79);
	}
	
div#rightCol {
	width: 37%;
	margin-right: 1%;
	float: right;
	background-color: white;
	}
	
div#topMenu	{
	position: relative;
	top: -90px;
	text-align: right;
	font-variant: small-caps;
	font-size: 12px;
	font-weight: bold;
	}

em	{
	font-weight: bold;
	}

em.getAQuote	{
	font-weight: bold;
	font-style: normal;
	color: rgb(47, 4, 79);
	}
	
hr	{
	color: rgb(168, 168, 168);
	margin: 0px;
	padding: 0px;
	}
	
img {
	border: none;
	}

img.button	{
	/* border: 1px solid red;*/
	padding: 0px;
	margin: 0px;
	float: right;
	}

p.quote {
	font-style: italic;
	margin-bottom: 0px;
	padding-bottom: 0px;
	margin-left: 5%;
	margin-right: 5%;
	}
	
p.quoter {
	margin-top: 0px;
	padding-top: 0px;
	margin-right: 5%;
	margin-left: 5%;
	font-variant: small-caps;
	margin-bottom: 20px;
	}

table.table {
	border: 1px solid rgb(47, 4, 79);
}

td.title	{
	font-weight: bold;
	}
	
tr	{
	vertical-align: top;
}
