body {
	margin:0;
	padding:0;
	width:100%;
	background:#fff;
	min-width:600px;		/* Minimum width of layout - remove line if not required */
					/* The min-width property does not work in old versions of Internet Explorer */
	text-align:center;
	font-family:verdana,arial,helvetica,sans-serif;
	font-size:12px;
	color:#330066;
	text-decoration:none;
}
a {
	color:#369;
}
a:hover {
	color:#fff;
	background:#369;
	text-decoration:none;
}
h1, h2, h3 {
	margin:.8em 0 .2em 0;
	padding:0;
}
p {
	margin:.4em 0 .8em 0;
	padding:0;
}
img {
	margin:10px 0 5px;
}

/* The basic three columns lay-out */

#header {
	float:left;
	width:100%;
	height:75px;	
	padding:0px;
	margin:0px;
	border-bottom:0px solid #000;
    background:#b2b202;
    background-image:url('../img/logo.png');
	background-repeat:no-repeat;    
}

#header p {
	padding:.5em 15px	.2em 15px;
	margin:0;
}
#header h1  {
	padding:.2em 15px;
	margin:0;
}
#header h2  {
	padding:.2em 15px	.7em 15px;
	margin:0;
}
#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 */
	/* Left column background colour */
    background:#330066;	
/*	background-image:url('../img/left.jpg');
	background-repeat:repeat-y;	*/
}

#colmid {
	float:left;
	width:200%;
	position:relative;
	left:200px;
	background:#fff;    	/* Centre column background colour */
}
#colright {
	float:left;
	width:100%;
	position:relative;
	left:50%;
	margin-left:-400px;
	/* Right column background colour */	
    background:#330066;		
/*	background-image:url('../img/right.jpg');
	background-repeat:repeat-y;*/
}
#col1wrap {
	float:right;
	width:50%;
	position:relative;
	right:100%;
}
    
#col1pad {
	margin:5px 5px 0 405px;
/*
    * top margin is 5px
    * right margin is 5px
    * bottom margin is 0px
    * left margin is 405px
*/	
	overflow:hidden;
}
#col1 {
	float:left;
	position:relative;
	margin-left:3px;
	width:607px;
	overflow:hidden;
	background:#fff;
}
#col2 {
	float:left;
	width:170px;
	position:relative;
	margin-left:-50%;
	margin-top:120px;	
	left:215px;
	overflow:hidden;
	
}
#col3 {
	float:left;
	width:170px;
	position:relative;
	left:15px;
	overflow:hidden;
}
#footer {
	clear:both;
	float:left;
	width:100%;
	padding:0;
	margin:0;
	border-top:1px solid #000;
}
#footer p {
	padding:.5em 15px;
}

/* End of the basic three columns lay-out */

/* To get the whole page centered in the middle of the browser */
.center
{
margin-left:auto;
margin-right:auto;
width:1024px;
text-align:left;
}


/* Styles for the tab menu's */

#centeredmenu {
   float:left;
   width:100%;
   background:#b2b202;
   border-bottom:0px solid #000;
   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 0 0 5px;
   padding:3px 10px;
   background:#ddd;
   color:#330066;
   font-weight:bold;   
   text-decoration:none;
   line-height:1.3em;
   font-size:15px;   
}
#centeredmenu ul li a:hover {
   background:#8161a0;
   color:#fff;
}
#centeredmenu ul li a.active,
#centeredmenu ul li a.active:hover {
   color:#fff;
   background:#330066;
}


 /* Styles to be used in the tables */
a#link {
	display:block;
	width:100%;
	height:100%;
	font-family:verdana,arial,helvetica,sans-serif;
	font-size:12px;
	color:#330066;
	text-decoration:none;
}
a#link #span {
	display:block;
	padding:10px;
}
a#link:hover {
	background-color:#dcdc8d;
	color:#330066;
} 

table.frame_list{
	background-color:#f1f1f1;
	border:#330066 1px solid;
	width:100%;
	margin:0px;
}

table.frame_list td.incomplete {
	background-color:#f61031;
}

table.frame_list td.started {
	background-color:#ffa500;
}

table.frame_list td.finished {
	background-color:#abc031;
}

table.alternate_list{
	background-color:#f1f1f1;
	border:#330066 1px solid;
	width:100%;
	margin:0px;
}

table.alternate_list tr.incomplete {
	background-color:#f61031;
}

table.alternate_list tr.started {
	background-color:#ffa500;
}

table.alternate_list tr.finished {
	background-color:#abc031;
}

table.alternate_list th.sub1 {
	background-color:#f1f1f1;	
	font-size:12px;	
	text-align: left;
}

table.alternate_list th.sub2 {
	background-color:#f1f1f1;	
	font-size:12px;	
	text-align: center;
}

table.alternate_list td.sub1
{
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 4px;
	text-align: left;
}

table.alternate_list td.sub2
{
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 4px;
	text-align: center;
}

table.alternate_list tr.d0 {
	background-color: #eadbf9; 
	color:#330066;	
}
table.alternate_list tr.d1 {
	background-color: #ffffff;
	color:#330066;	
}

table.frame_privacy{
	background-color:#f1f1f1;
	border:#330066 1px solid;
	width:100%;
	margin:0px;
	font-size:11px;
	padding:1px;
	line-height:150%;		
}



table.frame{
	background-color:#f1f1f1;
	border:#330066 1px solid;
	width:100%;
	margin:0px;
	
}

table.frame td,th{
	padding-left:4px;
    padding:1px;
}

table.inner_frame{
	border-spacing:0px 0px;	
}

table.inner_frame td,th{
	padding-left:0px;
}


table.error_frame{
	background-color:#f61031;
	border:#330066 1px solid;
	width:100%;
	margin:0px;
	border-spacing:1px 1px;	
}

table.ok_frame{
	background-color:#abc031;
	border:#330066 1px solid;
	width:100%;
	margin:0px;
	border-spacing:1px 1px;	
}



th
{
	background-color: #cccccc;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 4px;
	font-size:12px;	
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #330066;
}

div.auto_complete    {
     position         :absolute;
     width            :250px;
     background-color :white;
     border           :1px solid #888;
     margin           :0px;
     padding          :0px;
} 
li.selected    { background-color: #ffb; }

div.submitSubscribe select {
	width: 100%;
	font-family:verdana,arial,helvetica,sans-serif;
	font-size:13px;
	color:#330066;
	text-decoration:none;
}

div.submitSubscribe input {
	width: 150px;
	height: 25px;
	font-family:verdana,arial,helvetica,sans-serif;
	font-size:14px;
	color:#330066;
	text-decoration:none;
	
	background-color:#f1f1f1;
	border:#330066 1px solid;
}

div.submitSubscribe input:hover {
   background:#8161a0;
   color:#fff;
}

.defaultsink {
    position: absolute; left: -100%;
}
