
body {
	background:black;
	width:100%;
	padding:0;
	border:0;
	margin:0;
}
#logbar{
	text-align:center; 
	width:100%;
	padding:1% 0 0 0;
}
#logo{
	margin:0;
	width:90%;
	border:0;
}
h1{
    color:#37b630;
    font-size:3.5vw;
}
h2{
    color:#37b630;
    font-size:3vw;
}
p{
    font-size:2.5vw;
    color:#37b630;
}
.Menubar{
	display:flex; 
	align-items: center;
	justify-content: center;
	padding:0;
	border:0;
	margin:0;
}
.Menuref{     
	display:inline-block;
	padding: 0 2%;
}
.Menuimages{     
	width:100%; 	
}
.Footerbar{
	display:flex; 
  	align-items: center;
  	justify-content: center;
	padding:0;
	border:0;
	margin:0;
	text-align:right;
}
.Footerref{     
	width:80%; 
	display:inline-block;
	vertical-align:top; 
	padding: 0 0 1% 0;
}
.Footerimages{     
	width:100%; 
	vertical-align:top; 
	padding:0; 
	overflow:hidden;
}
.imagebar{
	display:flex; 
	align-items: center;
	justify-content: center;
	padding:1% 0;
	border:0;
	margin:0;
}
.imagesref{     
	display:inline-block;
	   padding: 0 2%;
	   
}
.images{     
	width:100%; 
	border:1px solid #37b630;
}
.homeimage{   
    display:inline-block;
	padding: 0 2%;
	border:1px solid #37b630;
	width:100%;
}
.homeLink{   
    text-decoration: none;
    display:block;
    text-align:center;
    margin:0 0 5px 0;
    Padding:5px 1px 5px 0;
    width:100%;
    border:1px solid #37b630;
}
.viewlink{
    text-decoration: none;
    display:block;
    text-align:center;
    color:red;
    Padding:5px 1px 5px 0;
    width:100%;
    border:1px solid #37b630;
}
.content{
    display:flex; 
	align-items: center;
	justify-content: center;
	padding:1% 0;
	border:0;
	margin:0;
    
   
}
.content .contentdiv{     
	display:inline-block;
	padding: 0 2%;
	width:45%;
	vertical-align:top; 
}
.content .contentdiv .images{     
	width:100%; 
	border:1px solid #37b630;
	margin:3% 0 0 0;

}


.latestcontent{
    display:flex; 
	align-items: center;
	justify-content: center;
	padding:1% 0;
	border:0;
	margin:0;
    
   
}
.latestcontent .latestcontentdiv{     
	display:inline-block;
	padding: 0 2%;
	width:40%;
	vertical-align:top; 
}
.latestcontent .latestcontentdiv h1{
    font-family: TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, serif; font-size: 2.6vw; font-style: normal; font-variant: normal; font-weight: 600;
    color:#37b630;
}
.latestcontent .latestcontentdiv h2{
    font-family: TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, serif; font-size: 2.4vw; font-style: normal; font-variant: normal; font-weight: 500;
    color:#37b630;
}
.latestcontent .latestcontentdiv pre{
    font-family: TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, serif; font-size: 2.2vw; font-style: normal; font-variant: normal; font-weight: 400;
    color:#37b630;
}
.latestcontent .latestcontentdiv .homeLinkText{
    font-family: TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, serif; font-size: 2.2vw; font-style: normal; font-variant: normal; font-weight: 400;
    color:red;
}
.latestcontent .latestcontentdiv .latestimages{     
	width:100%; 
	border:1px solid #37b630;
	margin:3% 0 0 0;

}