body{
text-align:center;
background: #fefcc8;
margin: auto;
font-family:Arial, sans-serif;
}
#content{
background: #fff;
text-align:left;
border:1px solid #fcfa55;
margin-top:60px;
margin-left:auto;
margin-right:auto;
width:90%;
position:relative;
}
#head{
position:relative;
top:-30px;
left:50px;
width:500px;
height:110px;
background:#fff url(images/title.jpg) no-repeat;
}
h1{
display:none;
}
h2{
font:italic 2.0em 'Calisto MT', 'Times New Roman', Times, Serif;
margin:6px 16px;
}
p{
margin-left:6px;
}
hr{
height:1px;
color:#fcfa4f;
}
.right{float:right;
border:none;}
.outline{border:1px solid #fcfa55;}
.cright{clear:right;}
.centre{text-align:center;}
.red{color:#f82424;}
.b{font-weight:bold;}

/******************************************************/
/* Menu Stylesheet */
/******************************************************/
#nav{
color:#000;
text-align:center;
clear:both;
}
#nav ul{
padding: 10px;
margin: 0px;
text-align:center;
width: 100%;
}
#nav ul li{
display:inline;
}
#nav ul li a{
background:#fefcc8;
border-right:1px solid #000;
border-bottom:1px solid #000;
border-left:1px solid #999;
border-top:1px solid #999;
padding: 4px 12px;
text-decoration:none;
color: #000;
}
#nav ul li a:hover{
background-color: #fcfa4f;
color: #02087c;
}
#nav p{
font-size:0.7em;
color:#666;
}
/******************************************************/
/* Forms Stylesheet */
/******************************************************/
legend{
font-size:1.6em;
font-weight:600;
color: #000;
}
label{
width: 14em;
float: left;
text-align: right;
margin: 10px;
clear: both;
}
label strong{
font-weight:normal;
}
form.entryform {
margin: 3px 7px 0;
padding: 0;
width:100%;
}
form.entryform fieldset {
margin: auto;
font: 10pt Verdana, Tahoma, Arial, sans-serif;
background-color:#fefcc8;
color:#000;
padding:6px;
width:475px;
}
select, input, textarea{margin:8px 10px; width:160px}
form.entryform input.button, .forms {
margin:4px 10px;
font-weight: bold;
padding: 0;
cursor: pointer;
background-color:#fcfa4f;
color:#000;
}
