/* Defaults */
body.main {
background-color:#202020;
background-image:url(../images/indexbg.png);
background-repeat:repeat-x;
color:#303030;
font-family:Candara, Verdana, Sans Serif;
font-size:small;
}
.ieshellcenter {
text-align:center;
}
.pageshell {
width:950px;
/*height:950px;*/
min-height:950px;
margin-top:0px;
margin-left:auto;
margin-right:auto;
margin-bottom:0px;
background-color:#FFFFFF
}
.menu {
text-align:left;
padding-left:10px;
color:#000000;
}
.submenu {
text-align:center;
background-color:#e6e6e6;
}
.pageid {
text-align:right;
padding-right:10px;
font-size:medium;
color:#808080;
}
.section {
text-align:left;
padding-left:50px;
padding-right:50px;
font-size:small;
}
.watermark {
width:950px;
height:75%;
background-image:url(../images/ball.png);
background-repeat:no-repeat;
background-position:center
}

/* Table and form properties  */
table {
border-collapse:collapse;
margin-left:5px;
}
th {
background-color:#e6e6e6;
border:solid #c0c0c0 2px;
padding:5px;
font-weight:bold;
font-family:Candara, Verdana, Sans Serif;
font-size:small;
}
td {
border:solid #c0c0c0 2px;
padding:5px;
font-family:Candara, Verdana, Sans Serif;
font-size:small;
}
.leftalign {
text-align:left;
}
.centrealign {
text-align:center;
}
.rightalign {
text-align:right;
}
.twilightcentre {
text-align:center;
font-size:small;
}
.twilight {
font-size:small;
}
.summary {
font-size:small;
}
input, button, option, select {
background-color:#e6e6e6;
font-family:Candara, Verdana, Sans Serif;
font-size:small;
}

/* Heading properties */
h1 {
font-family:Candara, Verdana, Sans Serif;
font-size:medium;
font-weight:bold;
margin-left:5px;
text-align:left
}
h2 {
font-family:Candara, Verdana, Sans Serif;
font-size:medium;
font-weight:bold;
color:#303030;
margin-left:5px;
text-align:left
}
h3 {
font-family:Candara, Verdana, Sans Serif;
font-size:medium;
color:#303030;
font-weight:bold;
margin-left:5px;
text-align:left
}
h4 {
font-family:Candara, Verdana, Sans Serif;
font-size:small;
color:#303030;
font-weight:bold;
margin-left:5px;
text-align:left
}
/* Link properties */
a:link {
color:#000000;
text-decoration:none;
}
a:active {
color:#FFFFFF;
text-decoration:none;
background-color: #00A8F9;

}
a:visited {
color:#000000;
text-decoration:none;
}
a:hover {
color:#FFFFFF;
text-decoration:none;
background-color: #00A8F9;
}
/* Misc properties */
p {
text-align:left;
padding-left:5px;
}
hr {
color:#9b9b9b;
height:2px;
padding-left:5px;
padding-right:5px
}
.currentpage {
color:#808080
}
.indent {
padding-left:20px
}