/******HTML Tags******/
body,p,h1,h2,h3,h4,h5,h6,td,th,form,img,input,ul,ol,li {
	margin:0px;
	padding:0px;
}

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #5e5e5e;
}
body {
	background:#464646 url(images/bg.jpg) repeat-x top;
	margin:0px;
	direction:ltr;
}
a {
	text-decoration: none;
	color: #5e5e5e;
}
a:hover {
	text-decoration: none;
	color: #719f19;
}
h1,h2,h3,h4{
	font-family: Neo Tech Alt Medium, Arial, Helvetica;
	color: #666666;
}
h1 {
	font-size: 20px;
	margin-bottom:10px;
}
h2 {
	font-size: 18px;
	margin-bottom:9px;
}
h3 {
	font-size: 16px;
	margin-bottom:8px;
}
h4 {
	font-size: 14px;
	margin-bottom:7px;
}
h5 {
	font-size: 12px;
	font-weight:bold;
	margin-bottom:6px;
	color: #719f19;
}
h6 {
	font-size: 11px;
	font-weight:normal;
	margin-bottom:5px;
}
p {
	margin-bottom:5px;
}
img {
	border: 0px;
}

table {
	clear: both;
}

td{
	vertical-align:top;
}

ul li {
	list-style-type: none;
	margin-top:8px;
}

