﻿/*************** Main background, container & logo. *************************/ 

HTML
{
	margin: 0px;
	padding: 0px;
	background-color: #083602;
}

BODY
{
	margin: 0px;
	padding: 0px;
	background-color: #083602;
	
}

#PageWrapper
{
	position: relative;
	margin-right: auto;
	margin-left: auto;
	width: 925px;
	margin-top: 0px;
	height: 100%;
}

#LeftGradient
{
	position: relative;
	background-color: #041502;
	height: inherit;
	width: 27px;
	z-index: 2;
	float: left;
}


#Glow
{
	background-image: url(Images/1Glow.png);
	background-repeat: no-repeat;
	position: absolute;
	top: 92px;
	left: 0px;
	width: 400px;
	height: 400px;
}



#Header
{
	position: relative;
	width: 100%;
	height: 90px;
	background-color: #062A02;
	margin-right: auto;
	margin-left: auto;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	border-bottom-color: #DFFFE1;
}

#HeaderImage
{
	position: relative;
	top: 20px;
	background-image: url(Images/SiteTitle.png);
	background-repeat: no-repeat;
	width: 460px;
	height: 90px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 450px;
}

#Menucontainer
{
	position: relative;
	color: #39984d;
	width: auto;
	font-family: Arial;
	z-index: 0;
	height: 27px;
	left: 0px;
	margin-left: auto;
	font-size: 12pt;
	background-image: url(Images/MenuBarGrad1.png);
	vertical-align: middle;
	background-repeat: repeat-x;
	text-align: center;
	margin-right: auto;
	margin-top: 20px;
}

a:link, a:visited
{
	color: #FFFFFF;
	font-size: small;
	font-family: Arial;
	font-weight: bold;
}
a:hover, a:active
{
	font-size: small;
	color: #46F832;
	font-family: Arial;
	font-weight: bold;
}

#ContentContainer
{
	padding: 7px 13px 12px 14px;
	border: 2px solid #DFFFE1;
	font-family: Arial;
	width: auto;
	height: auto;
	background-color: #062A02;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
}

#ImageDefaultPage
{
	float: right;
	font-size: 16pt;
	color: red;
	font-style: italic;
	font-family: Arial;
}

#AccountImage
{
float: right;
}

#supplyImage
{
float: right;
}


p
{
	font-size: 12pt;
	margin-left: 5px;
	color: #A8D29D;
	text-indent: 5pt;
	margin-right: 5px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	margin-bottom: -10px;
}

ul
{
	font-size: 12pt;
	margin-left: 5px;
	color: #A8D29D;
	text-indent: 5pt;
	margin-right: 5px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	list-style-type: disc;
}




h4
{
	font-family: 'Trebuchet MS';
	font-size: x-large;
	color: #DFFFE1;
	text-transform: lowercase;
	padding-top: 3px;
		margin-bottom: -10px;
}

h5
{
	font-family: 'Trebuchet MS';
	font-size: medium;
	color: #DFFFE1;
	text-transform: none;
	font-weight: bold;
	margin-bottom: -10px;
}


