/* BOXES FOR LAYOUT */
/* Please note: these boxes are used on multiple pages so please 
check changes do not effect other pages before editing */

/* BOXES FOR PAGE 'DEVELOPING THE PROGRAMME' */

#BoxContent1 {   /* This is the box for the image(s) at the top of the content pane. */
	    width: 540px; height: auto; 
        float: left;
		text-align: left;
		background-color: #FFFFFF;
		padding: 0px;
		color: #000000;
		z-index: 1;
} 

#BoxContent2 { /* This is the left side (white) information box in the main content pane */
	    width: 360px; height: auto; 
        float: left;
		text-align: left;
		background-color: #ffffff;
		padding: 0px;
		color: #000000;
		z-index: 1;
} 
#BoxContent2 p { /* Styles the paragraph */
		font-family:  Verdana, Arial, Helvetica, Sans-serif;
		font-size: 10px;
		font-style: normal;
		color: #000000;
		padding: 5px;
		padding-left:10px;
		}
#BoxContent2 h3 { /* Changes the Heading of Box 2 */
		font-family:  Times New Roman, Times, Serif;
		font-size: 16px;
		font-style: normal;
		color: #000000;
		padding: 10px;
		}
		
#BoxContent2 ul
{
  list-style-type: disc;
  font-weight: normal;
  font-size: 10px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  line-height: 130%;
  padding-left: 30px;
}

#BoxContent3 { /* This is the right side (green) information box in the main content pane */
	    width: 180px; height: 250px; 
        float: left;
		text-align: left;
		background-color: #cccc33;
		padding: 0px;
		color: #000000;
		z-index: 1;
} 

#BoxContent3 p { /* Styles the paragraph */
		font-family:  Verdana, Arial, Helvetica, Sans-serif;
		font-size: 11px;
		font-style: normal;
		color: #000000;
		padding: 10px;
		}

#BoxContent4 { /* This is the bottom (yellow) information box in the main content pane */
	    width: 540px; height: auto; 
        float: left;
		text-align: left;
		background-color: #ffffcc;
		padding: 0px;
		padding-top:20px;
		padding-bottom:20px;
		padding-right:0px;
		color: #000000;
		z-index: 1;
		clear: both;
} 

#BoxContent4Admin { /* This is the bottom (yellow) information box in the main content pane */
	    width: 100%; height: auto; 
        float: left;
		text-align: left;
		background-color: #ffffcc;
		padding: 0px;
		padding-top:20px;
		padding-bottom:20px;
		padding-right:0px;
		color: #000000;
		z-index: 1;
		clear: both;
} 

#BoxContent4 p { /* Styles the paragraph */
		font-family:  Verdana, Arial, Helvetica, Sans-serif;
		font-size: 12px;
		font-style: normal;
		color: #000000;
		padding: 5px;
		padding-left:10px;
		}
#BoxContent4 h3 { /* Styles the heading */
		font-family:  Verdana, Arial, Helvetica, Sans-serif;
		font-size: 13px;
		font-style: normal;
		color: #000000;
		padding: 5px;
		padding-left:10px;
		}

#BoxContent4 h5 { /* Styles the paragraph */
		font-family: Verdana, Arial, Helvetica, Sans-serif;
		font-size: 12px;
		font-style: normal;
		color: #000000;
		padding:0px;
		padding-left:10px;
		}
		
#BoxContent4 form
{
  list-style-type: disc;
  font-weight: normal;
  font-size: 12px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  line-height: 110%;
  padding-left: 30px;
}
		
		#BoxContent4Admin p { /* Styles the paragraph */
		margin-left: 50px;
		font-family:  Verdana, Arial, Helvetica, Sans-serif;
		font-size: 12px;
		font-style: normal;
		color: #000000;
		padding: 5px;
		padding-left:10px;
		}
		
