﻿BODY
{
    background: #1a1a1a url(images/bkgd.jpg) repeat-x;
    font-family: Trebuchet MS,arial,helvetica,sans-serif;
    font-size: 10pt;
    font-weight: normal;
    color: #404040;
    letter-spacing: normal;
    text-transform: none;
    word-spacing: normal;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    margin: 0px;
    text-align: center;
}
TD, FORM, BUTTON, LABEL, TEXTAREA, INPUT, SELECT
{
    font-size: 10pt;
    color: #404040;
}
P
{
	margin-top: 0px;
	margin-bottom: 12px;
}
DIV
{
	margin-top: 0px;
	margin-bottom: 0px;
}
HR
{
	background-color: #6EBC20; /* #404040 */
    color: #6EBC20;
    height: 1px;
    width: 100%;
    margin-top: 15px;
    margin-bottom: 10px;
    border-style: none;
}
H1, H2, H3, H4, H5, H6, TH, THEAD, TFOOT
{
    color: #6EBC20;
    font-family: Trebuchet MS,Arial Black, arial,helvetica,sans-serif;
	font-style: normal;
	text-decoration: none;
	word-spacing: normal;
	letter-spacing: normal;
	text-transform: none;
	font-weight: 500;
}
H1 { font-family: Avant Guard, Arial Black, Arial, helvetica,sans-serif; }
H1 {font-size: 20pt; margin-top: 0px; margin-bottom: 15px;}	
H2 {font-size: 13pt; font-weight: bold; margin-top: 0px; margin-bottom: 5px;  color: black;}	
H3 {font-size: 11pt; font-weight: bold; margin-top: 0px; margin-bottom: 0px; }	
H4 {font-size: 10pt; font-weight: bold; margin-top: 0px; margin-bottom: 0px; }	
H5, DT {font-size: 10pt; font-weight: bold; margin-top: 0px; margin-bottom: 0px; }	

TFOOT, THEAD { font-size: 1em; }
TH { vertical-align: baseline; font-size: 1em; font-weight: bold; }	

TABLE { margin-top: 0px; margin-bottom: 0px; }

SMALL { font-size: 8pt; }
BIG	{ font-size: 12pt; }
EM
{
	color: black;
	font-size: 10pt;
	font-weight: bold;
	font-style: normal;
}
STRONG
{
	font-size: 10pt;
	font-weight: bold;
	font-style: normal;
	color: Black;
}

BLOCKQUOTE, PRE { font-family: Courier New, monospace; }	

UL { margin-left: 20px; margin-top: 5px; margin-bottom: 10px; padding-left: 0; }
UL LI { list-style-type: disc ; margin-top: 1px; margin-bottom: 1px; }	
UL LI LI { list-style-type: circle; }	
UL LI LI LI { list-style-type: square; }	
UL { margin-left: 20px; margin-top: 5px; margin-bottom: 10px; padding-left: 0; }
OL LI { list-style-type: decimal; margin-top: 1px; margin-bottom: 1px; }	
OL OL LI { list-style-type: lower-alpha; }	
OL OL OL LI	{ list-style-type: lower-roman; }	

A:link { text-decoration: none; color: #6DB33F; font-weight: bold; }
A:visited { text-decoration: none; color: #6DB33F; font-weight: bold; }
A:hover { text-decoration: underline; color: #6DB33F; font-weight: bold; }
A:active { text-decoration: underline; color: #6DB33F; font-weight: bold; }

#shell
{
	width: 960px;
	text-align: left;
    margin-left: auto;
    margin-right: auto;
	margin-top: 25px;
	margin-bottom: 25px;
}
#header
{
	width: 954px;
	height: 74px;
	background-color: Black;
	border: solid 3px #6EBC20;
	margin-bottom: 20px;
	-webkit-border-radius: 15px;		 /* Round each corner of the created rectangle */
}
#content
{
	width: 880px;
	margin: auto;
	background: white;
	padding: 25px 40px 25px 40px;
	-webkit-border-radius: 15px;		 /* Round each corner of the created rectangle */
}
#content2
{
	text-align: left;
	width: 880px;
 	background-color: white;
}
#footer
{
	width: 954px;
	height: 34px;
	background-color: Black;
	border: solid 3px #6EBC20;
	margin-top: 20px;
	text-align: right;
	font-size: 8pt;
	-webkit-border-radius: 15px;		 /* Round each corner of the created rectangle */
}
#footerContent
{
	margin-top: 10px;
	margin-right: 40px;
}

.center { text-align: center; }
.right { text-align: right; }

.lefthalf { width: 500px; float: left; padding-right: 10px; }
.righthalf { width: 300px; float: right; padding-left: 10px; border-left: solid 1px black; }
.leftside { width: 500px; }

.sidebar
{
	float: right;
	margin-left: 30px;
	margin-bottom: 20px;
	width: 300px;
	padding: 20px;
	background-color: white; /* #6EBC20; #95BD6D; */
	border: solid 3px #6EBC20;
	-webkit-border-radius: 15px;		 /* Round each corner of the created rectangle */
}
/*
.sidebar A:link { text-decoration: underline; color: Black; font-weight: bold; }
.sidebar A:visited { text-decoration: underline; color: Black; font-weight: bold; }
.sidebar A:hover { text-decoration: underline; color: White; font-weight: bold; }
.sidebar A:active { text-decoration: underline; color: White; font-weight: bold; }
*/
