﻿body 
{
	font-family: Verdana, Tahoma, Arial, Sans-Serif;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
	background-color: #ffffff;
	padding-top: 0;
	margin: 0;
	background-image: url(../Gifs/bg_page.gif);
	background-repeat: repeat;
}
#topline {
	width: 100%;
	height: 20px;
	background: #008265;
	color: #ffffff;
	font-size: 12px;
	text-align: center;
}

#wrapper {
	max-width:900px;
	min-width:750px;
	margin: 0px auto;
	background-color:White;
	border: solid 1px #009933;
	-moz-box-shadow: 3px 3px 4px #000;
	-webkit-box-shadow: 3px 3px 4px #000;
	box-shadow: 3px 3px 4px #000;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');

}
#header 
{
	background-color: #009933;
	color: #ffffff;
	font-weight:bold;
	padding: 10px 5px 10px 5px; 
}
#header2
{
	background-color: white;
	color: #009933;
	text-align: right;
	padding: 2px 10px 2px 0;
}
.bigheader 
{
	font-size:18pt;
	font-weight:bold;
}
#container 
{
	margin: 0;
	padding: 0 13px 0px 15px;	
}
#container_left 
{
	width: 150px;
	float:left;
}
#container_right
{
	width: 225px;
	float: right;
}
.container_right_text 
{
	margin-left:95px;
}
#container_center
{
	margin: 0 230px 0 155px;
}
#footer
{
	clear:both;
	height: 45px;
}
.green_box
{
	border: solid 1px #009933;
}
.green_box_title 
{
	background-color: #009933;
	color: White;
	text-align: center;
	font-weight:bold;
	font-size:11pt;
	padding: 5px 0 5px 0;
}
.dark_green_box
{
	border: solid 1px #008265;
}
.dark_green_box_title 
{
	background-color: #008265;
	color: White;
	text-align: center;
	font-weight:bold;
	font-size:11pt;
	padding: 5px 0 5px 0;
}
.blank_box 
{
	border: solid 1px white;
}
.center_in_box 
{
	padding: 5px 10px 5px 10px;
}
.identipest_title 
{
	color: #009933;
	font-size:13pt;
	font-weight: bold;
}
.footer 
{
	font-size: 7pt;
	text-align: center;
}
#plane_ul
{
	margin: 10px;
	padding: 10px;
	list-style-type:circle;
}
#plane_ul.li
{
	list-style-position: inside;
}
a
{	color:#188C7F; font-weight:bold;
}
a:active
{	text-decoration:none;
}
a:hover
{ text-decoration:none;
}
a:link
{ text-decoration:none;
}
a:visited
{ text-decoration:none;
}