#BoxContent4Admin h3 { /* Styles the heading */
        margin-left: 50px;
		font-family: Verdana, Arial, Helvetica, Sans-serif;
		font-size: 13px;
		font-style: normal;
		color: #000000;
		padding: 5px;
		padding-left:10px;
		}

#BoxContent4Admin h5 { /* Styles the paragraph */
        margin-left: 50px;
		font-family: Verdana, Arial, Helvetica, Sans-serif;
		font-size: 12px;
		font-style: normal;
		color: #000000;
		padding:0px;
		padding-left:10px;
		}
		
#BoxContent4Admin form
{
  list-style-type: disc;
  font-weight: normal;
  font-size: 12px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  line-height: 110%;
  padding-left: 30px;
}
/* EXTRA BOX FOR PAGE 'COMMERCIAL OPPORTUNITIES' */

#BoxContent5 { /* This is the top (white) information box in the main content pane */
	    width: 540px; height: auto; 
        float: left;
		text-align: left;
		background-color: #ffffff;
		padding: 0px;
		color: #000000;
		z-index:1;
} 
#BoxContent5 p { /* Styles the paragraph */
		font-family:  Verdana, Arial, Helvetica, Sans-serif;
		font-size: 12px;
		font-style: normal;
		color: #000000;
		padding: 10px;
		}
#BoxContent5 h3 { /* Styles the heading */
		font-family: Times New Roman, Times, Serif;
		font-size: 22px;
		font-style: normal;
		color: #000000;
		padding: 10px;
		}
		
/* EXTRA BOX FOR PAGE 'HOMEPAGE' */

#BoxContent6 { /* This is the side (white) information box in the main content pane */
	    width: 180px; height: 555px; 
        float: left;
		text-align: left;
		background-color: #ffffff;
		padding: 0px;
		color: #000000;
		z-index:1;
} 
#BoxContent6 p { /* Styles the paragraph */
		font-family:  Verdana, Arial, Helvetica, Sans-serif;
		font-size: 11px;
		font-style: normal;
		color: #000000;
		padding: 5px;
		padding-left:10px;
		}
		
#BoxContent6 h3 { /* Styles the heading */
		font-family: Times New Roman, Times, Serif;
		font-size: 22px;
		font-style: normal;
		color: #CC3300;
		padding: 10px;
		}
		
#BoxContent7 {   /* This is the box for the image(s) at the top of the content pane. */
	    width: 360px; height: auto; 
        float: left;
		text-align: left;
		background-color: #FFFFFF;
		padding: 0px;
		color: #000000;
		z-index: 1;
} 
#BoxContent8 { /* This is the middle (peach) information box in the main content pane */
	    width: 180px; height: 550px; 
        float: left;
		text-align: left;
		background-color: #ffcc99;
		padding: 0px;
		color: #000000;
		z-index:1;
} 
#BoxContent8 p { /* Styles the paragraph */
		font-family:  Verdana, Arial, Helvetica, Sans-serif;
		font-size: 11px;
		font-style: normal;
		color: #000000;
		padding: 10px;
		}
#BoxContent8 h3 { /* Styles the heading */
		font-family: Times New Roman, Times, Serif;
		font-size: 16px;
		font-style: normal;
		color: #000000;
		padding:10px;
		}
#BoxContent9 { /* This is the side (white) information box in the main content pane */
	    width: 177px; height: 550px; 
        float: left;
		text-align: left;
		background-color: #cccc33;
		padding: 0px;
		color: #000000;
		z-index:1;
} 
#BoxContent9 p { /* Styles the paragraph */
		font-family:  Verdana, Arial, Helvetica, Sans-serif;
		font-size: 11px;
		font-style: normal;
		color: #000000;
		padding: 10px;
		line-height: 180%;
		}
#BoxContent9 h3 { /* Styles the heading */
		font-family: Times New Roman, Times, Serif;
		font-size: 16px;
		font-style: normal;
		color: #000000;
		padding:10px;
		}
		
