/* Default CSS Stylesheet for a new Web Application project */

BODY
{
    BACKGROUND-COLOR: #BCD1B2;
    FONT-FAMILY: Verdana, Helvetica, sans-serif;
    FONT-SIZE: .8em;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal;
    margin: 0px;
    background-image: url(images/background6.jpg);
    background-repeat:repeat-x
}
DIV.topbar
{
	background-image: url(images/topbar2.jpg);
	background-repeat:no-repeat;
	width: 800px;
	height:160px;
	margin: 0px;
	padding: 0px
}
DIV.maintop
{
	background-image: url(images/top.jpg);
	background-repeat:no-repeat;
	width: 800px;
	height:56px;
	margin: 0px;
	padding: 0px;
	text-align:center;
	vertical-align:baseline;
	border-collapse: collapse;
	BACKGROUND-COLOR: #699752;
}
DIV.mainbase
{
	background-image: url(images/base.jpg);
	background-repeat:no-repeat;
	width: 800px;
	height:80px;
	margin: 0px;
	padding: 0px
}
DIV.mainmid
{
	background-image: url(images/mid.jpg);
	width: 800px;
	margin: 0px;
	padding: 0px;
}
DIV.main
{
	background-image: url(images/background.jpg);
	background-repeat:no-repeat;
	width: 800px;
	height:400px
}
DIV.menubar
{
	background-image: url(images/menu.jpg);
	width: 800px;
	vertical-align:top;
	text-align:center;
	BACKGROUND-COLOR: #699752;
	padding: 0px;
	margin: 0px;
	border-collapse: collapse;
}
DIV.copyright
{
	height: 40px; 
	border-collapse: collapse;
	font-size: 8pt; 
	vertical-align: middle;
	text-align: center;
    WIDTH: 780px;
	color: #000000;
	padding-top: 10px;
}
DIV.awd
{
	height: 20px; 
	border-collapse: collapse;
	FONT-SIZE: 7pt; 
	vertical-align: middle;
	text-align: center;
    WIDTH: 780px;
	color: #000000;	
	padding-top: 0px;	
}
H1, H2, H3, H4, H5, TH, THEAD, TFOOT
{
    COLOR: #933c06;
}
H1	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.50em;
	font-weight:	800;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: -2px;
	margin-top: -3px;
	}	
H2	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.50em;
	font-weight:normal;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-style:italic
	}	
H2.tech	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.50em;
	font-weight:normal;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-style:italic;
	margin-bottom: 4px
	}	
H2.content	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.50em;
	font-weight:normal;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	margin-left: 25px
	}			
H3	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.25em;
	font-weight:	500;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H4	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.33em;
	font-weight:	500;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H5, DT	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H6	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	.8em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
TFOOT, THEAD	{	
	font-size:	1em;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Arial, Helvetica, sans-serif;
	}	
		
TH	{	
	vertical-align:	baseline;
	font-size:	1em;
	font-weight:	bold;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Arial, Helvetica, sans-serif;
	}	


A:link	{	
	text-decoration:	none;
	color:	#699752;
	}	
		
A:visited	{	
	text-decoration:	none;
	color:	#699752;
	}	
		
A:active	{	
	text-decoration:	none;
	color:	#699752;
	}	
		
A:hover	{	
	text-decoration:	underline;
	color:	#933c06;
	}
	
SMALL	{	
	font-size:	.7em;
	}	

BIG	{	
	font-size:	1.17em;
	}	

BLOCKQUOTE, PRE	{	
	font-family:	Courier New, monospace;
	}	
	

UL LI	{	
	list-style-type:	square ;
	}	

UL LI LI	{	
	list-style-type:	disc;
	}	

UL LI LI LI	{	
	list-style-type:	circle;
	}	
	
OL LI	{	
	list-style-type:	decimal;
	}	

OL OL LI	{	
	list-style-type:	lower-alpha;
	}	

OL OL OL LI	{	
	list-style-type:	lower-roman;
	}	

IMG 	{
	margin-top: 5px;
	margin-left: 10px;
	margin-right: 10px;
	}

IMG.menu 	{
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
	margin-right: 5px;
	padding: 0px;
	}
