@charset "UTF-8";
/* CSS Document */

/******Color Scheme ***********
COLOR SCHEME:
#231F20 (grey color)- Background and body text font.
#BE1E2D (red color)- Center Menu Font Color
#8DC63F (green color) - Footer Menu Text and links
*******Color Scheme *******/

/********** Begin Universal Styles *******************/
*
{
	font-family: Gill Sans, sans-serif;
	font-size: 12pt;
	font-weight: 300;
}

body
{
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	background: #000;
	font-size: 12pt;
	/* color: #231F20; */
	color: #CCC;
	text-align: center; /* for IE complience */
  	background-image: url(../images/general/tree.png); 
	background-repeat: no-repeat;
	background-position: bottom center;
}

/* No image border */
img
{
	border-style: none;
}

img.floatLeft
{
	float: left;
	margin: 2px 10px 0 2px;
	clear: both;
}

img.floatRight
{
	float: right;
	margin: 2px 10px 0 2px;
	clear: both;
}

/* basic paragraph formatting */
p
{
	margin-top: 0px;
	margin-right: 20px;
}

form
{
	font-size: 12pt;
}

td
{
	vertical-align: top;
}

h1
{
	font-size: 17pt;
	font-weight: 400;
	color: #fff;
}

h2
{
	font-size: 15pt;
	font-weight: 400;
}

h3
{
	font-size: 13pt;
	font-weight: 400;
}

li
{
	margin-right: 30px;
}


/*** Begin - Default Link Style ***/
a
{
	font-size: 16.5pt;
	outline: none;
}

a:link 
{
	text-decoration: none;
	color: #BE1E2D;
}

a:visited 
{
	text-decoration: none;
	border-bottom: none;
	color: #BE1E2D;
}

a:hover  
{
	text-decoration: none;
	border: none;
	color: white;
}

a:active
{
	text-decoration: none;
	border: none;
	color: white;
}
/*** End - Default Link Style ***/

/**********End universal Styles *******************/