#BoxContent10 { /* This is the side (white) information box in the main content pane */
	    width: 180px; height: auto; 
        float: left;
		text-align: left;
		background-color: #ffffff;
		padding: 0px;
		color: #000000;
		z-index:1;
} 

#BoxContent10 p { /* Styles the paragraph */
		font-family:  Verdana, Arial, Helvetica, Sans-serif;
		font-size: 10px;
		font-style: normal;
		color: #000000;
		padding:5px;
		padding-left:10px;
		}

#BoxContent11 { /* This is the side (green) information box in the main content pane */
	    width: 360px; height: 270px; 
        float: left;
		text-align: left;
		background-color: #cccc33;
		padding: 0px;
		color: #000000;
		z-index:1;
} 

#BoxContent11 p { /* Styles the paragraph */
		font-family:  Verdana, Arial, Helvetica, Sans-serif;
		font-size: 10px;
		font-style: normal;
		color: #000000;
		padding:10px;
		}
		
#BoxContent11 h3 { /* Styles the paragraph */
		font-family:  Times New Roman, Times, Serif;
		font-size: 18px;
		font-style: normal;
		color: #000000;
		padding:10px;
		}
		
#BoxContent12 { /* This is the top (green) information box in the main content pane */
	    width: 360px; height: auto; 
        float: left;
		text-align: left;
		background-color: #cccc33;
		padding: 0px;
		color: #000000;
		z-index:1;
} 

#BoxContent12 p { /* Styles the paragraph */
		font-family:  Verdana, Arial, Helvetica, Sans-serif;
		font-size: 12px;
		font-style: normal;
		text-align: right;
		color: #000000;
		padding:3px;
		}
		
#BoxContent12 h3 { /* Styles the paragraph */
		font-family: Verdana, Arial, Helvetica, Sans-serif;
		font-size: 18px;
		font-style: normal;
		color: #CC0000;
		padding:3px;
		}
		
#BoxContent13 { /* This is the top (white) information box in the main content pane */
	    width: 360px; height: auto; 
        float: left;
		text-align: left;
		background-color: #ffffff;
		padding: 0px;
		color: #000000;
		z-index:1;
} 

#BoxContent13 p { /* Styles the paragraph */
		font-family:  Verdana, Arial, Helvetica, Sans-serif;
		font-size: 10px;
		font-style: normal;
		color: #000000;
		padding: 6px;
		padding-left:10px;
		}
		
#BoxContent13 h3 { /* Styles the paragraph */
		font-family: Times New Roman, Times, Serif;
		font-size: 16px;
		font-style: normal;
		color: #CC0000;
		padding:10px;
		}
		
#BoxContent13 ul
{
  list-style-type: disc;
  font-weight: normal;
  font-size: 10px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  line-height: 130%;
  padding-left: 30px;
}
		
#BoxContent15 { /* This is the top (white) information box in the main content pane */
	    width: 360px; height: auto; 
        float: left;
		text-align: left;
		background-color: #ffffcc;
		padding: 0px;
		color: #000000;
		z-index:1;
} 

#BoxContent15 p { /* Styles the paragraph */
		font-family:  Verdana, Arial, Helvetica, Sans-serif;
		font-size: 10px;
		font-style: normal;
		color: #000000;
		padding: 10px;
		}
		
#BoxContent15 h3 { /* Styles the paragraph */
		font-family: Times New Roman, Times, Serif;
		font-size: 16px;
		font-style: normal;
		color: #CC0000;
		padding:10px;
		}
		
#BoxContent15 ul
{
  list-style-type: disc;
  font-weight: normal;
  font-size: 10px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  line-height: 130%;
  padding-left: 30px;
}
		
#BoxContent17 { /* This is the top (white) information box in the main content pane */
	    width: 180px; height: auto; 
        float: left;
		text-align: left;
		background-color: #ffcc99;
		padding: 0px;
		color: #000000;
		z-index:1;
} 

