html {
min-height:100%;
margin-bottom:1px;
}

body {
	margin: 0;
	padding: 0;
	background: #d6d6d6 url(../images/bkgds/page_bkgd.gif) center repeat-y;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #234b8d;
	font-weight: normal;
}


/* Links */
a {color: #0099FF;}
a:hover {color: #234b8d;}

a.arrow {
	padding-left: 10px;
	background-image: url(../images/splash/arrow2.gif);
	background-repeat: no-repeat;
	background-position: left;
}

a.arrow:hover {
background-image: url(../images/splash/arrow3.gif);
background-repeat: no-repeat;
}

a.white {color: #FFFFFF; font-size: 100%;}
a.white:hover {
	color: #FFFFFF;
	font-size: 100%;
}

a.closeda {color: #FFFFFF;	font-size: 100%;
}
a.closeda:hover {color: #234b8d;	font-size: 100%;
}

/* Image Link Toggles */
.toggle {border: 1px solid #234b8d;}
a.img.toggle {border: 1px solid #ffcc00;}
a:hover img.toggle {border: 1px solid #1ab7ea;}

/* Text Styles */
p {line-height: 120%}
h1 {font-size: 14px; font-weight: bold;	line-height: 120%;}
h2 {font-size: 16px; font-weight: bold;	line-height: 120%;}
h3 {font-size: 18px; font-weight: bold;	line-height: 120%;}
h4 {font-size: 20px; font-weight: bold;	line-height: 120%;}
h4.closed {font-size: 20px; font-weight: bold;	line-height: 100%;}



.center {text-align: center;}
.textleft {text-align: left;}
.textright {text-align: right;}

/* Images */
img {}

img.left {
	float: left;
	margin: 0 10px 20px 0;
	clear: right;
}

img.right {
	float: right; 
	margin: 0 0 10px 10px;
	}






#opgreen {
	padding: 2px 5px 0px;
	color: #66cc33;
	background-color: #ffffff;
	border: solid #66cc33 1px;
}


/* Header */
#header {
	height: 76px;
	margin: 0 auto;
	background-image: url(../images/bkgds/op_head_new1.gif);
	background-repeat: no-repeat;
	background-position: center;
}

#headerfr {
	height: 76px;
	margin: 0 auto;
	background-image: url(../images/bkgds/op_head_new1_fr.gif);
	background-repeat: no-repeat;
	background-position: center;
}

/* Countdown Upper Right */
#countdown {
	
	text-align: right;
	float: right;
	
	padding: 0px 0px 0px 0px;
}



/* Page */
#page {
	width: 780px;
	margin: 0 auto;
	padding: 0;
}




/* Footer */
#footer {
	clear: both;
	border-left: solid #FFFFFF 10px;
	border-right: solid #FFFFFF 10px;
	padding: 10px;
}

#footer p {
	margin: 0;
	text-align: center;
	font-size: 90%;
}


/* Titles */
#title {
	font-size: 200%;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}

.closed {background: #FF0000;
color:#FFFFFF;
	font-size: 200%;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: center;
}

.closeda {background: #FF0000;
color:#FFFFFF;
	font-size: 140%;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	text-align: center;
}

.closedfr {background: #FF0000;
color:#FFFFFF;
	font-size: 170%;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: center;
}

.closedafr {background: #FF0000;
color:#FFFFFF;
	font-size: 100%;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	text-align: center;
}

#titleleft {
	width: 520px;
	font-size: 200%;
	padding: 0px 0 10px 0;
}

#titleleftspacer {
	height:20px;

}

/* Legal */
.legal {
	font-size: 90%;
	line-height: 120%;
}


/* Colours */
.red {color:#FF0000}
.blueone {color:#004990}
.bluetwo {color:#0079C2}
.bluethree {color:#1AB7EA}
.cfcolour {color:#008eb5}
.starcolour {color:#005cac}