/* Created on 12-Mar-2010 19:45:43 */
/* Revised 02 Nov 2011 */

/*Webpage spiral backround*/
body#spiral
{
background-color:black;
background-position: 50% 0%; 
background-image: url('images/spiralbg1100.gif');
background-repeat: repeat-y; 
color:#400080;
font-family: Arial, sans-serif;
font-size: medium;
font-style: normal;
font-weight: normal;
overflow-y:scroll;
}

/*Webpage plain backround*/
body#plain 
{
background-color:black;
background-image: url('images/bg.gif');
background-position: 50% 0%; 
background-repeat: repeat; 
color:#400080;
}

/*Link attributes*/
a:link 
{
color:#3146b5; 
text-decoration:none; /*turns underline off*/
}
a:visited {color:#a90000}
a:hover {color:#FF00FF}

/*SpiralTop image position*/
img.topcenter 
{   
position: absolute;   
top: 0px;   
left: 50%;   
width: 1100px;   
margin-left: -550px; /* Half the width */
z-index: 2;
}

/*HR line color*/
hr
{
border: 1px;
color: #400080; /* For IE*/
background-color: #400080; /* For some other browsers*/
height: 2px;
}

/*Spiral page content position offset */
/*(to centralise rel to spiral image margin & rh edge*/
table.pos_right
{
position:relative;
right:-30px;
z-index: 3;
}

table, td
{
border-collapse: collapse;
border-width: 0px;
border-style: dotted;
border-color:white;
}

p.onefifty {line-height:150%;}

