
html, body {
margin:0.5em;
padding:0;
font-family:Verdana, Arial, Helvetica, sans-serif;
color: #3e00ca;
background-color: #ebfffc;

}


#header {
height: 20%;
}

#container {
width:100%;
float:left;
}


#col-two {
background-color:#FFF3EB;
padding: 2%;
margin-top: 2%;
border-top: 1px solid #FFF3EB; /* to stop collapsing margins in Moz */
color: #002328;
}


#nav ul li {
display: inline;

}

#bottomlinks ul li {
display: inline;
}


#bottomlinks a:before { content : " - ";}
#bottomlinks a:after { content : " - ";}



#nav {
width: 100%;
float: right;
color: #1c2348;
background-color:#fffdeb;
}

#nav a {
color: #1C2348; }

#nav a:hover {
color:#CC0000;}

#fader, #kshiddenblock {
display:none;
}

#nav a:before { content : " - ";}
#nav a:after { content : " - ";}


#footer, #header, #bottomlinks  {
background-color:#ebfffc;
border-top: 1px solid #ebfffc;
border-bottom: 1px solid #ebfffc;
color:#500004;
margin: 0;
clear: both;
width: 100%; /*ie requires this or height */
}


#logbox {
display: none;
}

#col-one {
position: relative;
top: 0px;
left: 0px;
background-color:#fffdeb;

}


a {
padding-left: 1%;
font-weight: bold;
text-decoration:none;
color: #500004;
}

a:hover {
color:#CC0000;
}

.accesstext {
text-decoration:underline;
}

* html #hometext, #newsbox, #hitcountbox{
height: 0.01%;
} /*To fix IE invisble text bug */

#homehidden {
display: none;

}




