/*-----------------------
Reset
----------------------*/
* {
	padding: 0;
	margin: 0;
}/* this will reset all elements to margin/padding = 0 */



/*-----------------------
Body
----------------------*/
body {
	margin: 0;
	padding: 0;
	font-size: 62.5%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: #00288c;
}


/*-----------------------
Container
----------------------*/
div#container {}

/*-----------------------
Standard
----------------------*/
div.standard {
	font-size: 1.1em;
	color: #fff;
}

div.standard img.left {
	float: left;
	margin: 0 20px 20px 0;
	border: 0;
}

div.standard img.right {
	float: right;
	margin: 0 0 20px 20px;
	border: 0;
}

div.standard ul {
	padding-left: 35px;
	margin-bottom: 15px;
}

div.standard ul li {
	list-style: square; 
	line-height: 1.5em;
}

div.standard ol {
	padding-left: 30px;
	margin-bottom: 15px;
}

div.standard ol li {
	margin-left: 20px;
	line-height: 1.5em;
}

div.standard h1 {
	font: bold 1.7em/2.0em "Verdana";
	color: #90ba47;
	margin-bottom: 20px;
}

div.standard h2 {
	font: 1.4em "Verdana";
	color: #8adbff;
	margin-bottom: 20px;
}

div.standard h3 {
	font: 1.2em "Verdana";
	color: #ff9dbe;
	margin-bottom: 20px;
}

div.standard h4 {
	font: 1.2em "Verdana";
	color: #f68f1e;
	margin-bottom: 20px;
}

div.standard h5 {
	font: 1.1em "Verdana";
	color: #f68f1e;
	margin-bottom: 20px;
}

div.standard p {
	line-height: 1.8em;
	margin-bottom: 20px;
}

div.standard a {
	color: #ffcc00;
	text-decoration: underline;
}

div.standard a:hover {
	color: #90ba47;
	text-decoration: underline;
}

div.standard hr {
	border: 0;
	height: 0;
	border-bottom: 1px solid #cecece;
	margin-bottom: 25px;
}


/*-----------------------
Pop up Gallery
----------------------*/
div.popup-gallery { 
	padding: 20px; 
}

div.popup-gallery ul.gallery {
	margin-top: 15px;
	list-style: none;
}

div.popup-gallery ul.gallery li {
	line-height: 1.5em;
	float: left;
	margin: 0 15px 15px 0;
}


div.popup-gallery p.centre {
	width: 200px;
	text-align: center;
	margin-top: 3px;
}






