﻿*
{
	margin: 0;
	padding: 0;
}

body 
{
	background-color: #003A10;
	font-family: Arial;
	font-size: 10pt;
	color: White;
	background-image: url(gfx/bgBack.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}

img
{
    border: none;    
}

a
{
	text-decoration: none;
	color: White;
	padding: 2px;
}

a:hover
{
	color: #26F245;
}

.all
{
    width: 859px;    
}

.top
{
	margin-left: 32px;
    background-image: url(gfx/logo.jpg);
    background-position: left top;
    background-repeat: no-repeat;    
    height: 109px;
    width: 100%;
    text-align: right;
}

.top a
{
    font-size: 11pt;
    margin: 0px 0px 0px 15px;
}

.menu
{
    padding: 47px 62px 0px 0px;
}

.rssImg
{
    border: none;  
    vertical-align: middle;  
}

.left
{
	background-image: url(gfx/free.jpg);	
	background-position: right top;
    background-repeat: no-repeat;
    width: 32px;
    height: 145px;
    float: left;
    margin-top: 20px;
}

.right
{
	background-image: url(gfx/donate.jpg);	
	background-position: right top;
    background-repeat: no-repeat;
    width: 77px;
    height: 76px;
    float: right;
    display: block;
    position: relative;
    top: 57px;
    margin-top: -76px;
}

.center
{
    width: 800px;
    background-image: url(gfx/contentBg.jpg);
    background-repeat: repeat-x;
    min-height: 350px;
    float: left;
}

.leftCorner
{
    float: left; 
}

.header
{
    background-image: url(gfx/rightCorner.jpg);
    background-position: right top;
    background-repeat: no-repeat;  
    width: 100%;
    height: 79px;  
}

.text
{
    margin-top: -50px;
    width: 730px;    
    text-align: justify;
}

.text ul
{
    margin-left: 40px;    
}

.text ol
{
    margin-left: 40px;    
}

.text li
{
    margin-bottom: 5px;    
}

.text a
{
    text-decoration: underline;    
}

.date
{
    text-align: right;
    font-weight: bold;
    font-variant: small-caps;
}

.title
{
	margin-bottom: 5px;
	font-size: 13pt;
	font-weight: bold;
	font-variant: small-caps;		
}

.news
{
    text-align: justify;   
}

.comments
{
	text-align: right;
	font-size: smaller;	
	font-weight:bold;
}

.addComment
{
	border: 0px; 
	padding: 20px;
	background-color: #005f1a;
	border: dotted 1px white;
	display: none;
}

.addComment td
{
	padding: 5px;		
}

.showCommentPanel
{
	float: right;
	padding: 5px;
	background-color: Green;	
	text-decoration: none;
}

.showCommentPanel : hover
{
	background-color: Lime;
}

.comment
{
		
}

.commentAuthor
{
	float: left;
	font-size: larger;
	font-weight: bold;
	margin-right: 5px;
	margin-bottom: 5px;
}

.commentText
{
	clear: left;
	padding-left: 5px;	
	font-style: italic;
}

.commentDate
{
	vertical-align: super;
	font-size: smaller;
	float: left;
}

.commentSeparatorLine
{
    width: 60%;
    height: 1px;
    background-color: Lime;
    margin: 10px 0px 10px 0px;   
}

.commentsSectionSeparatorLine
{
	width: 100%;
    height: 1px;
    background-color: #0A801C;
    margin: 0px 0px 30px 0px;   	
}

.separatorLine
{
    width: 60%;
    height: 1px;
    background-color: #0A801C;
    margin: 30px 0px 30px 0px;   
}

.contactInfo
{
    padding: 10px;
    text-align: center;
    font-size: 12pt;    
}

.about
{
    padding: 10px;
    font-size: 12pt;    
}

.about img
{
    padding: 40px;
    vertical-align: middle;
}

.download
{
    margin-top: 10px;
    font-size: 12pt;   
    text-align: center; 
}