body {
	background-color: #754706;
}

body, td, th, h3, h6 {
	color: #330000;
	font: normal 16px/normal Geneva, Arial, Helvetica, sans-serif;
	text-transform: none;
	text-decoration: none;
	letter-spacing: normal;
	text-align: justify;
	text-indent: 0px;
	
}

h1, h2, h4, h5 {
	color: #660000;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}

a {
	color: #003366;
}

/* ----------------- Page Layout --------------*/

#container{
	background-color:#FFFFFF;
	width:800px;
	height:auto;
	margin-left:15%;
	position: relative;
	
}

#header{
background-color:#CCCC66;
width:100%;
height:auto;
}

#topnav{
background-color: #CCCC66;
width:100%;
height:30px;
}

#content{
	background-color: #FFFFCC;
	width:100%;
	height:auto;
}

#contentmain{
	background-color: #FFFFCC;
	width:750px;
	height:auto;
	letter-spacing: normal;
	text-align: justify;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 25px;
	padding-top: 50px;
}

#contentframe{
	background-color: #FFFFCC;
	width:750px;
	height:auto;
	letter-spacing: normal;
	text-align: justify;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 50px;
	padding-top: 50px;
}
#contentleft{
	background-color: #FFFFCC;
	width:470px;
	height:auto;
	letter-spacing: normal;
	text-align: justify;
	margin: 0px 0px 0px 20px;
	position: relative;
	padding: 1em 0em 0em;
	
}

#contentright{
	background-color: #FFFFCC;
	float:right;
	width: 300px;
	height:auto;
	letter-spacing: normal;
	text-align: center;
	padding: 0px;
	position: relative;
	top: 30px;
	right: 5px;
}
#footer{
	background-color: #CCCC66;
	width:760px;
	height:30px;
	padding-left: 20px;
	padding-right: 20px;
	position: relative;
}
	
/* ---------------------- button bits ------------------------*/
	
.clear { /* generic container (i.e. div) for floating buttons */
	overflow: hidden;
	width: auto;
	padding-left: 50px;
	padding-bottom: 5px;
}


a.button  {
	  background: transparent  url(../images/a_yelgreybutton.gif) no-repeat scroll top right;
    color: #330000;
    display: block;
    float: left;
    font: bold 12px arial, sans-serif;
    height: 24px;
    margin-right: 1px;
    padding-right: 12px; /* sliding doors padding */
    text-decoration: none;	
}

a.button span {
    background: transparent url(../images/span_yelgreybutton.gif) no-repeat;
    display: block;
    line-height: 14px;
    padding: 5px 0 5px 18px;
} 
  

a.button:hover {
	    background-position: bottom right;
    color: #000;
}

a.button:hover span{
	    background-position: bottom left;
    color: #000;
}

 a.button:active {
    background-position: bottom right;
    color: #000;
    outline: none; /* hide dotted outline in Firefox */
}

a.button:active span {
    background-position: bottom right;
    padding: 5px 0 5px 18px; /* push text down 1px */
} 



.buttontext {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	position: relative;
	overflow: hidden;
	visibility: visible;
	z-index: auto;
	height: auto;
	width: auto;
	left: auto;
	top: 10px;
	right: auto;
	bottom: auto;	
}
/* ------------------------controls the size of images in header---------------*/
.headimg {
	height: 200px;
	width: 264px;
	position: relative;
	margin: 0px 0px 2px;
	padding: 0px;
}
.headimgimport {
	height: 200px;
	width: 261px;
	position: relative;
	padding: 0px 2px 5px;
	margin-left: 1px;
}

.centreframe {
	padding: 0px;
	margin-top: 0em;
	margin-left: 150px;
	position: relative;
	top: 50px;
}
