
/******************** Individual applyable classes *********************/

.LogoColourFont {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-weight: bold;
color: #F3FB43;
}

.universal{
position: absolute;
/*width: 827px; /*As the size of the header bar image is*/*/
width: 800px; 

/*border-right: 1px solid #FF0000; 
border-left: 1px solid #FF0000; 
border-top: 1px solid #FF0000; 
border-bottom: 1px solid #FF0000; */

}

.headersuniversal{
font-family: Verdana, Arial, Helvetica, sans-serif;
text-align: center;
font-weight: bold;
color: #F3FB43;
width: 800px;
/*width: 100%;*/
}

.flashbox{
position: absolute;
height: 600px;
margin-top: 120px}

			
#headerimg{
	right:0px;
	top:0px;

	width=800px;
	height = 92px;
}
/******************** Global Applyable Classes ************************/

	/* hide from ie on mac \*/
	html {
		height: 100%;
/*		margin-top: 122px;/*how far down the page the element appears*/
		/*overflow: hidden;*/
	}
	
	#flashcontent {
		/*height: 100%;*/
		height: 600px;
/*		margin-top: 122px;/*how far down the page the element appears*/
	}
	/* end hide */

	/*body {
		height: 100%;
		margin: 0;
		margin-top: 122px;
		padding: 0;
		background-color: #181818;
		color:#ffffff;
		font-family:sans-serif;
		font-size:20;
	}
	
	a {	
		color:#cccccc;
	}*/


body{
margin-left: 10%; 
margin-right: 10%;
background: rgb(69,69,69)
}

p{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-weight: normal;
/*color: #F3FB43;*/
color: rgb(31, 31, 31);
/*width: 100%;*/
}

h1{
class="headersuniversal";
}

h2{
class="headersuniversal";
}

h3{
class="headersuniversal";
}

h4{
class="headersuniversal";
}

h5{
class="headersuniversal";
}

h6{
class="headersuniversal";
}
/********************* IDs ************************/
/*
#flashcontent {
		width: 100%;
		height: 640px;		
	}
*/
#headerbar{
position: absolute; 
/*height: 100px; */
width=800px;
height =92px;
	
text-align: center;

margin: 0; 
margin-top: 0px; 

font-weight: normal; 
}



#homebody{
position: absolute; 
padding: 10px 10px 40px 10px; /*top right bottom left, padding is added inside the boarder*/ 

margin-top: 122px;/*how far down the page the element appears*/
margin-left: 0px; 

text-align: justify;
background-color: rgb(69, 69, 69);
width:780px;
}

#navbar2 {
position: absolute;
height: 30px;
margin: 0; 
margin-top: 92px; 
width: 800px;

/*border-top: solid rgb(163, 190, 197) 1px;
border-bottom: solid rgb(163, 190, 197) 1px;
border-left: solid rgb(163, 190, 197) 1px;
border-right: solid rgb(163, 190, 197) 1px;*/

border-top: solid rgb(111, 111, 111) 1px;
border-bottom: solid rgb(111, 111, 111) 1px;
border-left: solid rgb(111, 111, 111) 1px;
border-right: solid rgb(111, 111, 111) 1px;
/*background-color: rgb(114, 167, 185); light blue */
background-color: rgb(111, 111, 111);
}


#navbar2 ul {
margin: 0px;
padding: 0px;
font-family: Arial, Helvetica, sans-serif;
font-size: small;
/*font-weight: bold;*/
/*color: rgb(31, 31, 31);*/
color: rgb(200, 200, 200);
line-height: 30px;
white-space: nowrap;
}


#navbar2 li {
list-style-type: none;
display: inline;
}


#navbar2 li a {
text-decoration: none;
padding: 7px 10px;
/*color: rgb(31, 31, 31);*/
color: rgb(200, 200, 200);
/*border-top: solid rgb(76, 147, 167) 5px;
border-bottom: solid rgb(76, 147, 167) 5px;
border-left: solid rgb(76, 147, 167) 5px;
border-right: solid rgb(76, 147, 167) 5px;*/

}


#navbar2 li a:link {
/*color: rgb(31, 31, 31);*/
color: rgb(200, 200, 200);
background-color: rgb(111, 111, 111);
}


#navbar2 li a:visited {
/*color: rgb(31, 31, 31);*/
color: rgb(200, 200, 200);
background-color: rgb(111, 111, 111);
}


#navbar2 li a:hover {
/*font-weight: normal;*/
/*color: rgb(31, 31, 31);*/
color: rgb(255, 255, 255);
background-color: rgb(104, 104, 104);
}


#footer{
position: absolute; 
height: 30px; 
width: 780px;

text-align: justify;
color: rgb(200, 200, 200);
/*margin: 10px; */
bottom: 0; 
font-size: x-small;
font-weight: normal; 
background-color: rgb(111, 111, 111);	
}

#footer a:link {color: rgb(31, 31, 31);}
#footer a:visited {color: rgb(31, 31, 31);}
#footer a:hover {color: rgb(200, 200, 200);}