body{
	margin:0 auto;
	padding:0;
	color:#003300;
	font-family: Verdana, Tahoma, Arial, sans-serif;
	font-size: 76%;
	background-color: #f4f4f4;
	background-repeat: repeat-y;
	background-position: center top;
	background-image: url(pagebg.gif);
}

#wrap{
	background:#ffffff;
	color:#303030;
	width:860px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-left: 10px;
	padding-right: 10px;
}
* html #content { height: 1em; }
#header{
	clear:both;
	padding:0;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	height: 90px;
}

#header h1{
	float:right;
	font-size: 250%;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0px;
	height: 50px;
	color: #000000;
	padding-right: 15px;
	padding-left: 0px;
	padding-top: 5px;
	font-family: "Gill Sans MT", Verdana, Tahoma;
	line-height: 2em;
}

#header p{
	width:840px;
	float:right;
	text-align:right;
	color:#296F27;
	font-size:80%;
	margin-left: 0;
	padding-right: 15px;
	line-height: 1.2em;
}


/* Bread Crumb trail */

#BreadCrumbBar
{
	font-size: 85%;
	color: #999999;
	margin-bottom: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 5px;

}

#leftnav{
	clear:left;
	float:left;
	width:150px;
	font-size:90%;
	line-height: 1.0em;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	padding: 0px;
}

#leftnav ul{
	list-style:none;
	width:150px;
	font-size:100%;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}	

#leftnav li{
	margin-bottom:4px;
}

#leftnav li a{
	font-weight:bold;
	text-decoration:none;
	color:#505050;
	display:block;
	background:#f4f4f4;
	border-left:4px solid #cccccc;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 10px;
	line-height: 1.2em;
	height: 100%;
}	
	
#leftnav li a:hover{
	color:#016701;
	border-left-width: 4px;
	border-left-style: solid;
	border-left-color: #016701;
	background-color: #EBF1E2;
}		
	
#leftnav .current{
	color:#016701;
	background-color: #EBF1E2;
	border-left-width: 4px;
	border-left-style: solid;
	border-left-color: #016701;
}

.announce{
margin:10px 0 10px 0;
padding:10px;
width:130px;
color:#505050;
background-color:#f4f4f4;
line-height:1.3em;
}

#ajaxbox{
	border: 1px solid #D7E1B9;
}

.rightnavtitle {
	color: #016701;
	line-height:normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: bold;
	padding-right: 3px;
	letter-spacing: 0.1em;
	background-color: #D7E1B9;
	display: block;
	padding-left: 5px;
	padding-bottom: 3px;
	padding-top: 3px;
	}

#rightnav{
	float:right;
	width:150px;
	padding:0;
	font-size:100%;
	line-height:1.5em;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
}

#rightnav p{
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 1.5em;
	margin-left: 0;
}
.useful {
	font-size: 90%;
	color: #016701;
	line-height:20px;
	text-align: left;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 8px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0.9em;
	list-style-type: square;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}



#content{
	line-height:1.6em;
	text-align:left;
	margin-top: 0;
	margin-right: 160px;
	margin-bottom: 20px;
	margin-left: 160px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #E9E9E9;
	border-left-color: #f0f0f0;
}

#content h1{
font-size:1.5em;
margin:0 0 0.5em 0;
}


h3{
font-size:1.3em;
margin:0 0 10px 0;
}

a{
	text-decoration:none;
	color:#016701;
}

a:hover{
	text-decoration:underline;
	color:#016701;
}

img{
	border:0;
}

.media
{
	margin-top: 5px;
	margin-bottom: 5px;
	height: 110px;
	
}

#footer{
	clear:both;
	border-top:4px solid #f0f0f0;
	width:860px;
	text-align:center;
	color:#808080;
	font-size:0.9em;
	background-image: url(../apples/images/footer.jpg);
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 20px;
	padding-right: 0;
	padding-bottom: 20px;
	padding-left: 0;
	background-repeat: no-repeat;
}

#footer a{
color:#808080;
text-decoration:none;
}

#footer a:hover{
text-decoration:underline;
}

.left{
padding:1px;
display:inline;
background:#cccccc;
color:#303030;
border:4px solid #f0f0f0;
margin:10px 10px 5px 0;
float:left;
}

.right{
padding:1px;
display:inline;
background:#cccccc;
color:#303030;
border:4px solid #f0f0f0;
margin:10px 0 5px 10px;
float:right;
}

.centre{
	padding:1px;
	display:block;
	color:#303030;
	border:4px solid #f0f0f0;
	background-color: #cccccc;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;

}

.thumb{
	padding:1px;
	display:inline;
	background:#cccccc;
	color:#303030;
	border:4px solid #f0f0f0;
	float:left;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 0;
}

.textright{
text-align:right;
}

.center{
	text-align:center;

}

.small{
font-size:0.8em;
}

.bold{
font-weight:bold;
}

.hide{
display:none;
}

.views
{
	border: 1px solid #000000;
	width: 460px;
}

.postbox{
	height: 110px;

}

ul#buttons
{
list-style-type: none;
margin: 0;
padding: .5em 0;
border-top: 1px solid #666;
}

ul#buttons li a
{
	display: block;
	width: 5em;
	color: #FFF;
	background-color: #016701;
	padding: .2em 0;
	text-align: center;
	text-decoration: none;
}

ul#buttons li a:hover
{
	color: #FFF;
	background-color: #016701;
}

ul#buttons .left { float: left; }
ul#buttons .right { float: right; }

* html #content { height: 1em;
}

.redtext
{
	color: #FF0000;
	font-weight: bold;

}
.mproheader{

	font : bold 90% Verdana, Arial, Helvetica, sans-serif;
	color: #;

}
.mprodescription{

	font : normal 80% Verdana, Arial, Helvetica, sans-serif;
	color: #;

}

.mproheading{
	font : bold 80% Verdana, Arial, Helvetica, sans-serif;
	color: #ffffff;
}

.mprosubscriptionbox{
	width: 120px;
	height: 300px;
	position: absolute;
	left: 10px;
	top: 10px;
}

.mproborder{
	border-left: 2px solid #2157D7;
	border-right: 2px solid #2157D7;
	border-bottom: 2px solid #2157D7;
}

.presidents{
	margin-top: 10px;
	text-align: center;
	padding-top: 10px;
	border: 1px solid #D7E1B9;
}

.linkbox{
	padding: 5px;
	border: 1px solid #BED5A1;

}

.topannounce{
	padding: 5px;
	text-align: center;
	color: #FF0000;
	background-color: #FFFFCC;


}

.web{
	padding: 5px;
	text-align: center;
	color: #FF0000;
	background-color: #FFFFCC;


}
