* {
     padding: 0;
     margin: 0;
}
img {
     border: 0;
}

@font-face {
    font-family: 'EnglandHandDBRegular';
    src: url('/jm/templates/ps_2col/css/england-webfont.eot');
    src: url('/jm/templates/ps_2col/css/england-webfont.eot?#iefix') format('embedded-opentype'),
         url('/jm/templates/ps_2col/css/england-webfont.woff') format('woff'),
         url('/jm/templates/ps_2col/css/england-webfont.ttf') format('truetype'),
         url('/jm/templates/ps_2col/css/england-webfont.svg#EnglandHandDBRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

body {
	background: #95b856 url(../images/bg.jpg) top center no-repeat;
    margin: 0;
    padding: 0;
	font:80%/1.3 Georgia, serif;
    color: #666;
}
a:link, a:visited {
    text-decoration: underline;
    font-weight: normal;
    color: #000;
    outline: none;
    text-align: left;
}
.float {  
     float: left;  
}  
.clear {  
    clear: both;  
}  
.overall {
    background-color: #fff;    
}

#container {
    width:960px;
    margin: auto;
	background: url(../images/page_02.png) center repeat-y;
    text-align: left;
	position:relative;
}


#logostrip {
	margin: 0;
	width:960px;
	height:147px;
}
#header {
    text-align: center;
    height: 25px;
	padding: 0 50px 0 50px;
}


#content {
    width: 839px;
	min-height:120px;
	height:auto !important;
	height: 120px;
    text-align: left;
    padding: 20px 10px 60px 50px;
	clear:both;
}

#sidebar_right {  
	position:absolute;
	bottom:0px;
	right:22px;
	width:281px;
	/*height:434px; */
	margin:0;
	padding:0;

     }
	 
#footer {  
	width:960px;
	margin:0 auto;
    text-align:left;
    padding-left: 20px;
	height: 12px;
}

#footerShadow {  
	width:960px;
	margin:0 auto;
	height: 37px;
	background: url(../images/page_04.png) bottom center no-repeat;
}

	 
#footer div {  
	padding-left:30px;
	color:#666;
	font-size:.8em;
}

.menu {
	width: 960px;
	margin: 0;

	}
	
	
.menu li { /* all list items */
	float:left;
	list-style: none;
	background:#fff;
	padding: 0;
	border-left: 1px solid #84AC44;
	/* width needed or else Opera goes nuts */
	width: 119px;
		
}


.menu a {
	color: #84AC44;
	text-decoration: none;
	display: block;
	padding: 5px 10px;
	font-size: 1em;
}
.menu a:hover {
	color: #5071D7;
}
.latestnews {
	background-color:#eee;
}

.latestnews li { /* all list items */
	list-style: none;
	padding:10px 5px;
	border-top: 1px solid #000;
		
}

.latestnews a {
	color: #84AC44;
	text-decoration: none;
}
.latestnews a:hover {
	color: #5071D7;
}

#content p {
	padding-bottom: 1em;
	width:520px;
}


#content a {
	color: #84AC44;
	text-decoration: none;
}

#content a:hover {
	color: #5071D7;
}

#content h1, .contentheading {
	font-family: 'EnglandHandDBRegular', Georgia, serif;
	font-size:3.2em;
	color:#000;
	letter-spacing:-1px;
}

#content h2 {
	font-size:1.6em;
	font-weight:bold;
	color:#84AC44;
	padding:1.5em 0 0 0;
	margin: 0;
}

#content h3 {
	font-size:1.3em;
	font-weight:bold;
	color:#84AC44;
	padding: .6em 0 .2em 0;
}

#content h4 {
	font-size:1.2em;
	font-weight:bold;
	font-style:italic;
	color:#aaa;
	padding: .4em 0 0 0;
}

#special p {
	padding-bottom: 1em;
	width:600px;
	text-align: justify;
}

.comment {
	font-style:italic;
	color:#888;
}

div.contentpaneopen {
	border-radius: 12px;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border: 1px solid #333;
}



