body {
	background-color: #003333;
}

body, td, th, h3, h6 {
	color: #006600;
	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: #006600;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}

a {
	color: #993300;
	text-decoration: none;
}

a:hover{
	color: #333399;
	text-decoration: none;
}
a:active {
	color: #333399;
	text-decoration: none;
}


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

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

#header{
	width:100%;
	height:auto;
	position: relative;
	z-index: 20;
	background: #129C1B;
}

#topnav{
	background-color: #129C1B;
	width:100%;
	height:auto;
	top: 10px;
	margin-right: 0px;
	margin-bottom: 50px;
}

#content{
	background-color: #EFFFFF;
	width:100%;
	height:auto;
	top: 0px;
	margin-top: 5px;
}

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

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


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

a.button span {
    background: transparent url(../images/span_grngreybutton.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 1px;
	padding: 0px;
}


.leftimg {
	float:left;
	height: 150px;
	width: 150px;
	position: relative;
	padding: 15px 10px 0px 0px;
	left: 0px;
}

.rightimg {
float:right;
	height: 150px;
	width: 150px;
	position: relative;
	margin: 0px;
	padding: 0px 20px 0px 10px;
}

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

.smallcentreframe {
	padding: 0px;
	margin-top: 0em;
	margin-left: 150px;
	position: relative;
	top: 20px;
	width: auto;
	left: 90px;
	height: auto;
}

#contentcalendar{
	background-color: #EFFFFF;
	width:auto;
	height:auto;
	letter-spacing: normal;
	text-align: justify;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 25px;
	padding-left: 50px;
	padding-top: 15px;
}
.arrowrt {
	position: absolute;
	top: 500px;
	height: 25px;
	width: 40px;
	right: 30px;
	
}
.arrowlt {
	position: absolute;
	top: 500px;
	left: 35px;
	height: 25px;
	width: 40px;
	
}
