﻿.title
{
    clear: none;
	color: green;
	border-bottom: thin dotted;
	height: 3em;
}

td
{
    font-family: Shruti;
    color: Green;
}

.body
{
    float: right;
    clear: right;
    width: 75%;
	color: black;
    margin-top: 10px;
    margin-right: 10px;
    border-right: 20px;
    padding-right: 20px;
}

.NewsHeadline
{
    font-family:Tahoma;
    font-size: 80%;
}
.NewsHeadline:first-letter
{
    font-weight: bold;
}
.text
{

}

.ImageGroup
{
    float: left;
    margin-right: 10px;
}

.ImageCaption
{
    color: Green;
    font-family:Bell MT;
    font-size: 110%;
    margin-left: 10px;
    margin-top: 5px;
    margin-bottom: 12px;
}

.ImageComments
{
    font-style: italic;
    color: Green;
    font-family:Bell MT;
    font-size: 95%;
    margin-top: 5px;
    margin-bottom: 12px;
}

.CommentSection
{
    vertical-align: top;
    margin: 2px 0px 5px 5px;
    width: 17em;
}

.CommentForm
{
    background-color: Aqua;
}


.CommentButton, .CommentBox
{
    vertical-align: top;
    margin-left: 10px;
    margin-top: 5px;
}


.headertext
{
	letter-spacing:2px;
	margin-bottom: 5px;
}

.weatherreport
{
	margin-bottom: 5px;
}

.linkheader
{
	background: green;
	color: white;
	text-indent:10px;
	padding-top:3px;
	padding-bottom:3px;
	font-size: 120%;
}

#lowerpage
{
    position: absolute;
    top: 4em;
    width: 75%;
}

.MainLinks
{
    margin-right: 15px;
 }
#links {
	 width:21%; 
	float:left;
	clear: left;
    margin-top: 10px;
    margin-left:1%;
   	font-size:85%;

	border-style: solid;
	border-color: green;
	border-width:1px;
	padding-bottom:5px;
	margin-right: 20px;    
}



h1 {
  font-family: Helvetica, Geneva, Arial,
        SunSans-Regular, sans-serif }
#links li {
  color: green;
  margin: 0.5em 0;
  padding: 0.3em;
 }


