﻿body 
{
	background: url('../images/pageBg.gif');
	font-family: Segoe UI;
	font-size: 14px;
	line-height: 1.5;
	margin:  5px 0px 0px 20px;	
}

b 
{
	font-weight: 600;
}

a 
{	
	color: #3F5E00;	
	font-weight: 400;
}

.markedText 
{
	background-color: #FFFF99;
}

.codeBlock 
{
	font-size: 11px;
	color: Green;	
}

h1
{
	color: #3F5E00;
	font-size: 18px;	
	font-weight: normal;
	margin: 10px 0px 0px 10px;
}


h2
{
	color: Black;
	font-size: 15px;
	font-weight: bold;
	margin: 5px 0px 0px 0px;
}

h2 a
{
	font-size: 15px;
	font-weight: bold;
	color: Black;
	text-decoration: none;
}


h3 
{
	color: Black;
	font-size: 14px;
	font-weight: bold;
	margin: 5px 0px 3px 0px;
}

#languageSelector {
	margin: -20px 0px 0px;
	float:right;
	border-width: thin;
	background-color: #FEF5BC;
	border-style: dotted;
	border-color: #3F5E00;
}

#languageSelector a {
	font-size: 11px;
	padding: 6px
}



#topBanner 
{
	width: 931px;
	height: 96px;
	background-image:  url('../images/topBanner.png');
	background-repeat: no-repeat;
	position: relative;
	float: left;
	margin: 0px;
	top: 0px;
	left: 0px;
	display: inline;
}

#topMenu 
{
	margin: 76px 0px 0px 110px;
}

#topMenuList 
{
	margin: 0px;
	padding: 0px;
}

#topMenuList li 
{
	list-style: none;	
	margin: 0px 20px 0px 0px;
	display: inline;
}

#topMenuList li a 
{	
	color: #3F5E00;
	font-size: 14px;
	font-weight: 400;
	text-decoration: none;
}

#content 
{
	position:relative;	
	float:left;
	width: 931px;
	margin: 10px 0px 0px 0px;
	background: url('../images/contextBg.gif');	
	border: solid 1px #909090;
}





#pageText
{
	margin: 10px 10px 20px 10px;			
}

#companyFooter
{
	position: relative;	
	float: left;	
	width: 931px;
	margin: 0px 0px 0px 0px;		
	font-size: 11px;
	color: #000000;	
}


#footer
{
	position: relative;	
	float: left;	
	width: 931px;
	margin: 0px;			
	background: #d2e6ba;
	border-bottom: solid 1px #3F5E00;
	border-left: solid 1px #3F5E00;
	border-right: solid 1px #3F5E00;
	font-size: 11px;
	color: #3F5E00;	
}

#footer div
{	
	float: left;		
	margin: 20px 0px 0px 10px;	
}

#footer ul
{		
	margin: 4px 0px 20px 0px;
	padding: 0px;
}

#footer li
{	
	list-style: none;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	font-weight:normal;
	
}

#footer a
{	
	color: #3F5E00;	
	text-decoration: none;
}

#footer a:hover
{		
	color: #3F5E00;	
	text-decoration: underline;
	
}


#downloadList div 
{
	margin: 0px 0px 0px 40px;		
}

#downloadList li
{
	background-image: url('../images/downloadIcon.png'); 	
	background-position: left top;
	background-repeat: no-repeat;
	list-style: none;
	margin: 10px 20px 0px 0px;		
}

.downloadLink 
{
	background-image: url('../images/downloadIcon.png'); 	
	background-position: left top;
	background-repeat: no-repeat;
	list-style: none;
	margin: 10px 20px 0px 0px;		
	height: 32px;		
}

.downloadLink a
{
		margin: 0px 0px 0px 40px;
		font-size: 14px;
} 

.homeBox 
{
	float: left;
	margin: 10px 20px 0px 0px;	
	
}


.bigText 
{
	font-size: 20px;
	font-weight: bold;
}

#optionsList li
{	
	list-style: none;
	margin: 10px 0px 0px 0px;
}

#optionsList li a
{	
	font-size: 18px;
}



#features ul
{		
	margin: 4px 0px 20px 0px;
	
}

#features li
{	
	list-style: none;
	margin: 0px 0px 0px 0px;
	font-weight:normal;
	
}


img.screenshot
{
	cursor: hand; float: right; margin: 0px 0px 8px 0px;
	border: solid 1px #909090;
}

.homeBanner
{
	background: #588514;
	padding: 2px;
	color: #d2e6ba;	
	font-weight: 400;
	width: 200px;
	font-size: 14px;
	border: solid 1px #3F5E00;
}
