body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	background-image:url(images/back.jpg);
	background-repeat:repeat-x;
	background-position:top;
	}
.boldtext {
	font-weight:bolder;
}
.light_left{
	background-image:url(images/light_left.jpg);
	background-repeat:no-repeat;
	}
.light_mid{
	background-image:url(images/light_mid.jpg);
	background-repeat:repeat-x;
	}
.light_right{
	background-image:url(images/light_right.jpg);
	background-repeat:no-repeat;
	}
.light_green_left{
	background-image:url(images/light_green_left.jpg);
	background-repeat:no-repeat;
	}
.light_green_mid{
	background-image:url(images/light_green_mid.jpg);
	background-repeat:repeat-x;
	}
.light_green_right{
	background-image:url(images/light_green_right.jpg);
	background-repeat:no-repeat;
	}
.blue_top{
	background-image:url(images/blue_top.jpg);
	background-repeat:no-repeat;
	}
.blue_mid{
	background-image:url(images/blue_mid.jpg);
	background-repeat:repeat-y;
	}
.blue_bottom{
	background-image:url(images/blue_bottom.jpg);
	background-repeat:no-repeat;
	}
.green_top{
	background-image:url(images/green_top.jpg);
	background-repeat:no-repeat;
	}
.green_mid{
	background-image:url(images/green_mid.jpg);
	background-repeat:repeat-y;
	}
.green_bottom{
	background-image:url(images/green_bottom.jpg);
	background-repeat:no-repeat;
	}
.footer_strip {
	background-image:url(images/footerr_strip.jpg);
	background-repeat:repeat-x;
	}
.black_heading {
	font-size:14px;
	font-weight:bold;
	}
.green_heading {
	font-size:12px;
	font-weight:bold;
	color:#336600;
	}
.red_link a {
	font-size:11px;
	font-weight:bold;
	color:#990000;
	text-decoration:none;
	}
.red_link a:hover {
		text-decoration:underline;
	}
.doted_line{
	background-image:url(images/doted_line.jpg);
	background-repeat:repeat-y;
	}
.black_link a {
	font-size:10px;
	color:#000000;
	text-decoration:none;
	}
.black_link a:hover {
		text-decoration:underline;
	}
.red_text {
	color:#cc3333;
	}
.white_top{
	background-image:url(images/white_top.jpg);
	background-repeat:no-repeat;
	}
.white_mid{
	background-image:url(images/white_mid.jpg);
	background-repeat:repeat-y;
	}
.white_bottom{
	background-image:url(images/white_bottom.jpg);
	background-repeat:no-repeat;
	}
.gray_strip {
	background-image:url(images/gray_strip.jpg);
	background-repeat:repeat-x;
	}
.gray_border {
	border:1px solid #cccccc;
	}
.heading_space{
	font-weight:bold;
	color:#000000;
	font-size:12px;
	padding-left:10px;
	}
.green_link_text a {
	font-size:11px;
	font-weight:bold;
	color:#336600;
	text-decoration:none;
	}
.green_link_text a:hover {
	text-decoration:none;
	}
.red_bold_text {
	font-weight:bold;
	color:#D70000;
	}
.green_small_text {
	font-size:10px;
	color:#336600;
	text-decoration:underline;
	}
.sendbutton {
	width:80px;
	height:23px;
	cursor:pointer;
	background:url(images/send_button.jpg) no-repeat left top;
	padding-bottom:1px;
	padding-top:5px;
	border:0;
}
.clearbutton {
	width:80px;
	height:23px;
	cursor:pointer;
	background:url(images/clear_button.jpg) no-repeat left top;
	padding-bottom:1px;
	padding-top:5px;
	border:0;
}
.navi_back{
	background-image:url(images/navi_strip.jpg);
	background-repeat:repeat-x;
	}
#menuwrapper {
	border-top: 1px solid #000;
	border-bottom: 1px solid #333;
	color:#ffffff;

}
.clearit {
	clear: both;
	height: 0;
	line-height: 0.0;
	font-size: 0;
}
#p7menubar, #p7menubar ul {
	padding: 0;
	margin: 0;
	list-style: none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	
}

#p7menubar a {
	display: block;
	text-decoration: none;
	padding: 5px 10px 5px 10px;
	border-right: 1px solid #333;
	font-size:12px;
	font-weight:bold;
	color: #ffffff;
}
#p7menubar a.trigger {
	padding: 5px 16px 5px 10px;
	background-image: url(images/down_arrow.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
#p7menubar li {
	float: left;
	width: 9em;
}

#p7menubar li ul, #p7menubar ul li  {
	width: 12em;
}
#p7menubar ul li a  {
	color: #ffffff;
	border-right: 0;
	padding: 3px 12px 3px 16px;
}
#p7menubar li ul {
	position: absolute;
	display: none;
	background-color:00000;
	border-right: 1px solid #333333;
	border-bottom: 1px solid #333333;
	background-image: url(images/navi_hover.jpg);
	background-repeat: repeat-x;
}

#p7menubar li:hover a, #p7menubar a:focus,
#p7menubar a:active, #p7menubar li.p7hvr a {
	color: #ffffff;
	background-color:#000000;
}
#p7menubar li:hover ul, #p7menubar li.p7hvr ul {
	display: block;
}
#p7menubar li:hover ul a, #p7menubar li.p7hvr ul a {
	color: #ffffff;
	background-color:#cc3333;
}
#p7menubar ul a:hover {
	background-color: #000000!important;
	color: #FFFFFF!important;
}
#p7menubar li {width: auto;}
