body {
	background-color: #96aa97;
/* background-color: #007500; */
	color: black;
	font-family: arial, helvetica, sans-serif;
}
/*
a:link { color: white; font-weight: bold; }
a:visited { color: white; font-weight: bold; }
a:active { color: white; font-weight: bold; text-decoration: none;}
a:hover { color: white; font-weight: bold; text-decoration: none;}
*/
img {
	border: 0px;
}

table {
	width: 100%;
	text-align: center;
	margin: auto;
	border: 1px solid black;
}

div.main { 
	width: 100%;
	text-align: left;
	padding: 10px;
	margin: auto;
	border: 1px solid black;
}

table.menu {
	text-align: center;
	margin: 0px;
	padding: 0px;
}

td {
	/*background-color: #009900;*/
	border: 1px solid #000000;
}
td.content {
	text-align: left;
	vertical-align: top;
	/*background-color: #006600;*/
	height: 400px;
}
td.main {
	text-align: left;
	vertical-align: top;
}
td.head {
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
}
td.foot {
	font-size: 10px;
}

	A 			{ color: #003366; text-decoration: underline; }
	A:link		{ color: #000000; text-decoration: underline; font-weight: bold; }
	A:visited	{ color: #000000; text-decoration: underline; font-weight: bold; }
	A:active	{ color: #000000; text-decoration: underline; font-weight: bold; }
	A:hover		{ color: #999999; text-decoration: none; font-weight: 
bold; }

	h1, h2, h3 {
		margin: 0px;
		padding: 0px;
	}

	#banner {
		font-family: arial, helvetica, sans-serif;
		color:#000000;
		font-size:x-large;
		font-weight:normal;	
  		padding:15px;
                border-top:0px double #000000;
		}

	#banner a,
        #banner a:link,
        #banner a:visited,
        #banner a:active,
        #banner a:hover {
		font-family: arial, helvetica, sans-serif;
		font-size: xx-large;
		color: #333;
		text-decoration: none;
		}

	.description {
		font-family: arial, helvetica, sans-serif;
		color:#000000;
		font-size:small;
  		text-transform:none;	
		}
		
	.blog {
  		padding:15px; 
		}

	.blogbody {
		font-family: arial, helvetica, sans-serif;
		color:#000000;
		font-size:small;
		font-weight:normal;
  		line-height:100%;
		}

	.blogbody a,
	.blogbody a:link,
	.blogbody a:visited,
	.blogbody a:active,
	.blogbody a:hover {
		font-weight: normal;
		text-decoration: underline;
	}

	.title	{
		font-family: arial, helvetica, sans-serif;
		font-size: medium;
		color: #000000;
		}			

	#menu {
  		margin-bottom:15px;
		text-align:center;
		}		

	.date	{ 
		font-family: arial, helvetica, sans-serif;
		font-size: large; 
		color: #333; 
		border-bottom:0px solid #999;
		margin-bottom:10px;
		font-weight:bold;
		}			
		
	.posted	{ 
		font-family: arial, helvetica, sans-serif;
		font-size: x-small; 
		color: #000000; 
		margin-bottom:25px;
		}
		
		
	.calendar {
		font-family: arial, helvetica, sans-serif;
		color:#000000;
		font-size:x-small;
		font-weight:normal;
  		line-height:140%;
  		padding:2px;
        text-align:left;
		width: 200px;
		}
	
	.calendarhead {	
		font-family: arial, helvetica, sans-serif;
		color:#000000;
		font-size:small;
		font-weight:normal;
  		padding:2px;
		letter-spacing: .3em;
  		text-transform:uppercase;
		text-align:left;			
		}	
	
	.side {
		font-family: arial, helvetica, sans-serif;
		color:#000000;
		font-size:x-small;
		font-weight:normal;
  		line-height:140%;
  		padding:2px;				
		}	
		
	.sidetitle {
		font-family: arial, helvetica, sans-serif;
		color:#000000;
		font-size:small;
		font-weight:normal;
  		padding:2px;
  		margin-top:30px;
		letter-spacing: .3em;
  		text-transform:uppercase;		
		}		
	
	
		
	
	.comments-body {
		font-family: arial, helvetica, sans-serif;
		color:#000000;
		font-size:small;
		font-weight:normal;
  		line-height:140%;
 		padding-bottom:10px;
  		padding-top:10px;		
 		border-bottom:0px dotted #999; 					
		}		

	.comments-post {
		font-family: arial, helvetica, sans-serif;
		color:#000000;
		font-size:x-small;
		font-weight:normal;		
		}	

		
	.comments-head	{ 
		font-family: arial, helvetica, sans-serif;
		font-size:small; 
		color: #000000; 
		border-bottom:0px solid #999;
		margin-top:20px;
		font-weight:bold;		
		}

.text_justify {

text-align: justify;

}		

	#banner-commentspop {
		font-family: arial, helvetica, sans-serif;
		color:#FFF;
		font-size:large;
		font-weight:bold;
		border-left:0px solid #FFF;	
		border-right:0px solid #FFF;  		
		border-top:0px solid #FFF;  
  		padding-left:15px;
  		padding-right:15px;
  		padding-top:5px;
  		padding-bottom:5px;  		  		  			 
		}
		
