@charset "utf-8";
body
{
/*set out the margins to be at the very top */
padding:0px;
margin:0px;
/* basic font size and colour to be used and any other body attributes*/
font-family:"Comic Sans MS", sans-serif, Tahoma,Verdana,Geneva,Arial,Helvetica;
background-color: #ffff10;
font-size: 14px;
color:maroon;
}
h1, h2, h3
{
font-family:"Comic Sans MS", sans-serif, Tahoma,Verdana,Geneva,Arial,Helvetica;
font-size: 22px;
color:maroon;
}
h4
{
font-family:"Comic Sans MS", sans-serif, Tahoma,Verdana,Geneva,Arial,Helvetica;
font-size: 0.4em;
color:maroon;
text-align:center;
font-style: normal;
}
h5
{
font-family:"Comic Sans MS", sans-serif, Tahoma,Verdana,Geneva,Arial,Helvetica;
font-size: 1em;
color:maroon;
text-align:center;
font-style: normal;
}
/* the big box round the lot */
#container
{
text-align:center;
width: 98%;
margin: 0px;
border:0px;
height:100%;
overflow:hidden;
}
#hr
{
border-bottom: 3px groove grey;
height:52px;
width:100%;
}

#banner
{
float:left;
width: 720px;
border: 0px;
margin-left: 25%;
margin-right: 25%;
height:52px;
overflow:hidden;
}
#leftnavarea
{
float:left
border:0px;
width:150px;
height:100%;
}
#leftbuttons
{
float: left;
width: 150px;
padding:12px;
border: 0px;
border-right: 3px groove grey;
height:100%;
}
#rightcolumn
{
float:left;
width:80%;
border:0px;
overflow:hidden;
} 
#content
{
width:100%;
padding:0px;
border:0px;
margin:0px;
overflow:auto;
}
p.bill
{
text-align:left;
padding:10px;
}
p.four
{
font-family:"Comic Sans MS", sans-serif, Tahoma,Verdana,Geneva,Arial,Helvetica;
font-size: 0.7em;
}
.stditalic
{
font-family:"Comic Sans MS", sans-serif, Tahoma,Verdana,Geneva,Arial,Helvetica;
font-size: 1.em;
color:maroon;
text-align:center;
font-style: italic;
}
#sendmail
{
font-family:"Comic Sans MS", sans-serif, Tahoma,Verdana,Geneva,Arial,Helvetica;
font-size: 1.em;
color:maroon;
text-align:left;
border:3px purple ridge;
width:50%;
background-color:#e0e0e0;
margin-left: 35%;
margin-right: 25%;
}
#sendmail2
{
font-family:"Comic Sans MS", sans-serif, Tahoma,Verdana,Geneva,Arial,Helvetica;
font-size: 1.em;
color:white;
text-align:center;
background-color: #3152a5;
}

.sendmail3
{
font-family:"Comic Sans MS", sans-serif, Tahoma,Verdana,Geneva,Arial,Helvetica;
font-size: 1.em;
color:white;
text-align:left;
border:0;
background-color: #bfbfbf;

}
#sendmail4
{
font-family:"Comic Sans MS", sans-serif, Tahoma,Verdana,Geneva,Arial,Helvetica;
font-size: 1.em;
color:maroon;
text-align:left;
font-weight:bold;
background-color:#e0e0e0;
}
