/* CSS Document */

a:hover {text-decoration:underline}

.webtext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height:1.5;
}

.footertext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #00CC00;
}

.subjectheader {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color:green;
	line-height:1.5
}

.bottomspace {
	padding-bottom:10px;
	padding-top:10px;
	border-bottom:1px solid #EEEEEE;
}

#topbottom{
	height:100%;
}

body {
	margin:0px;
	background-image:url(images/BG_1a.png);
	background-position:top;
	background-repeat:repeat-x;
	background-color:#E6EBE0;
}

.BG_nav{
	background-image:url(images/navigation_bg1.jpg);
	background-color:#333300;
	background-position:bottom;
	background-repeat:repeat-x;
}

.BG_bottom{
	background-image:url(images/BG_bottom.png);
	background-color:#333300;
	background-position:top;
	background-repeat:repeat-x;
}

.BG_1{
	background-image:url(images/BG_new.png);
	background-position:top;
	background-repeat:repeat-x;
}

.BG_2{
	background-image:url(images/BG_new_b.png);
	background-position:top;
	background-repeat:repeat-x;
}

.shadow_left{
	background-image:url(images/BG_new_shad_l.png);
	background-position:top right;
	background-repeat:repeat-y;
}

.shadow_right{
	background-image:url(images/BG_new_shad_r.png);
	background-position:top left;
	background-repeat: repeat-y;
}

.BG_content{
	background-position:bottom left;
	background-repeat:repeat-x;
	background-color:#FFFFFF;

}