/* CSS Document */

body{	 
	padding:0; 
	margin:0;
	background-color:#e6e6e6;
}

a{
	outline:none;
}

a:hover{
	outline:none;
}

img a{
	outline:none;
}

img a:hover{
	outline:none;
}

.leftbg{
	background-image:url(images/left.jpg);
	background-repeat:repeat-y;
	background-position:top;
}

.rightbg{
	background-image:url(images/right.jpg);
	background-repeat:repeat-y;
	background-position:top;
}

.menubg{
	background-image:url(images/menubg.jpg);
	background-repeat:repeat-x;
	height:42px;
}

.header{
	background-image:url(images/header1.jpg);
	background-repeat:no-repeat;
	height:248px;
	font:11px Tahoma;
	color:#FFFFFF;
	text-decoration:none;
	line-height:15px;
}

.title{
	font-family:"Trebuchet MS", Arial, Verdana;
	font-size:30px;
	color:#007f70;
	text-decoration:none;
	line-height:30px;
}

.bodytxt{
	font:11px Tahoma;
	color:#333333;
	text-decoration:none;
	line-height:18px;
	text-align:justify;
}
.txt_form {
	font:11px Tahoma;
	color:#333333;
	text-decoration:none;
	line-height:15px;
}


.title1{
	font-family:"Trebuchet MS", Arial, Verdana;
	font-size:26px;
	color:#000000;
	text-decoration:none;
	line-height:35px;
}

.design{
	background-image:url(images/design.jpg);
	background-repeat:repeat-y;
	background-position:top left;
	background-color:#FFFFFF;
}

.footer1{
	font:11px Tahoma;
	color:#FFFFFF;
	text-decoration:none;
}

.footer1 a:link{
	color:#FFFFFF;
	text-decoration:none;
}

.footer1 a:visited{
	color:#FFFFFF;
	text-decoration:none;
}

.footer1 a:hover{
	color:#f6fed2;
	text-decoration:none;
}

.footer2{
	font:11px Tahoma;
	color:#f6fed2;
	text-decoration:none;
}

.footer2 a:link{
	color:#f6fed2;
	text-decoration:none;
}

.footer2 a:visited{
	color:#f6fed2;
	text-decoration:none;
}

.footer2 a:hover{
	color:#ffffff;
	text-decoration:none;
}
.footer3 {
	font:11px Tahoma;
	color:#999999;
	text-decoration:none;
	line-height:15px;
	text-align:justify;
}


h3.toggler {
	cursor: pointer;
	font-weight:bold;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	padding-bottom:0px;
	padding-top:2px;
	margin-top:2px;
	margin-bottom:2px;
	padding-bottom:2px;
	color:#636363;
}

.leaf{
	list-style-image:url(images/leaf.jpg);
}

.leaf li{
	margin-bottom:3px;
	padding-bottom:3px;
}

.line{
	background-image:url(images/linebg.jpg);
	background-repeat:repeat-y;
	background-position:top;
}

.link{
	color:#333333;
	text-decoration:underline;
}

.link:hover{
	color:#000000;
	text-decoration:none;
}

