html, body{
	width:100%;
	height:100%;
	margin:0;
	padding:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	background:url(../images/portal_bg.jpg) top left repeat-x;
}
#fullcol{
	width:538px;
	margin:0 auto 0 auto;
	padding:0;
}
#header{
	width:537px;
	height:152px;
	margin:0;
	background:url(../images/portal_header.jpg) top left;
}
#leftcol{
	width:270px;
	height:243px;
	margin:0;
	background:url(../images/portal_left.jpg) top left;
	float:left;
}
#leftbottom{
	width:270px;
	height:103px;
	margin:0;
	background:url(../images/portal_leftbot.jpg) top left;
	float:left;
}
#leftbottom p{
	margin-top:15px;
}
#leftbottom a:link, #leftbottom a:active{
	font-size:12px;
	font-weight:bold;
	color:#999;
	text-decoration:none;
	margin:0 auto auto 60px;
}
#leftbottom a:hover, #leftbottom a:visited{
	font-size:12px;
	font-weight:bold;
	color:#A5D36B;
	text-decoration:underline;
	margin:0 auto auto 60px;
}
#rightcol{
	width:266px;
	height:243px;
	margin:0;
	background:url(../images/portal_right.jpg) top left;
	float:left;
}
#rightbottom{
	width:266px;
	height:103px;
	margin:0;
	background:url(../images/portal_rightbot.jpg) top left;
	float:left;
}
#rightbottom p{
	margin-top:15px;
}
#rightbottom a:link, #rightbottom a:active{
	font-size:12px;
	font-weight:bold;
	color:#999;
	text-decoration:none;
	margin:0 auto auto 60px;
}
#rightbottom a:hover, #rightbottom a:visited{
	font-size:12px;
	font-weight:bold;
	color:#A5D36B;
	text-decoration:underline;
	margin:0 auto auto 60px;
}
#footer{
	width:536px;
	height:40px;
	margin:0 auto 0 auto;
	background-color:#FFF;
	clear:both;
}
#footer p{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	color:#999;
	float:right;
	margin-right:15px;
}
#footer a:link, #footer a:active{
	font-size:9px;
	color:#A5D36B;
	text-decoration:none;
}
#footer a:hover, #footer a:visited{
	font-size:9px;
	color:#464646;
	text-decoration:underline;
}
.contact{
	margin-left:326px;
}
.leftimg{
	margin-left:41px;
}