/* CSS Document */



#portaltop {
	margin-top: 0;
	width: 100%;
	background: url(../imgs/layout/bg_portaltop.png) repeat-x;
	border-bottom:1px solid #fff;
}

#header {
	margin: 0 auto 0 auto;
	width: 800px;
	height: 135px;
	background: url(../imgs/layout/bg_portal.png)  repeat-x;
	text-align:right;
}


/* main */

#portalmain {
	margin: 0 auto 0 auto;
	width: 800px;
	background: #fff;
}


#portalcontent {
	padding: 50px 100px;
	height:420px;
	color: #76a31b;
	font-size:90%;
	text-align:left
}

#box2 {
	width: 232px;
	float: left;
	background: url(../imgs/layout/bg_box2.png)  repeat-x;
}

#box1 {
	float:right;
	width: 232px;
	background: url(../imgs/layout/bg_box1.png)  repeat-x;
}

/* navigation */



#portalcontent ul {
	list-style-type: none;
	margin: 140px 0 0 0; 
	padding: 0;
	text-align: left;
}

#portalcontent ul li {
	padding: 0 0 0 10px;
	margin: 0; 
}

#portalcontent ul li a{
	display: block;
	padding: 4px 0 4px 15px;
	background: url(../imgs/layout/arrow1.png) no-repeat left;
	text-decoration: none;
	height: 1%;
}

#portalcontent ul li a:hover, #nav a:focus {
	padding: 4px 0 4px 20px;
	background: url(../imgs/layout/arrow2.png) no-repeat left;
	color: #669801;
}

#box1 ul li a{
	color: #005f95;
}

#box2 ul li a{
	color: #f16122;
}


/* footer */

#portalfooter {
	margin:0 auto;
	width: 800px;
	padding-top: 5px;
	text-align:right;
}

#portalfooter a {
	font-size:60%;
	text-decoration:none;
	color:#fff;
}

#portalfooter a:hover {
text-decoration: underline;
}
