﻿* {
padding:0;
margin:0;
}
html, body {
height:100%;
}
@font-face{ 
font-family: 'Orator Std';
font-weight:normal;
font-style:normal;
font-variant:normal;
src: url('oratorstd.eot');
src: url('oratorstd.eot?#iefix') format('embedded-opentype'),
url('oratorstd.woff') format('woff'),
url('oratorstd.ttf') format('truetype'),
url('oratorstd.svg#webfont') format('svg');
}
body {
font-family:"Orator Std";
}
#container {
background-color:#000000;
min-height:100%;
width:100%;
margin:0 auto;
}
* html #container {
height:100%;
}
/*link behaviour*/
/* unvisited link */
a:link {
color:#999933;
text-decoration:none;
}
/* visited link */
a:visited {
color:#999933;
text-decoration:none;
}
/* mouse over link */
a:hover {
color:#999933;
text-decoration:none;
}
/* selected link */
a:active {
color:#999933;
text-decoration:none;
}
/*This forms the logo*/
p.logo1:first-letter {
color:#999933;
font-family:"Orator Std";
font-size:1.5em;
text-align:left;
}
.logo1 {
color:#999933;
font-family:"Orator Std";
font-size:2em;
text-align:left;
}
.logo2 {
color:#999933;
font-family:"Orator Std";
font-size:1.25em;
text-align:left;
}
#logobox1 {
width:530px;
padding-top:32px;
margin-left:40px;;
}
#line {
width:430px;
height:1px;
margin-left:40px;
background-color:#999933;
}
#logobox2 {
width:475px;
padding-left:55px;
padding-top:6px;
margin-left:40px;
}
/*This forms the selection menu on the home page*/
ul.menu {
list-style-type: none;
padding: 0px;
margin: 0px;
color:#999933;
font-family:"Orator Std";
font-size:1.25em;
text-align:left;
line-height:130%;
}
#menubox {
position:absolute;
right:0px;
bottom:0px;
width:155px;
padding:35px;
margin:35px;
}
/*This forms the heading on each page*/
.heading {
color:#999933;
font-family:"Orator Std";
font-size:1.25em;
text-align:right;
text-decoration:underline;
font-weight:bold
}
.heading2 {
color:#999933;
font-family:"Orator Std";
font-size:1.25em;
text-align:left;
text-decoration:underline;
font-weight:bold
}
/*This forms the main content box on each page*/
#textbox {
width:94%;
margin:auto;
padding-top:20px;
}
#textbox1 {
width:550px;
float:right;
padding-top:5px;
}
#textbox2 {
width:310px;
float:right;
padding-top:5px;
}
#textbox3 {
width:94%;
margin:auto;
padding-top:20px;
}
#imagebox{
width:auto;
float:right;
padding-top:20px;
padding-bottom:10px;
}
.text {
color:#999933;
font-family:"Orator Std";
font-size:1.15em;
text-align:justify;
line-height:2em;
}
.textalignright {
color:#999933;
font-family:"Orator Std";
font-size:1.15em;
text-align:right;
line-height:2em;
}
.textalignleft {
color:#999933;
font-family:"Orator Std";
font-size:1.15em;
text-align:left;
line-height:2em;
}
.imagecaption {
color:#999933;
font-family:"Orator Std";
font-size:0.8em;
text-align:right;
line-height:2em;
clear:both;
}
ul.bulletpoints {
list-style-type: disc;
padding-left:10%;
margin:0px;
color:#999933;
font-family:"Orator Std";
font-size:1.15em;
text-align:left;
line-height:2em;
}
/*This forms the navigation bottom line on the participants pages*/
.bottomline {
color:#999933;
font-family:"Orator Std";
font-size:1em;
text-align:right;
}
/*This forms the footer on each page*/
#footer1st {
width:100%;
text-align:center;
height:40px;
padding-top:10px;
margin:-75px auto 0 auto;
clear:both;
}
#footer {
width:100%;
text-align:center;
height:40px;
padding-top:10px;
margin:-50px auto 0 auto;
clear:both;
}
#clearfooter {
height:50px;
clear:both;
}
.copyright{
color:#999933;
font-family:"Orator Std";
font-size:0.75em;
text-align:center;
}