/*Stylesheet for Honour template*/

body
{
margin: 0;
padding: 0;
font-size: 1em;
line-height: 1.2em;
font-family: "Trebuchet MS", "Microsoft Sans Serif", Arial, Tahoma, Verdana, sans-serif;
color: #000000;
background-color:  #F3F3CC;
}

h1
{
text-align: center;
background-color: #CC9752;
font-size: 1.3em;
line-height: 1.5em;
font-family: Broadway, "Copperplate Gothic Light", "Trebuchet MS", "Microsoft Sans Serif", Arial, Tahoma, Verdana, sans-serif;
}

h2
{
color: #ffffff;
background-color: #000000;
font-size: 1.2em;
line-height: 1.3em;
font-family: Broadway, "Copperplate Gothic Light", "Trebuchet MS", "Microsoft Sans Serif", Arial, Tahoma, Verdana, sans-serif;
}

h3
{
background-color: #E1B378;
font-size: 1.1em;
line-height: 1.3em;
font-family: "Trebuchet MS", "Microsoft Sans Serif", Arial, Tahoma, Verdana, sans-serif;
}

h4
{
text-align: center;
background-color: #CC9752;
font-size: 0.9em;
line-height: 1.1em;
font-family: "Copperplate Gothic Light", "Trebuchet MS", "Microsoft Sans Serif", Arial, Tahoma, Verdana, sans-serif;
}

h5
{
background-color: #CC9752;
font-size: 0.9em;
line-height: 1.1em;
font-family: "Trebuchet MS", "Microsoft Sans Serif", Arial, Tahoma, Verdana, sans-serif;
}

a
{
text-decoration: none;
color:#000000;
font-weight: bold;
}

a:hover
{
color:#ffffff;
}

form
{
text-align: left;
}


#banner
{
position: static;
left: 10px;
top: 5px;
height: 144px;
margin: 5px;
padding: 5px;
background: #ffffff;
border-style: ridge;
border-color:#000000;
}

#buttons
{
position: relative;
left: 50%;
padding: 0px;
background: #ffffff;
border: none;
}

#quote
{
position: relative;
left: 0px;
padding: 5px;
color: #000000;
background: #D6BF86;
border-style: ridge;
border-color:#663300;
text-align: center;
font-weight: bold;
}


#box1
{
position: relative;
width: 35%;
float: right;
margin: 10px;
padding: 10px;
background: #D6BF86;
border-style: ridge;
border-color:#663300;
}

#box2
{
position: relative;
width: 35%;
float: right;
margin: 10px;
padding: 10px;
background: #D6BF86;
border-style: ridge;
border-color:#663300;
}

#boxmain
{
left: 10px;
width: 55%;
float: left;
margin: 10px;
padding: 10px;
background: #F3F3CC;
border: none;
}

#boxfull
{
margin: 15px;
padding: 15px;
background: #F3F3CC;
border: none;
}

img
{
border:0;
}


.menu
{
display:none;
}
