/* CSS Document */

body{
	margin:0px;
	padding:0px;
	background-color:#ffffff;
	background-image:url(images/bg.jpg);
	background-position:top;
	background-repeat:repeat-x;
}

.bodytop{
	background-image:url(images/bodytop.jpg);
	background-position:top right;
	background-repeat:no-repeat;
	background-color:#FFFFFF;
	height:73px;
}

.menubg{
	background-image:url(images/menubg.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	height:265px;
	font-family:"Trebuchet MS", Arial, Verdana;
	color:#FFFFFF;
	text-decoration:none;
	font-size:11px;
	font-weight:bold;
	text-transform:uppercase;
}

.menubg a:link{
	color:#FFFFFF;
	text-decoration:none;
}

.menubg a:visited{
	color:#FFFFFF;
	text-decoration:none;
}

.menubg a:hover{
	color:#64dc03;
	text-decoration:none;
}

.highlight{
	color:#4dac01;
}

div.menuNormal {
	display: none;
	position:absolute;
	background-image:url(images/dropbg.jpg);
	background-position:top;
	background-repeat:repeat-y;
}

div.menuHover {
	display:block;
	position:absolute;
	background-image:url(images/dropbg.jpg);
	background-position:top;
	background-repeat:repeat-y;
}

.pageheader{
	font-family:"Trebuchet MS", Arial, Verdana;
	font-size:22px;
	font-weight:bold;
	color:#4dac01;
	text-decoration:none;
}

.bodytxt{
	font-family:"Trebuchet MS", Arial, Verdana;
	font-size:12px;
	text-decoration:none;
	line-height:18px;
	color:#000000;
	text-align:justify;
}

.bodytxt a:link{
	text-decoration:underline;
	color:#4dac01;
}

.bodytxt a:visited{
	text-decoration:underline;
	color:#4dac01;
}

.bodytxt a:hover{
	text-decoration:none;
	color:#000000;
}

.footer{
	background-image:url(images/footer.jpg);
	background-repeat:repeat-x;
	background-position:top;
	height:71px;
	font-family:"Trebuchet MS", Arial, Verdana;
	font-size:11px;
	color:#FFFFFF;
	text-decoration:none;
}

.footer a:link{
	text-decoration:none;x;
	color:#FFFFFF;
}

.footer a:visited{
	text-decoration:none;
	color:#FFFFFF;
}

.footer a:hover{
	text-decoration:underline;
	color:#FFFFFF;
}

.formtxt{
	font-family:"Trebuchet MS", Arial, Verdana;
	font-size:12px;
	text-decoration:none;
	color:#000000;
}

.arrow{
	list-style-image:url(images/arrow_green.gif);
	font-family:"Trebuchet MS", Arial, Verdana;
	font-size:14px;
	text-decoration:none;
	color:#000000;
	font-weight:bold;
	text-align:left;
	padding-left:10px;
	margin-left:10px;
}

.arrow li{
	padding-bottom:5px;
	margin-bottom:5px;
}

.arrow a:link{
	color:#000000;
	text-decoration:none;
}

.arrow a:visited{
	color:#000000;
	text-decoration:none;
}

.arrow a:hover{
	color:#4dac01;
	text-decoration:underline;
}

.move{
	font-family:"Trebuchet MS", Arial, Verdana;
	font-size:16px;
	font-weight:bold;
	color:#4dac01;
	text-decoration:none;
	text-transform:none;
}

.move:hover{
	color:#000000;
	text-decoration:none;
}