/* Layout Stylesheet */ 
body
{
	margin: 0;
	padding:0; 
}	 

#hdr
{
	height:115px; 
	width:100%; 
	background:#ffffff;
	margin:0;
}

#hdrmenu
{
	position:static;
	top:95px;
	height:20px; 
	margin:0;
	width:100%;
	z-index:10;
}

#ftrtest
{
	position:absolute;
	top:110px;
	height:15px;
	width:100%;
	margin:0;
	background:#18a71f;
	
}
	 
#lh-col
{
	position:absolute;
	top:130px;
	left:0;
	width:140px;
	z-index:3;
	background:#ffffff;
	/*color: #333333;
	border: dotted #09700e;
	border-width: 0  1px 0  0;
	border-right:2px dotted #09700e;*/
}

#rh-col
{
	position:absolute;
	top:130px;
	right:0;
	width:200px;
	z-index:2;
	background:#ffffff;
	font:"Times New Roman", Times, serif ;
	font-size:12px;
	text-align:center;
}

#c-block 
{
	width:100%;
	top:130px;
	z-index:1;
	background:#ffffff;
	height:100%;

}

#c-col
{
	position:inherit;
	top:0px;
	margin:0 210px 0 150px;
	background:#ffffff;
	z-index:5;
	border-left:1px dotted #09700e;
	border-right:1px dotted #09700e;
}

#c_content_mid
{
	position:inherit;
	top:0px;
	margin:0 10px 0 10px;
	background:#ffffff;
	z-index:5;
}


#ftr 
{
	width:100%;
	height:30px;
	top:0;
	background:#18a71f;
	color: #FFFFFF;
	margin:0;
	font:"Times New Roman", Times, serif ;
	font-size:12px;
	text-align:center;
}
 
/*===================================header==========================================*/
#navigation a
{
	color: #ffffff;
	background: #09700e url(/images/leftcorner.gif) left top no-repeat;
	text-decoration: none;
	padding-left: 10px
}

#navigation a span
{
	background: url(/images/rightcorner.gif) right top no-repeat;
	padding-right: 10px
}

#navigation a, #navigation a span
{
	display: block;
	float: left
}

/* Hide from IE5-Mac \*/
#navigation a, #navigation a span
{
	float: none
}
/* End hide */

#navigation a:hover
{
	color: #fff;
	background: #18a71f url(/images/leftcorner_hl.gif) left top no-repeat;
	padding-left: 10px
}

#navigation a:hover span
{
	background: url(/images/rightcorner_hl.gif) right top no-repeat;
	padding-right: 10px
}

#navigation ul
{
	list-style: none;
	padding: 0;
	margin: 0
}

#navigation li
{
	list-style: none;
	float: left;
	margin: 0;
}


.clear 
{
	clear: both;
	font-size: 1px;
	height: 10px;
	margin: 0 0 -4px 0;
}


#myborder 
{
	height:1em; 
	background:#18a71f; 
	clear:left;
}

.login 
{
	font:"Times New Roman", Times, serif ;
	font-size:12px;
	color:#000000
}

/******************************** others ******************************************/
.pagetitle
{
	font:"Times New Roman", Times, serif ;
	font-size:20px;
	font-weight:700;
	padding-left:20px;
	padding-top:30px;
	color:#09700e
}

.tableborder
{
	border-collapse: collapse;
	border-style: solid;
	border-width: 1px 1px 1px 1px;
	border-color:#09700e;
	font:"Times New Roman", Times, serif ;
	font-size:12px;
}

.left-sidebar 
{
	list-style: square inside;  
	color:#09700e;
	position:relative;
	left:5px;
	font:"Times New Roman", Times, serif ;
	font-size:12px;
}

h1
{
	font:"Times New Roman", Times, serif ;
	font-size:11px;
	color:#09700e
	
}

h2
{
	font:"Times New Roman", Times, serif ;
	font-size:13px;
	color:#09700e
	
}


h3
{
	font:"Times New Roman", Times, serif ;
	font-size:14px;
}

h5
{
	background-color:#1e6993;
}

hr
{ 

	color:#09700e;
	border:1px dotted #09700e;
}

a
{
	color:#09700e;
}

.requiredfields
{
	font:"Times New Roman", Times, serif ;
	font-size:10px;
	padding-left:20px;
	padding-top:10px;
	color:red
}

.midtitle
{
	font:"Times New Roman", Times, serif ;
	font-size:14px;
	font-weight:600;
	padding-left:30px;
	padding-top:10px;
	color:#09700e
}

.normalfont
{
	font:"Times New Roman", Times, serif ;
	font-size:11px;
	padding-left:30px;
	padding-top:5px;
	padding-right:10px;
	color:#000000
}

.msgtitle
{
	font:"Times New Roman", Times, serif ;
	font-size:12px;
	color:#FF0000;
	text-align: center ;
}
