	/* General styles */
	body {
		margin:0;
		padding:0;
		border:0;			/* This removes the border around the viewport in old versions of IE */
		width:100%;
		background:#000;
		min-width:840px;		/* Minimum width of layout - remove line if not required */
						/* The min-width property does not work in old versions of Internet Explorer */
		font-family:Arial, Helvetica, sans-serif; 
		font-size: 11pt; 
		color: #CCCCCC;
	}

	table {  
	font-family: Arial, Helvetica, sans-serif; 
	border: none; 
	color: #CCCCCC;
	}
	.tabletext {  
	font-family: Arial, Helvetica, sans-serif; 
	border: none; 
	color: #FFFFFF;
	}
	a {
		color:#FFFF00;
	}
	a:visited {
		color:#ffff99;
	}
	a.button_spectrum {
		background: url(../images/button_spectrum_all.png) no-repeat 0 0;
		width: 360px;
		height: 40px;
		display: block;
		text-indent: -9999px;
	}
	a.button_spectrum:hover {
		background-position: 0 -40px;
	}
	a.button_spectrum:active {
		background-position: 0 -80px;
	}
	a.button_renew {
		background: url(../images/button_membership_all.png) no-repeat 0 0;
		width: 360px;
		height: 40px;
		display: block;
		text-indent: -9999px;
	}
	a.button_renew:hover {
		background-position: 0 -40px;
	}
	a.button_renew:active {
		background-position: 0 -80px;
	}
h1, h2, h3 {
		margin:0em 0 0em 0;
		padding:0;
	}
	p {
		margin:.4em 0 .8em 0;
		padding:0;
	}
	.img_left
	{ border-style: none; 
	border-top-width: 0px; 
	border-right-width: 0px; 
	border-bottom-width: 0px; 
	border-left-width: 0px ;
	float: left;
	}
	.img_right
	{ border-style: none; 
	border-top-width: 0px; 
	border-right-width: 0px; 
	border-bottom-width: 0px; 
	border-left-width: 0px ;
	float: right;
	}
	/* menu styles */
#centeredbanner {
   float:left;
   width:100%;
   background:#000;
   border: none;
   overflow:hidden;
   position:relative;
}
#centeredbanner ul {
   clear:left;
   float:left;
   list-style:none;
   margin:0;
   padding:0;
   position:relative;
   left:50%;
}
#centeredbanner ul li {
   display:block;
   float:left;
   list-style:none;
   margin:0;
   padding:0;
   position:relative;
   background:#000;
   right:50%;
}
#centeredbanner ul li a {
   display:block;
   margin:0 ;
   padding:0;
}
#centeredmenu {
   float:left;
   width:100%;
   background:#000;
   border: none;
   overflow:hidden;
   position:relative;
}
#centeredmenu ul {
   clear:left;
   float:left;
   list-style:none;
   margin:0;
   padding:0;
   position:relative;
   left:50%;
   text-align:center;
}
#centeredmenu ul li {
   display:block;
   float:left;
   list-style:none;
   margin:0;
   padding:0;
   position:relative;
   right:50%;
}
#centeredmenu ul li a {
   display:block;
   margin:0;
   padding:0;
}
#fixed {
   margin:0 auto;
   width:840px;   /* you can use px, em or % */
   text-align:left;
}
	@media only screen and (orientation:portrait){
#fixed {
   margin:0 auto;
   width:320px;   /* you can use px, em or % */
   text-align:left;
}
}	
	@media only screen and (orientation:landscape){
#fixed {
   margin:0 auto;
   width:480px;   /* you can use px, em or % */
   text-align:left;
}
}	
	.hilite {
		width: 100%;
		font-size: 12pt;
		font-weight:bold;
		background-color: #3C5971; 
		color:#C5E4F8;
		text-align: center;
		}
	.third { 
		width: 33%;
		float:left;
		}
	/* column container */
	.colmask {
		position:relative;		/* This fixes the IE7 overflow hidden bug and stops the layout jumping out of place */
	    clear:both;
	    float:left;
        width:100%;				/* width of whole page */
		overflow:hidden;		/* This chops off any overhanging divs */
	}
	/* holy grail 3 column settings */
	.holygrail {
	    background:#0;    	/* Right column background colour */
	}
	/* right column: 10-284-10 left column:10-271-10 */
    .holygrail .colmid {
        float:left;
        width:200%;
        margin-left:-291px; 	/* Width of right column */
        position:relative;
        right:100%;
        background:#0;    	/* Centre column background colour */
    }
    .holygrail .colleft {
        float:left;
        width:100%;
        margin-left:-50%;
        position:relative;
        left:595px;         	/* Left column width + right column width */
        background:#0;    	/* Left column background colour */
    }
    .holygrail .col1wrap {
        float:left;
	    width:50%;
	    position:relative;
	    right:304px;        	/* Width of left column */
	    padding-bottom:1em; 	/* Centre column bottom padding. Leave it out if it's zero */
	}
	.holygrail .col1 {
        margin:0 310px;     	/* Centre column side padding:
                            	Left padding = left column width + centre column left padding width
                            	Right padding = right column width + centre column right padding width */
        position:relative;
	    left:200%;
	    overflow:hidden;
	    background:#000010;     /* Center Column Background Color */
	}
    .holygrail .col2 {
        float:left;
        float:right;			/* This overrides the float:left above */
        width:284px;        	/* Width of left column content (left column width minus left and right padding) */
        position:relative;
        right:10px;         	/* Width of the left-had side padding on the left column */
    }
    .holygrail .col3 {
        float:left;
        float:right;			/* This overrides the float:left above */
        width:281px;        	/* Width of right column content (right column width minus left and right padding) */
        margin-right:30px;  	/* Width of right column right-hand padding + left column left and right padding */
        position:relative;
        left:50%;
	/* 1 column full page settings */
	}
	.fullpage {
	    background:#0;
	}
	.fullpage .col1 {
        margin:0 0px;
	}
	.centered {
	   float:left;
	   width:100%;
	   border: none;
	   overflow:hidden;
	   position:relative;
	}
	.centered ul {
	   clear:left;
	   float:left;
	   list-style:none;
	   margin:0;
	   padding:0;
	   position:relative;
	   left:50%;
	}
	.centered ul li {
	   display:block;
	   float:left;
	   list-style:none;
	   margin:0;
	   padding:0;
	   position:relative;
	   right:50%;
	}
	.centered ul li a {
	   display:block;
	   margin:0 ;
	   padding:0;
	}

/* Footer styles */
	#footer {
		clear:both;
		float:left;
		width:100%;
		border-top:1px solid #000;
	}
	#footer p {
		padding:10px;
		margin:0;
	}
	/* --> */
