﻿body
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	background-image: url(../Images/grass.jpg);
	background-repeat: repeat;
	background-attachment: fixed;
}
H1, H2, H3, H4, H5, TH, THEAD, TFOOT
{
    COLOR:Maroon;
    font-family: Verdana, Arial, Helvetica, sans-serif;
   	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;

}
H1	{	
	
	font-size:	2em;
	font-weight:	700;
	}	
		
H2	{	
	
	font-size:	1.75em;
	font-weight:	700;
	}	
		
H3	{	
	
	font-size:	1.58em;
	font-weight:	500;
	}	
		
H4	{	
	
	font-size:	1.33em;
	font-weight:	500;
	}	
		
H5, DT	{	
	
	font-size:	1em;
	font-weight:	700;
	}	
		
H6	{	
	
	font-size:	.8em;
	font-weight:	700;
	}	
		
TFOOT, THEAD	{	
	font-size:	1em;
	
	}	
		
TH	{	
	vertical-align:	baseline;
	font-size:	1em;
	font-weight:	bold;
	}	

A
{
	color: #006600;
}
A:visited
{
	color:Maroon;
}

		
A:hover
{
	color: gold;
}


SMALL	{	
	font-size:	.7em;
	}	

BIG	{	
	font-size:	1.17em;
	}	

BLOCKQUOTE, PRE	{	
	font-family:	Courier New, monospace;
	}	
	

UL LI	{	
	list-style-type:	square ;
	}	

UL LI LI	{	
	list-style-type:	disc;
	}	

UL LI LI LI	{	
	list-style-type:	circle;
	}	
	
OL LI	{	
	list-style-type:	decimal;
	}	

OL OL LI	{	
	list-style-type:	lower-alpha;
	}	

OL OL OL LI	{	
	list-style-type:	lower-roman;
	}
#MainMenu
	{
		width:850px;
		height:30px;
		margin:auto auto 10px auto; 
		background-color:White;
		border: maroon 1px solid;
		padding-top: 5px
		}
#MainMenu A:Hover
{
	text-decoration: overline;
	color:Green;
}
#MainMenu A:active
{
	color:Green;
	
	
}
.SideMenu
{
	float:left;
	padding:10px;
	margin:10px;
	border: maroon 1px dashed;
	width:120px;
	color:Maroon;
	
}
.ContentPanel
{
	clear: none;
	float:right;
	width:80%;
}

.ContentPanel img
{
	margin: 10px;
	border-right: dimgray 2px solid;
	padding: 10px;
	border: dimgray 1px solid;
	
}

.Clear
{
	clear:both;
}

.MinHeight
{
	height:400px; 
	min-height:400px; 
	width:0px; 
	float:left;
}

.Header
{
	width: 850px;
	height: 150px;
	border: maroon 1px solid;
	background-image: url(Images/obsheader.png);
	margin: auto auto 5px auto;

 }

.Main
{
	width: 830px;
	background-color: White;
	border-right: maroon 1px solid;
	border-top: maroon 1px solid;
	border-left: maroon 1px solid;
	border-bottom: maroon 1px solid;
	margin:auto;
	padding:10px 10px 100px 10px;
}

.MenuHyperLink
{
	
	height: 30px;
	text-align: center;
	color: #660000;
	font-family: Tahoma, Verdana, 'Microsoft Sans Serif';
	font-size: larger;
	text-decoration: underline overline;
	font-weight: bold;
	margin-left:20px;
	margin-right:20px;

}



.BlogEntry
{
	background-color: #ffffff;
	padding-left: 10px;
	padding-bottom: 2px;
	width: 95%;
	padding-top: 10px;
	border-right: maroon 1px solid;
	border-top: maroon 1px solid;
	border-left: maroon 1px solid;
	border-bottom: maroon 1px solid;
	margin-top: 10px;
	margin-bottom: 2px;
	margin-left: 5px;
}
.BlogEntryAlt
{
	background-color: #cccccc;
	padding-left: 10px;
	padding-bottom: 2px;
	width: 95%;
	padding-top: 10px;
	border-right: maroon 1px solid;
	border-top: maroon 1px solid;
	border-left: maroon 1px solid;
	border-bottom: maroon 1px solid;
	margin-top: 10px;
	margin-bottom: 2px;
	margin-left: 5px;
}

.uploadtext
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
}




