﻿body{
	margin:0px;
	padding:0px;
	background-color:#ffffff;
	font-family:Arial;
	font-size:13px;
	color:#484848;
	
	scrollbar-face-color: #bfcece;
	scrollbar-shadow-color: #FFFFFF;
	scrollbar-highlight-color:#8faaa;
	scrollbar-3dlight-color: #8faaaa;
	scrollbar-darkshadow-color: black;
	scrollbar-track-color:#e8eded;
	scrollbar-arrow-color: #5c8727 ;
	}
	
p{
	font-family:arial;
	font-size:13px;
	line-height:1.5em;
	letter-spacing:0.025em;
	text-align:justify;
	padding:0 20px 0 20px;
}
p.left{
	font-family:arial;
	font-size:13px;
	line-height:1.5em;
	letter-spacing:0.025em;
	text-align:left;
	padding:0 20px 0 10px;
}
p.right{
	font-family:arial;
	font-size:13px;
	line-height:1.5em;
	letter-spacing:0.025em;
	text-align:right;
	padding:0 20px 0 20px;
}
p.center{
	font-family:arial;
	font-size:13px;
	line-height:1.5em;
	letter-spacing:0.025em;
	text-align:center;
	padding:0 20px 0 20px;
}
.navItems{
	display:block;
	color:#69713e;
	font-size:16px;
	padding:6px 0 0 10px;
	margin:0;
	text-decoration:none;
	height:28px;
	}
.navItems:hover{
	margin:0;
	font-weight:bold;
	}
.navItems:active{
	margin:0;
	font-weight:bold;
	}

h5{
	margin:0px;
	padding:0 0 5 0;
	font-size:12px;
	border-bottom:1px solid #407400;
}

form{padding:0; margin:0;}

ul{ 
	font-family:arial;
	list-style-type:disc; 
	font-size:13px;
	line-height:1.5em; 
	text-align:left;
}

ul.black{ 
	font-family:arial;
	list-style-type:disc; 
	font-size:12px;
	line-height:1.5em; 
	color:#000000;
}

li{ font-family:arial; list-style-type:disc; padding:0 0 0 10px; font-size:13px;line-height:1.5em; margin:0 0 0 0;}
a{text-decoration:none}

 .navbarBg{
	background-image:url("../images/leftBarBg.gif");
	background-repeat:repeat-x;
	background-position:left bottom;
	background-color:#ffffff;
	}
.headerBg{
	background-image:url('../images/headerBg.jpg');
	background-repeat:repeat-y;
	background-position:left top;
}
.headingBg{
	background-image:url('../images/curve1Mbg.gif');
	background-repeat:repeat-x;
	background-position:left top;
}
.bdrOrangeB{border-bottom:1px solid #ff9c00; padding:0 0 5px 0;}
.bdrBgreen{border-bottom:1px solid #8faaaa;}
.bdrRgreen{border-right:1px solid #8faaaa;}
.Text2{
	color:#000000;
	font-size:16px;
	font-weight:bold;
	}
.highlightText1{
	font-family:Arial;
	font-size:12px;
	color:#5c8827;
	font-weight:bold;
	}
.btnGreen{
	border-left:1px solid #cccccc; 
	border-top:1px solid #cccccc; 
	border-bottom:1px solid black; 
	border-right:1px solid black; 
	background-image:url("../images/btnBg.jpg"); 
	background-repeat:repeat-x; 
	display:block; height:22px; 
	padding:0 2px; 
	background-color:white;
	background-position:top;
	width:auto; 
	cursor:hand; 
	font-size:13px;}
.copyrights{
	font-family:arial;
	font-size:10px;
	color:black;
	padding:2px 0 3px 0;
	}
	
.copyrights:hover{
	color:white;
	text-decoration:underline;
	}

