/* margin: 0 0 0 0; /* top right bottom left */

body
{
	text-align: center;
	font: 100% Arial, Helvetica, sans-serif;
	background-color: #172B1C; /* #000000 */
}

#MainTable
{
	border-top: solid #6F7541 2px;
	border-left: solid #6F7541 2px;
	border-right: solid #6F7541 2px;
	border-bottom: solid #6F7541 2px;
}

#TopNavigation
{
	background-color:#000000;
	font-family:Arial;
	font-size:10px;
	color:#F4F7EB;
	border-bottom-color:#000000;
	border-bottom-width:2px;
	border-bottom-style:solid;
	border-top-color:#000000;
	border-top-width:2px;
	border-top-style:solid;
}

#LeftNavigation
{
	background-color:#2B4F32;
	font-family:Arial;
	font-size:10pt;
	color:#B1B165;
	border-right: solid #6F7541 2px;
}

#BodyText
{
	padding: 6px;
	background-color: #FFFFFF;
	text-align: left;
	font-style: normal;
    font-family: Arial, Helvetica, sans-serif;    
	font-weight: normal;
    font-size: 10pt;
    color: #172B1C;
}

#FooterBottom
{
	background-color:#B1B165;
	font-family:Arial;
	font-size:10px;
	color:#3C4626;
	/*height:14px;*/
}

#BodyTextHomePage
{
	background-color: #F4F7EB; /* #F4F7EB #E9E9D1 */
	text-align: left;
	font-style: normal;
    font-family: Arial, Helvetica, sans-serif;    
	font-weight: normal;
    font-size: 10pt;
    color: #46493A; /* #6F7541 */
}

#BodyTextSectionPages
{
	background-color:#B1B165; /* #FFFFFF */
	text-align: left;
	font-style: normal;
    font-family: Arial, Helvetica, sans-serif;    
	font-weight: normal;
    font-size: 12pt;
    color: #46493A; /* #6F7541 */
}

a
{
	font-style: normal;
    font-family: Arial, Helvetica, sans-serif;    
	font-weight: bold; /* bold */
    font-size: 10pt;
    color: #009900; /* #2B4F32 #0099FF #3C4626 #FF6600 #FF3300*/
    text-decoration: none;
}

a:Hover
{
	background: none transparent scroll repeat 0% 0%;
    color: #000000; /* #FFE94E #3C4626 #FF9900 */
    text-decoration: none;
}

a.NavBarLink
{
	font-style: normal;
    font-family: Arial, Helvetica, sans-serif;    
	font-weight: bold;
    font-size: 11px;
    color: #FFE94E; /* #000000 */
    text-decoration: none;
    margin-left:8px;
}

a.NavBarLink:Hover
{
	background: none transparent scroll repeat 0% 0%;
    color: #F4F7EB;
    text-decoration: none;
}

a.NavBarLinkSub
{
	font-style: normal;
    font-family: Arial, Helvetica, sans-serif;    
	font-weight: bold;
    font-size: 10px;
    color: #000000;
    text-decoration: none;
    margin-left:14px;
}

a.NavBarLinkSub:Hover
{
	background: none transparent scroll repeat 0% 0%;
    color: #F4F7EB;
    text-decoration: none;
}

p
{
	text-align:justify;
	
	font-style: normal;
    font-family: Arial, Helvetica, sans-serif;    
	font-weight: normal;
    font-size: 10pt;
    color: #172B1C;
}

ol
{
	margin-top:0px;
}

li
{
	color: #46493A;
}

h1
{
	font-weight: bold;
    font-size: 12pt;
	color: #2B4F32; /* #3C4626 */
	margin-top: 2px;
	margin-bottom: 8px;
	text-align:center; /* left? */
}

h2
{
	width:88%;
	
	color:#2B4F32;
	font-family:Arial;
	font-size:13pt;
	font-weight:bold;
	
	border-bottom-color:#2B4F32;
	border-bottom-width:2px;
	border-bottom-style:solid;
}

h3
{
	margin-top: 0px;
	margin-bottom: 0px;
	font-style: normal; 
	font-weight: bold;
    font-size: 10pt;
    color: #3C4626; /* #FD2200 */
    text-decoration: none;
}

h5
{
	text-align:center;
	margin:0px;
	font-style: italic; 
	font-weight: normal;
    font-size: 10pt;
    color: #3C4626;
}

th
{
	color:#3B526A;
	background-color:#CACAB5;
	font-family:Arial;
	font-size:10pt;
	font-weight:bold;
	
	border-bottom-color:#7895AF;
	border-bottom-width:1px;
	border-bottom-style:solid;
}

img.FloatRight
{
	float:right;
	padding-left:6px;
	/*padding-top:6px;*/
	padding-bottom:6px;
}

img.FloatLeft
{
	float:left;
	padding-right:12px;
	/*padding-top:6px;*/
	padding-bottom:12px;
}

.ImageFloatRight /* used for spans for filenames*/
{
	/*padding: 8px;*/
	padding-left:8px;
	padding-bottom:8px;
	padding-top:8px;
	float:right;
}

.HomeLink
{
	margin: 0 0 0 0px; /* top right bottom left */
	display:inline;
}

.AboutLink
{
	margin: 0 0 0 90px; /* top right bottom left */
	display:inline;
}

.ContactLink
{
	margin: 0 0 0 455px;
	display:inline;
}

a.TopLink
{
	font-family:Arial;
	font-weight:bold;
	font-size:10px;
	color:#F4F7EB;
}

a.TopLink:Hover
{
	color:#FFE94E;
}

a.footer
{
	font-family:Arial;
	font-weight:normal;
	font-size:10px;
	color:#F4F7EB;
}

a.footer:Hover
{
	color:#FFE94E;
}

#Footer
{
	background-color:#000000;
	font-family:Arial;
	font-size:10px;
	color:#3C4626;
	height:14px;
	
	border-top: solid #6F7541 2px;
	border-bottom: solid #6F7541 2px;
}