TABLE.top
{
	width: 770px;
	height: 50
}
TD.top
{	
	height:50px;
	margin: 0px;
	padding: 0px;
	text-align:center;
	vertical-align:middle;
}
TABLE.main
{
	width: 770px;
	height: auto
}
TABLE.tech
{
	width: 640px;
	height: auto
}
TD.contentcenter
{
	width: 770px;
	text-align: center;
	vertical-align: top;
	height:auto;
	font-size: 10pt;
}
TD.homeleft
{
	width: 29%;
	text-align: center;
	vertical-align: top;
	height:auto;
	font-size: 10pt;
}
TD.homemid
{
	width: 42%;
	text-align: center;
	vertical-align: top;
	height:auto;
	font-size: 10pt;
	color: #699752
}
TD.homeright
{
	width: 29%;
	text-align: center;
	vertical-align: top;
	height:auto;
	font-size: 10pt;
}
TD.techcenter
{
	width: 640px;
	text-align: center;
	vertical-align: top;
	height:auto;
	font-size: 10pt;
}
TD.techcenterpic
{
	width: 33%;
	text-align: center;
	vertical-align: top;
	height:auto;
	font-size: 10pt;
}
TD.techcenterrussian
{
	width: 640px;
	text-align: center;
	vertical-align: top;
	height:auto;
	font-size: 10pt;
	color: #7a1213
}
TD.techcentertonic
{
	width: 640px;
	text-align: center;
	vertical-align: top;
	height:auto;
	font-size: 10pt;
	color: #699752
}
TD.researchcenter
{
	width: 770px;
	text-align: left;
	vertical-align: top;
	height:auto;
	font-size: 10pt;
}
TD.researchright
{
	width: 50%;
	text-align: center;
	vertical-align:bottom;
	height:auto;
	font-size: 10pt;
}
TD.researchleft
{
	width: 50%;
	text-align: center;
	vertical-align:bottom;
	height:auto;
	font-size: 10pt;
}
TD.contentleft
{
	width: 35%;
	text-align: left;
	vertical-align: top;
	height:auto;
	font-size: 10pt;
}
TD.contentright
{
	width: 65%;
	text-align: left;
	vertical-align: top;
	height:auto;
	font-size: 10pt;
}
TD.contactleft2
{
	width: 20%;
	text-align: center;
	vertical-align: bottom;
	height:90px;
	font-size: 10pt;
}
TD.contactright2
{
	width: 20%;
	text-align: left;
	vertical-align: bottom;
	height:auto;
	font-size: 10pt;
}
TD.contactmid2
{
	width: 60%;
	text-align: center;
	vertical-align: top;
	height:auto;
	font-size: 14pt;
	font-weight: bold
}

TD.contactleft
{
	width: 33%;
	text-align: left;
	vertical-align: top;
	height:90px;
	font-size: 10pt;
}
TD.contactmid
{
	width: 30%;
	text-align: left;
	vertical-align: top;
	height:auto;
	font-size: 10pt;
}
TD.contentright
{
	width: 37%;
	text-align: left;
	vertical-align: top;
	height:auto;
	font-size: 10pt;
}

TD.benefitsleft
{
	width: 55%;
	text-align: left;
	vertical-align: top;
	height:auto;
	font-size: 9pt;
	padding-left: 15px
}
TD.benefitsright
{
	width: 45%;
	text-align: left;
	vertical-align: top;
	height:auto;
	font-size: 9pt;
	padding-left: 15px
}
TD.productleft
{
	width: 33%;
	text-align: center;
	vertical-align: top;
	height:auto;
	font-size: 10pt;
}
TD.productmid
{
	width: 33%;
	text-align: center;
	vertical-align: top;
	height:auto;
	font-size: 10pt;
}
TD.productright
{
	width: 33%;
	text-align: center;
	vertical-align: top;
	height:auto;
	font-size: 10pt;
}
TD.product
{
	width: 770px;
	text-align: left;
	vertical-align: top;
	height:auto;
	font-size: 10pt;
}
TD.product2
{
	width: 670px;
	text-align: left;
	vertical-align: top;
	height:auto;
	font-size: 10pt;
	padding-left: 100px;
}