ol li {
	list-style-position: inside;
	list-style-type: decimal;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/
.allContent{
	/*width:734px;*/
	width:800px;
	text-align:left;
	overflow:hidden;
}
.header {
	height:72px;
	text-align:left;
}
.headerLogo{
	padding:10px 15px 8px 10px;
}
.headerLinks {
	float:right;
	text-align:right;
	width:500px;
	margin-top:3px;
	padding-bottom:5px;
	vertical-align:bottom;
}
.headerMainLinks {
	margin:0px;
/*	padding:0px 5px 0px 2px;*/
	padding-right:5px;
	padding-left:2px;
	border-right:1px solid #5e5e5e;
	vertical-align:bottom;
}
.headerLang{
	text-align:right;
	/*padding: 5px 2px 5px 5px;*/
	padding-right:2px;
	margin-top:5px;
	padding-bottom:2px;
	vertical-align:bottom;
}
.headerNav {
	padding-left:10px;
	margin-righ:0px;
	padding-bottom:5px;
}
.headerMenu{
	text-align:left;
	background: #fcfafa;
	padding:4px;
	width: 773px;
}
.headerNavLinks{
	padding:0px 15px 0px 2px;
	margin-right:10px;
	float:left;
}
.footer{
	clear:both;
	height:16px;
	margin-right:0px;
	margin-left:10px;
	padding-top: 10px;
}
.copyright{
	font-family: Arial, sans-serif;
	font-size:10px;
	color:#ffffff;
	text-align:left;
	float:left;
}
.footerMain{
	float:right;
	margin-right:0px;
	padding-right:0px;
}
.footerLinks {
	font-family: Arial, Helvetica, sans-serif;	
	font-size: 10px;
	color:#ffffff;
	border-right:1px solid #ffffff;
	margin:0px;
	padding:0px 3px 0px 3px;
}
.footerLinks:hover {
	text-decoration: none;
	color:#5e5e5e;
}
.mainHome {
	padding-left:10px;
}
.mainContent {
	float:left;
	width:506px;
	padding:0px; 
	margin-right:0px;
}
.mainNav{
	float:right;
	margin-bottom:3px;
	margin-left:0px;
}
.mainHomeNav{
	background:#fcfafb;
	width:254px;
	padding:8px 7px 4px 10px;
}
.ticker{
	margin:0px;
	padding: 3px 0px 3px 0px;
	float:left;
}
.newsTicker{
	height:20px;
	margin:0px;
	padding:3px;
	color:#5e5e5e;
	background:#FCFAFB;
	font-size: 10px;
	width:491px;
}
.newsTicker a{
	text-decoration: none;
	color:#5e5e5e;
}
.newsTicker .title{
	margin-left: 5px;
	padding:2px;
	float:left;
	color: #719f19;
	width:70px;
}
.newsTickerLink{
	text-align:left;
	width:390px;
	margin-top:2px;
	height:12px;
	overflow: hidden;
}
.menu a:hover {
	color:#719f19;
	text-decoration:none;
}
.noBorder{
	border:0px;
}

/***********************************************/
/* Main Content Pages                          */
/***********************************************/
.blackFrame{
	border-right:1px solid #3f3f3f;
	border-bottom:1px solid #3f3f3f;
}
.greyFrame{
	border:1px solid #cacacc;
}
.whiteFrame{
	border:3px solid white;
}


.topRight{
	background:url(images/ne.gif)  no-repeat;
}
.topLeft{
	background:url(images/nw.gif) no-repeat;
}
.bottomRight{
	background:url(images/se.gif) no-repeat;
}
.bottomLeft{
	background:url(images/sw.gif) no-repeat;
}
.topFrame{
	background:url(images/n.gif) repeat-x;
	height:4px;
}
.bottomFrame{
	background:url(images/s.gif) repeat-x;
}
.leftFrame{
	background:url(images/w.gif) repeat-y;
}
.rightFrame{
	background:url(images/e.gif) repeat-y;
}
.toolBar {
	float:left;
	/*width:140px;*/
	margin-right:5px;
	padding-top:2px;
}
.navigator {
	background-color:#fcfafb;
	border-left:none;
	padding:5px;
	width:170px;
}
.navigator a {
	color:#5e5e5e;
	margin-left:5px;
}
.navigator a:hover {
	color:#719f19;
	text-decoration: underline;
}
.navigator h5 {
	color:#666666;
	text-decoration: none;
}
.mainBody{
	float:left;
	/*margin-top:10px;*/
	padding-top:2px;
}
.pageDetails {
	width:556px;
	/*background:#FCFAFB;*/
	background:#fcfafa;
	padding:5px 15px 5px 15px;
}
.pageDetails a{
	color: #719f19;
}
.pageDetails a:hover{
	text-decoration: underline;
}
.pageDetails h6,p,ul {
	padding-left:10px;
	margin-left:10px;;
}
.pageDetails h6 {
	color: #719f19;
}
.pageDetails ul li {
	list-style-type: disc;
	margin-top:8px;
	margin-left:15px;	
}
.pageDetails .title{
	color: #719f19;
}
.hLine{
	border-bottom: 1px solid #CBC9CA;
	margin:15px;

}
/***** Default Table *****/
/*.pageDetails table{
	border: 1px solid #B8D509;
	background: url('images/services/w-box-corner.gif') no-repeat top right;
}
.pagestyle.cssDetails td{
	padding:4px;
}
.pageDetails th{
	text-align:left;
	font-weight:bold;
}
*/

/***********************************************/
/* Comboboxes                                  */
/***********************************************/
.DropDown {
	position:absolute;
	border-top:1px solid #9c9d95;
	border-left:1px solid #9c9d95;
	border-right:1px solid #707167;
	border-bottom:1px solid #707167;
	background-color:#fcfafa;
	visibility:hidden;
	width: 120px;
	overflow-x:hidden;
	z-index:1000;
	text-align:left;
	margin-top:7px;
	padding-top:7px;
	padding-bottom:8px;
}
.DropDown a{
	display: block;
	/*background-color:#9c9d95;*/
	padding: 0px 5px;
	margin-left: 10px;
	width: 90px;
	height: 16px;
	overflow:hidden;
	color:#5e5e5e;
	text-decoration:none;
	cursor:hand;
}

.DropDown a:hover{
	color:#ffffff;
	background:#707167;
	text-decoration:none;
}
.menu {
	paddding: 5px;
	background-color:#fcfafa;
}
.menu .options {
	/*FONT-SIZE: 10px; 
	BACKGROUND-IMAGE: url(/includes/images/dropdowns/empbackground.gif); 
	LINE-HEIGHT: 17px; 
	background-repeat: repeat-y; 
	font-family: univers,arial; */
	background-color: #fcfafa;
	padding:0px 10px;
}
.menu a {
	display: block; 
	background: none transparent scroll repeat 0% 0%; 
	color: #5e5e5e; 
	TEXT-DECORATION: none
	padding:5px;
}
.menu a:hover {
	color:#ffffff;
	background:#707167;
	text-decoration:none;
}

/******************************************/
.dgryBox{
	width:146px;
	height:15px;
	background:url('images/drp_gry.gif') #4a4b49 no-repeat top right;
	border-top:1px solid #5D5E5D;
	border-left:1px solid #5D5E5D;
	border-right:1px solid #414240;
	border-bottom:1px solid #414240;
	font-size:11px;
	color:#ffffff;
	padding:0px 2px;
	margin:5px 0px;
}
.dgryDropDown {
	position:absolute;
	border-top:0px;
	border-left:1px solid #5d5e5d;
	border-right:1px solid #242524;
	border-bottom:1px solid #242524;
	background-color:#333432;
	visibility:hidden;
	width: 150px;
	overflow-x:hidden;
	z-index:1000;
}
.dgryDropDown a{
	display: block;
	background-color:#4a4b49;
	border-bottom:1px solid #5d5e5d;
	padding: 0px 5px;
	width: 146px;
	height: 16px;
	overflow:hidden;
	color:#ffffff;
	text-decoration:none;
	cursor:hand;
}
.dgryDropDown a:hover{
	color:#b7d30b;
	text-decoration:none;
}
.dgryDropDown a.highLight{
	display: block;
	background-color:#bed30b;
	border-top:1px solid #dfec72;
	border-left:1px solid #dfec72;
	border-right:1px solid #95a602;
	border-bottom:1px solid #95a602;
	padding: 0px 5px;
	height: 16px;
	overflow:hidden;
	color:#4a4b49;
	text-decoration:none;
	cursor:hand;
	margin-bottom:5px;
}
.dgryDropDown a.highLight:hover{
	color:#212121;
	text-decoration:none;
}


/***********************************************/
/* Switch Menu                                 */
/***********************************************/
.menutitleClosed{
	cursor:pointer;
	margin-bottom: 5px;
	padding-left:20px;
	background:url(images/arw_gry_sml.gif) no-repeat 5px;
	color:#878881;
	font-weight:bold;
}
.menutitleOpened{
	cursor:pointer;
	margin-bottom: 5px;
	padding-left:20px;
	background:url(images/arw_gry_sml_dn.gif) no-repeat 0px;
	color:#878881;
	font-weight:bold;
	border:0px;
}
.submenu{
	color:#878881;
	margin-bottom: 0.5em;
	padding:5px 20px;
	display: none;
}
/***********************************************/
/* Tree                                        */
/***********************************************/
.treeLevel1 { 
/*	font-size: 10pt;*/
	margin: 3px 10px 3px 10px;
}
.treeLevel2 { 
	margin: 3px 10px 3px 20px;
}

.treeLevel3 { 
	margin: 3px 10px 3px 30px;
}

.treeLevel4 { 
	margin: 3px 10px 3px 40px;
}