body {
	margin:0;
	padding:0;
	font-family:Geneva, Arial, Helvetica, sans-serifl;
}
#outer_container {
	width:612px;
	/*background-image:url("background.gif");
	background-repeat:repeat-y;
	background-position:top left;
	margin:0 auto;*/
	text-align:left
}
#container {
	width:600px;
	margin:0 6px 0 6px;
	position:relative;
	background-color:#fff;
	border-top:5px solid #b1c0c9;
	border-bottom:5px solid #b1c0c9
}
#main{

width:613px;
margin:0px auto 0px auto;

}
#personal_grid {
	display:block;
	position:absolute;
	top:145px;
	right:30px;
	border:0;
	width:179px;
	height:57px;
	background-image:url("personal_grid.gif")
}
#personal_grid span {
	display:none
}
body.download #personal_grid, body.index #personal_grid, body.core #personal_grid {
	top:115px
}
#main ul.subsection_tabs {
	height: 29px;
	display: block;
	float:left;
	list-style: none;
	margin:0 0 0 16px;
	padding:0 0 0 0px;
	border-bottom:6px solid #999999;
	width:580px
	/*
	list-style:none;
	margin:0 0 5px 0;
	padding:0;
	clear:both;
	border-bottom:1px solid #ccc;
	height:20px;
	clear:both*/
}
#main ul.subsection_tabs li.tab {
	float: left;
	margin: 0px 5px 0px 0px;
	display:block;
	position:relative;
	/*
	float:left;
	margin-right:7px;
	text-align:center*/
}
#main ul.subsection_tabs li.tab a .cont{
	
	display: block;
	background: url(../images/tab-bg.gif) repeat-x left top;
	float: left;
	height: 29px;
	text-decoration: none;
	font: bold 14px Arial, Tahoma, sans-serif;
	color: #222;
	line-height: 29px;
	cursor: pointer;
	margin: 0px;
	padding:0 10px;
	
	/*
	display:block;
	height:20px;
	padding:0 6px 0 6px;
	background-color:#fff;
	color:#666;
	width:80px*/
}
#main ul.subsection_tabs li.tab a .bord_l {
    display: block;
	background: url(../images/tab-left.gif) no-repeat left top;
	float: left;
	height: 29px;
	width: 6px;
}
#main ul.subsection_tabs li.tab a:hover .bord_l, #main ul.subsection_tabs li.tab a.active .bord_l {
	display: block;
	float: left;
	background: url(../images/tab-left-active.gif) no-repeat left top;
	height: 29px;
	width: 6px;
}

#main ul.subsection_tabs li.tab a:hover .bord_r ,#main ul.subsection_tabs li.tab a.active .bord_r {
	display: block;
	float: left;
	background: url(../images/tab-right-active.gif) no-repeat left top;
	height: 29px;
	width: 6px;
	}
#main ul.subsection_tabs li.tab a .bord_r {
	display: block;
	background: url(../images/tab-right.gif) no-repeat left top;
	float: left;
	height: 29px;
	width: 6px;
	}


#main ul.subsection_tabs li.tab a:hover .cont, #main ul.subsection_tabs li.tab a.active .cont{
	color:#ffffff;
	display: block;
	float: left;
	background: url(../images/tab-bg-active.gif) repeat-x;
	height: 29px;
	text-decoration: none;
	font: bold 14px Arial;
	color: #fff;
	line-height: 29px;
	cursor: pointer;
	margin: 0px;
}
#main ul.subsection_tabs li.tab a.active {
	background-color:#ddd
}
#main ul.subsection_tabs li.source_code {
	float:right
}

.ajax_image
{
	width:200px;
	height:200px;
	text-align:center;
	margin:140px auto 40px auto;
}