/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Verdana, Arial,sans-serif;
	color: #333333;
	margin: 0px;
	padding: 0px;
	font-size: 12pts;
}

a:link, a:visited, a:hover {
	color: #1B9696;
	text-decoration: underline;
	font-weight: bold;
}
#content a:link {
	padding: 0;
	
	}


h1, h2, h3, h4, h5, h6 {
	font-family: Verdana,Arial,sans-serif;
	margin-top: 2em;
	margin-bottom: 0;
	padding: 0px;
	 color: #0058B4;
	 font-weight: bold;

}

h1{
 font-family: Verdana,Arial,sans-serif;
 font-size: 140%;
  text-align: left;
 margin: 0;
}

h2{
 font-size: 130%;
 margin-top: 0.5em;
}

h3{
 font-size: 120%;
}
.first  {
 margin-top: 0;
}
h4{
 font-size: 110%;

}

h5{
 font-size: 100%;

}

#content li{
 list-style-type: square;
margin-bottom: 0.5em;}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}


/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead{
	margin: 0;
	padding: 10px  0 10px 1em;
	height: 100px;
	background-color: #003399;
	color: #ffffff;
}
#masthead a:link, #masthead a:visited, #masthead a:hover{
	color: #ffffff;
	text-decoration:underline;
	}
#masthead a:hover {
	background-color: #ffffff;
	color: #003399;
}
#TopLogo {
	float: left;
	width: 120px;
	clear: right;
	}	
#TopLogo a img {
	border: none;
		}

#NavBar{
	display: none;
	
}

#content{
	
	padding: 0 2em 0 2em;
	border-top: 2pt #3398FF solid;

}

   
span.noBG a:hover {background-color:transparent} 




/***********************************************/
/*Component Divs                               */
/***********************************************/

#siteName{
	margin: 0;
	padding: 07px 0 0 0;
	text-align: left;

}


#Strapline {
	display: none;
	
	}
/************** image styles ***************/


.Leftimg{
	float: left;
	padding: 0px 10px 0px 0px;
	margin: 0 5px 5px 0;
}
.Rightimg{
	float: right;
	padding: 0px 0 0px 10px;
	margin: 0 5px 5px 0;
}

/*****************************/

#BottomLinks {
		clear: both;
		padding: 10px 10px 10px 20px;

	}



/************* #Footer styles ***************/

#Footer{
	font-size: 100%;
	background-color: #003399;
	color: #ffffff;
	padding: 10px 10px 10px 20px;
	margin-top: 0px;
	border-top: 2pt #3398FF solid;

}
/* negative top margin pulls siteinfo up so its top border overlaps (and thus lines up with)
   the bottom border of the NavBar in cases where they "touch" */


#Footer a:link, #Footer a:visited {
	color: #ffffff;

	}





/*********** #NavBar link styles ***********/

#NavBar {
display: none;
} 
/*********** #NavLinks styles ***********/

#NavLinks{
	display: none;

}

.larger {
	font-size: larger;
	}
	
.smaller {
	font-size: smaller;
		}
		
.NoWrap {
white-space: nowrap;
	}
#SkipToNav{
    display: none;
	 }
  

  
#Navigation {
	display: none;
	
	}
.BoxedQuote {
	border: #0058B4 1pt solid;
	padding: 10px;
	font-size: 2em;
	color: #1FACAC;
	width: 5em;
	text-align: center;
	float: right;
	margin: 1em 0 1em 1em;
	}
.YSF {
	color: #0058B4;
	font-weight: bold;
	}
.centred {
	text-align: center;

	}
.centred img {
	padding: 0;
	margin: 2px 0 0 0;
	vertical-align:middle;
	}
#content img {
	border: 1pt #000000 solid;
	}

#content img a:hover {
	border: 1pt #0058B4 solid;
	}
.RuledTable TD{
	padding: 5px;
	border: 1pt solid #B5E3E3;
	}
.RuledTable TH {
	border: 1pt solid #1FACAC;
		}
.Required {
	color: #1FACAC; 
	font-weight: bold;}
	
	.abbr{
	border-bottom: 1px dashed #444;
	font-style: normal;
	cursor: help;}

.RegistrationSection {
	background-color:#EAFBFB;
	
}

TEXTAREA {
font-family: Verdana, Arial,sans-serif;	}

.StopPress {
	align: center;
	border: 2px solid #0058B4;
	margin: 0;
	padding: 15px;
	clear: both;
	}
.StopPressTitle {
	text-align: center;
	color: #0058B4;
	font-weight: bold;
	font-size: 160%;
	}
.SectionDivider {
	border-top: 2pt #999999 dotted;
	margin-bottom: 1em;
	color: #999999;
	}
.bluetext {
color:#0000ff;
}

.RedText {
	color: #961B1B;
	}
.GreenText {
	color: #009900;
	}
.PurpleText {
	color: #0058B4;
	}
	
.OrangeText {
	color: #FF9900;
	}
	
.TurquoiseText {
	color: #1B9696;
	}

.PaymentTable TH{
	background-color: #0058B4;
	color: #ffffff;
	}
.InvoiceAddress {
	border-bottom: 1pt #0058B4 solid;
	padding: 5px;
	text-align: center;
	}
.PaymentInstructions {
	border: 1pt red solid;
	padding: 10px
	}