#BoxContent17 p { /* Styles the paragraph */
		font-family:  Verdana, Arial, Helvetica, Sans-serif;
		font-size: 10px;
		font-style: normal;
		color: #000000;
		padding: 10px;
		}
		
#BoxContent17 h3 { /* Styles the paragraph */
		font-family: Times New Roman, Times, Serif;
		font-size: 16px;
		font-style: normal;
		color: #CC0000;
		padding:10px;
		}
		
#BoxContent18 { /* This is the main (white) information box in the main content pane */
	    width: 360px; height: auto; 
        float: left;
		text-align: left;
		background-color: #ffffff;
		padding: 0px;
		color: #000000;
		z-index:1;
} 

#BoxContent18 p { /* Styles the paragraph */
		font-family:  Verdana, Arial, Helvetica, Sans-serif;
		font-size: 12px;
		font-style: normal;
		color: #000000;
		 line-height: 130%;
		padding: 5px;
		padding-left:10px;
		}
		
#BoxContent18 h3 { /* Styles the paragraph */
		font-family: Verdana, Arial, Helvetica, Sans-serif;
		font-size: 16px;
		font-style: normal;
		color: #CC0000;
		padding:5px;
		padding-left:10px;
		}
		
#BoxContent18 h4 { /* Styles the paragraph */
		font-family: Verdana, Arial, Helvetica, Sans-serif;
		font-size: 12px;
		font-style: normal;
		color: #CC0000;
		padding:10px;
		}
		
#BoxContent18 h5 { /* Styles the paragraph */
		font-family: Verdana, Arial, Helvetica, Sans-serif;
		font-size: 12px;
		font-style: normal;
		color: #000000;
		padding:10px;
		}
		
#BoxContent18 ul
{
  list-style-type: disc;
  font-weight: normal;
  font-size: 12px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  line-height: 130%;
  padding-left: 30px;
}

#BoxContent18 form
{
  list-style-type: disc;
  font-weight: normal;
  font-size: 12px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  line-height: 110%;
  padding-left: 30px;
}

#BoxContent19 { /* This is the main (white) information box in the main content pane */
	    width: 520px; height: auto; 
        float: left;
		text-align: left;
		background-color: #ffffff;
		padding: 10px;
		margin-left: 0px;
		color: #000000;
		z-index:1;
} 

#BoxContent19 p { /* Styles the paragraph */
		font-family:  Verdana, Arial, Helvetica, Sans-serif;
		font-size: 12px;
		font-style: normal;
		color: #000000;
		padding:10px;
		}
		
#BoxContent19 h3 { /* Styles the paragraph */
		font-family: Verdana, Arial, Helvetica, Sans-serif;
		font-size: 16px;
		font-style: normal;
		color: #CC0000;
		padding:10px;
		}
		
#BoxContent19 li { /* Styles the paragraph */
		font-family:  Verdana, Arial, Helvetica, Sans-serif;
		font-size: 12px;
		font-style: normal;
		color: #000000;
		margin-left:25px;
		padding-left:10px;
		list-style-type: square;
		}
		
#BoxMasterclass { /* This is the main (white) information box in the main content pane */
	    width: 650px; height: auto; 
        float: left;
		text-align: left;
		background-color: #ffffff;
		padding: 10px;
		margin-left: 0px;
		color: #000000;
		z-index:1;
} 

#BoxMasterclass p { /* Styles the paragraph */
		font-family:  Verdana, Arial, Helvetica, Sans-serif;
		font-size: 12px;
		font-style: normal;
		color: #000000;
		padding:10px;
		}
		
#BoxMasterclass h3 { /* Styles the paragraph */
		font-family: Verdana, Arial, Helvetica, Sans-serif;
		font-size: 16px;
		font-style: normal;
		color: #CC0000;
		padding:10px;
		padding-top:30px;
		}
		
/* END */