@charset "utf-8";
body {
	background: #333333;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #FFF;
}

/* Centres everything and sets the width of each page */
.wrap
{
	width:800px;
}

object {outline: none;}
a {
	outline: none;
	color:#FFF;
	font-weight: bold
}
a:hover {color:#DE1818}
a:link {text-decoration:none;}
a:active {text-decoration:none;}
a:visited {text-decoration:none;}

/* Fix for Firefox scrollbar shift: Visible vertical scrollbar which disables correctly and allows normal horizontal scrollbar behaviour. */
html {overflow-y: scroll !important;}

.oneColFixCtrHdr #container #mainContent p {
	color: #FFF;
	text-align: center;
	font-size: medium;
	font-weight: bold;
	font-family: "Arial Black", Gadget, sans-serif;
}

.oneColFixCtrHdr #container {
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #333333;
	/*margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	/*border: 1px solid #000000;*/
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-left:auto;
    margin-right:auto;
}
.oneColFixCtrHdr #header {
	background: #333333; 
	height: 2.2em;
	padding: 0;
}

.oneColFixCtrHdr h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	color:#FFF;
	text-align: center;	
	margin: .2em;
	padding-top: .8em;
	padding-bottom: .4em;
}

.oneColFixCtrHdr h2 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	color:#999999;
	text-align: center;
	font-size: larger;
}
.oneColFixCtrHdr #mainContent {
	/*padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	height: 570px;
	background: #333333;
	text-align: center;
}
.oneColFixCtrHdr #mainContent object {
	border: #FFF, thin;
}
.oneColFixCtrHdr #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#333333;
}
.oneColFixCtrHdr #footer p {
	font: small, Verdana, Geneva, sans-serif;
	color: #999999;
	text-align: center;
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: xx-small;
}

.languageoptions
{
	text-align: center;
}

.languageoptions > a
{
	font-size: small;
	display:block;
	float: left;
	overflow: hidden;
	min-width: 4em;
	height: 1.2em;
	text-align: center;
	color: #FFF;
	text-decoration: none;
	font-weight: normal;
	padding: .2em;
	border: 1px solid #FFF;
	margin: .2em;
	margin-bottom: 2em;
	margin-top: 1.6em;
}

.languageoptions > a:hover
{
	color: #333;
	background-color: #FFF;
}
#videoMenu
{
	color: #FFF;
	margin-bottom: 2em;
	font-family: Verdana, Geneva, sans-serif;
}
#videoMenu a {
	font-weight: normal;
	border: 1px solid white;
	padding: .1em;
	margin: .2em;
	font-family: Verdana, Geneva, sans-serif;
}
#videoMenu a:hover {
	font-weight: normal;
	color: #333;
	background: #FFF;
	border: 1px solid white;
}
.flashVideo {
	text-align: center;
}

#footer
{
	text-align: center;
	font-size: xx-small;
	padding-top: 4em;
	color: #999999;
}