/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 
body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	margin: 0px;
	padding: 0px;
}
a {
	text-decoration: none;
}
h1 {
	font-size: 14px;
	font-weight: bold;
	color: #003366;
}
h2 {
	font-size: 13px;
}
h3 {
}
/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#wrapper{
		margin-bottom: 10px;
		margin-right:auto;
		margin-left:auto;
		width: 740px;
}
#masthead{
	margin: 0;
	width: 100%;
	background-color: #6495ed;
}
.FullConBox {
    width: 99%; 
    float:right;
}
/************* #siteInfo styles ***************/
#siteInfo{
	clear: both;
	padding: 2px;
	margin-top: 0px;
}
/* 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" */
#siteInfo img{
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
}
div.Footer{
	text-align: center;
	font-size: 11px;
	font-weight: bold;
}
div.Footer a{
	font-size: 11px;
}
.FooterText {
	font-size: 11px;
	font-weight: bold;
}
.FooterTextLink {
	font-size: 10px;
	font-weight: bold;
}

/************** main site styles *****************/
.LogoTxt {
	font-size: 36px;
	font-weight: bold;
	color: #ffffff;
	padding-left: 5px;
	padding-bottom: 18px;
}
.LogoCentre {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #003399;
	padding-left: 5px;
	margin: 0px;
}
div.fspacer {
  clear: both;
}
div.fspacerl {
  clear: left;
}
 /************** main content styles *****************/     
.ConBox {
	border: 1px solid #999999;
	margin-bottom: 3px;
}
.ConBoxLeft{
	float: left;
	width: 49%;
}
.ConBoxRight{
float: right;
	width: 50%;
}
.ConBoxDesc {
	font-size: 14px;
	font-weight: bold;
	background-color: #CCCCCC;
	width: 100%;
}
.ConBoxTitle {
	font-size: 14px;
	font-weight: bold;
	background-color: #CCCCCC;
	width: 100%;
	text-align: center;
}
.ConBoxInner {
	font-size: 13px;
	width: 100%;
}

.dirtext 
{
    font-size: 14px;
	text-decoration: none;
}
.dirtexthead {
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
}
.TopAd {
	position: absolute;
	right: 0px;
	top: 0px;
}
.floatright
{
float: right;
}
.floatleft
{
float: left;
}
.button { background-color: #CCCCCC; border: 1px solid #333333; font-family:Arial, Helvetica, sans-serif; font-size: 14px; font-weight:bold; }
/*Styles for forms*/
.formfields { 
  background-color: #FFFFFF; 
  border: 1px solid #333333; 
  font-size: 11px; 
  font-weight:bold; }
.ErrorForm
{
    font-weight: bold;
    color: #FF0000;
}
/** main colour styles this should be kept at the bottom as it will overide any inherited colours **/ 
.ColA{	background-color: #6495ed; }
.ColB{	background-color: #87ceeb; }
.ColC{	background-color: #add8e6; }
.ColD{	background-color: #b0e0e6; }
.ColE{	background-color: #b0c4de; }
.ColF{	background-color: #d8e4f8; }
.ColG{	background-color: #336699; color: #FFFFFF;}
.ColI{	background-color: #0066CC; color: #FFFFFF;}
.ColJ{	background-color: #D6F1FA; }
.ColK{	background-color: #6699CC; }
.ColL{	background-color: #99CCCC; }
.BackA{	background-color: #f8f8ff; }
.BackB{	background-color: #f5f5f5; }
.BackC{	background-color: #fffafa; }
.BackD{	background-color: #f0f8ff; }
.BackF{	background-color: #f7f7f7; }