
body{
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 17px;
	font-weight: normal;
}

.outerborder{
	width: 910px;
	margin: 0 0 0 20px;
}

.branding{
	background-image: url(images/banner.gif);
	background-repeat: no-repeat;
	width: 910px;
	height: 110px;
}

.divider{
	background-image: url(images/divider.gif);
	background-repeat: no-repeat;
	width: 25px;
	background-position: 5px 4px;
	padding: 0 5px 0 5px;
}

.navigation{
	display: block;
	position: relative;
	top: 92px;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	text-align: right;
	padding: 0 8px 0 0;
}

.navigation a {
	color: #fff;
	text-decoration: none;
}

.navigation a:hover {
	color: #ccc;
	text-decoration: underline;
}

.hpimage{
	padding-top: 20px;
}

.hp01{
	display: block;
	position: absolute;
	top: 320px;
	left: 20px;
	width: 195px;
}

.hp02{
	display: block;
	position: absolute;
	top: 320px;
	left: 230px;
	width: 262px;
	border-left: 1px solid #87b8d7;
	padding-left: 15px;
	height: 810px;
}

.hp03{
	display: block;
	position: absolute;
	top: 130px;
	left: 528px;
	width: 385px;
	border-left: 1px solid #87b8d7;
	padding-left: 15px;
	height: 1000px;
}

h2{
	margin: 0px;
	padding: 0px;
	font-size: 16px;
	font-weight: normal;
	color: #71a542;
}

ol, ul{
	padding: 0 0 0 20px;
}

li{
	padding: 0 0 10px 0;
}

.main{
	display: block;
	position: absolute;
	top: 130px;
	left: 203px;
	width: 710px;
	border-left: 1px solid #87b8d7;
	padding-left: 15px;
}

.sub{
	display: block;
	position: absolute;
	top: 130px;
	left: 20px;
	width: 165px;
	text-align: right;
}

h1{
	margin: 0px;
	padding: 10px 0 0 0px;
	font-size: 18px;
	font-weight: normal;
	color: #71a542;
}

.current{
	color: #666;
	font-weight: bold;
}


.quote{
	margin-top: 40px;
	font-family: Times New Roman, Times, serif;
	font-size: 16px;
	line-height: 22px;
	font-weight: normal;
	font-style: italic;
	color: #444;
}


.contacts td{
	align: top;

}


.co{
	font-family: Palatino, “Palatino Linotype”, Georgia, Times, “Times New Roman”, serif;
	color: #999;
	font-size: 12px;
	font-style: italic;
	margin-left: 1px;
	}




/* homepage pop up */


#homepop{
	display: none;
	border: 1px solid black; 
	width: 300px; 
	height: 240px; 
	position: absolute;
	top: 140px;
	left: 450px;
	background: white;
	*filter:alpha(opacity="90"); /* use 'filter' for IE6 & 7 */
	opacity:.90;
	z-index: 5;
}

#homepopbkg{
	display: none;
	border: 1px solid black; 
	width: 314px; 
	height: 254px; 
	position: absolute;
	top: 133px;
	left: 443px;
	background: black;
	*filter:alpha(opacity="20"); /* use 'filter' for IE6 & 7 */
	opacity:.20;
	z-index: 2;
	 }
			
#homepop .close{
	text-align:right; 
	padding: 10px;
}

#homepop .note{
	padding:20px; 
	text-align: center; 
	font-weight: bold; 
	font-size: 16px; 
	line-height: 20px;
}

#homepop .link{
	text-align: center; 
	font-size: 16px; 
	line-height: 20px;
	}

#homepop .date{
	margin: 15px; 
	padding: 10px 0 0 0; 
	border-top: 1px solid #ccc; 
	text-align: center; 
	font-size: 12px; 
	line-height: 20px;
	}

#homepop .designation{
	font-size: 12px; 
	color: #999;
	}
























