body {
	font-family: Arial, Tahoma, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	color: #ffffff;
	height: 100%;
	margin: 0;
	padding: 0;	
	text-align: center;
	background-color: #4f85a1;
	/*
	margin: 0px;
	margin-top: auto;
	margin-bottom: auto;
	position: middle center;
	*/
	/*background-image: url('../images/bkgd.png');
	background-position: top center;
	background-repeat: repeat-y;*/

}
p, td{
	font-size: 12px;
}


/* FIREFOX == IE for Header sizes */
h1 {
	font-size: 28px;
}
h2 {
	font-size: 26px;
}
h3 {
	font-size: 22px;
}
h4 {
	font-size: 18px;
}
h5 {
	font-size: 20px;
}




/******** PARENT CONTAINERS *********/
div.container{
	width: 780px;
	margin: 20px;
	margin-bottom: 40px;
}
div.header{
	width: 100%;
	text-align: left;
}
div.body{
	width: 100%;
	text-align: left;
}
div.footer{
	width: 100%;
	text-align: left;
}


/************ SUB CONTAINERS **********************/
#mainflash{
	/*
	width: 100%;
	height: 100%;
	*/
	height: 640px;
	width: 100%;
	text-align: center;
	background: #ff0000;
}

div.nonFlashContent{
	margin: 20px;
}

div.captions p{
	font-size: 11px;
	color: #7EA5B9;
}
div.captions a{
	font-size: 11px;
	color: #7EA5B9;
	text-decoration: underline;
}



































/**** A ****/
/* Primary Colour */
a:active{
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: underline;
}
a:visited{
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: underline;
}
a:link{
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: underline;
}
a:hover{
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
/* Secondary Colour */
a.secondary:active{
	color: #7EA5B9;
	font-weight: bold;
	text-decoration: underline;
}
a.secondary:visited{
	color: #7EA5B9;
	font-weight: bold;
	text-decoration: underline;
}
a.secondary:link{
	color: #7EA5B9;
	font-weight: bold;
	text-decoration: underline;
}
a.secondary:hover{
	color: #7EA5B9;
	font-weight: bold;
	text-decoration: none;
}
