html, body {
padding: 0;
margin: 0;
border: none;
}

HTML 
{
	background-color: #5c8f0c;
	
}

BODY 
{

	background-image: url(img/bg_sky.jpg);
	background-repeat: repeat-x;
	
}

body, td
{
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 10pt;
	color: #332b1f;
}

td
{
	vertical-align: top;
}

a:link, a:visited
{
	color: #c33016;
	text-decoration: none;
}

a:hover
{
	color: #c33016;
	text-decoration: underline;
}

H1, H2, H3, H4
{
	padding: 0px;
	margin: 0px;
	color: #08542b;
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
	font-weight: normal;
}

H1
{
	font-size: 18pt;
	margin-bottom: 30px;
	margin-top: 10px;
	position: relative;
	left: -20px;
}


H2
{
	font-size: 14pt;
	color: #708090;
}

H3
{
	font-size: 12pt;
}

H4
{
	
}

#wrapper
{
	background-image: url(img/header.jpg);
	background-repeat: no-repeat;
	padding-top: 22px;
}

#header
{
	height: 231px;
	padding-left: 312px;
}

#content
{
	overflow: auto;
}

* html #content
{
	width: 100%;
}

#leftcol
{
	width: 205px;
	float: left;
	padding-top: 67px;
}

#leftmenu
{
	background-color: #6ca016;
	background-image: url(img/bg_submenu_top.gif);
	background-repeat: no-repeat;
	background-position: top right;
}

#leftmenu div
{
	background-image: url(img/bg_submenu_bottom.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
	padding-top: 35px;
	padding-bottom: 35px;
	overflow: auto;
}

* html #leftmenu div
{
	width: 100%;
}

#leftmenu ul
{
	padding: 0px;
	margin: 0px;
	border-left: 6px solid #375901;
}

#leftmenu ul li
{
	list-style-image: none;
	list-style-type: none;
	padding-left: 25px;
	padding-top: 10px;
	padding-bottom: 10px;
}

#leftmenu .smenua
{
	background-color: #588a05;
	background-image: url(img/bg_li_smenu.gif);
	background-repeat: repeat-y;
}

#maintextarea
{
	margin-left: 258px;
}

#mainmenu
{
	margin-bottom: 30px;
	overflow: auto;
}

* html #mainmenu
{
	width: 100%;
}

#mainmenu ul
{
	padding: 0px;
	margin: 0px;
}

#mainmenu ul li
{
	list-style-image: none;
	list-style-type: none;
	float: left;
	background-image: url(img/menu_icon.gif);
	padding-left: 45px;
	padding-right: 25px;
	background-repeat: no-repeat;
	background-position: 0px 5px;
}

#mainmenu ul .menua
{
	background-image: url(img/menu_icon_a.gif);
}

#innertext
{
	background-color: White;
	padding-top: 30px;
	padding-left: 60px;
	padding-bottom: 63px;
	border-bottom: 5px solid #c7ff50;
	padding-right: 10%;
}





.pict, .picts img
{
	border: 3px solid #e9e7e9;
}

.picts img
{
	margin-bottom: 10px;
	margin-right: 10px;
}

.pleft, .pright
{
	margin-bottom: 20px;
	margin-top: 20px;
}

.pleft
{
	margin-right: 20px;
}

.pright
{
	margin-left: 20px;
}


#footer
{
	padding-top: 50px;
	padding-bottom: 50px;
	overflow: auto;
	padding-left: 60px;
	padding-right: 10%;
	color: #c7ff50;
}

* html #footer
{
	width: 100%;
}

#footer a:link, #footer a:visited, #footer a:hover
{
	color: #ffffff;
}

#copyrigt
{
	float: left;
}

#design
{
	float: right;
}





form
{
	padding: 0;
	margin: 0;
	border: none;
}

input.fld, textarea
{
	background-color: #DCDCDC;
	font-size: 9pt;
	color: #000000;
	border: 1px solid #708090;
	font-family: "Trebuchet MS", Arial, Verdana, Geneva, Helvetica, sans-serif;
}

textarea
{
	overflow: auto;
	margin-bottom: 15px;
}

input.btn
{

	background-color: #657683;
	border-top: 2px solid #98a5af;
	border-left: 2px solid #98a5af;
	border-bottom: 2px solid #2e3e4b;
	border-right: 2px solid #2e3e4b;
	font-weight: bold;
	color: #fff;
	font-size: 9pt;
	text-align: center;
	background-repeat: repeat-x;
}


