body {
	background: #FFF url(../images/bg.jpg) repeat-x;
	text-align: left; /*initiate all content to align left. */
	margin: 4px 0; /* set top and btm margins to 4px. */
	font: 70%/1.5em Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#container {
	width:800px;
	background: url(../images/bg_2cols.gif) repeat-y center top;
	margin: 0 auto; /* to center for ff. */
}

#content_wrap {
	width:800px;
	background: url(../images/bg_stamp.gif) no-repeat right top;
	
}

#top_header {
	margin: 0px 8px 0 8px;
	background: url(../images/top_mask.gif) repeat-y 8px;
}

#top_header_push {
	height: 14px;
	background: url(../images/top_mask.gif) repeat-y 8px;
}

#top_nav {
	width: 768px;
	height: 34px;
	margin: 0px 8px 0 18px;
	background: url(../images/top_mask.gif) repeat-y -2px;
}

#tagline {
	width:451px;
	height:26px;
	margin: 0 76px 0 256px;
	background-image:url(../images/logo_tagline.png);
}

*html #tagline{width:451px; height:26px; background:transparent url(http://www.accp.asia/images/blank.gif) no-repeat top left; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true,sizingMethod=crop,src='http://www.accp.asia/images/logo_tagline.png');}

/*Push sidebar 18px away from the edge as margin with sidebar is not feasible. */
#sidepush { 
	float: left;
	width:18px;
}

#sidebar {
	float: left;
	width: 160px;
}

#side_nav_top {
	padding: 15px 5px 10px 20px;
	line-height: 20px;
	color:#000000;
	background-image: url(../images/sidebar_bg.jpg);
	background-repeat: no-repeat;
	height: 200px;
}

#side_nav {
	padding: 15px 5px 10px 20px;
	line-height: 20px;
	color:#000000;
}

#side_download {
	padding: 15px 5px 10px 16px;
	line-height: 14px;
}

#side_link:link, #side_link:visited {
	color:#d2074a;
	text-decoration:none;
	text-align:left;
}

#side_link:hover {
	color:#000000;
	text-decoration:none;
	text-align:left;
}

#nav_abstracts, #nav_community, #nav_media  {
	display: none;
	line-height: 18px;
	margin-bottom: 10px;
}

/*Push mainbar 26px away from the edge as margin with main is not feasible. */
#mainpush { 
	float: right;
	width:26px;
}

#main {
	float: right;
	width: 580px;
	text-align: justify;
	line-height: 15px;
}

#main_link:link, #main_link:visited {
	color:#d2074a;
	text-decoration:underline;
	text-align:left;
	font-size: 11px;
}

#main_link:hover {
	color:#466fbc;
	text-decoration:none;
	text-align:left;
}

#prog_link:link, #prog_link:visited {
	color:#d2074a;
	text-decoration:none;
}

#prog_link:hover {
	color:#466fbc;
	text-decoration:none;
}

#down_link:link, #down_link:visited {
	color:#000000;
	text-decoration:none;
}

#down_link:hover {
	color:#466fbc;
	text-decoration:underline;
}

#breadcrumb {
	color: #d2074a;
	margin-top: 18px;
	font-size: 11px;
}

h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #466fbc;
	margin-top: -4px;
}

h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #d2074a;
	margin-top: -4px;
}

#footer {
	clear: both;
	width: 800px;
}

#btm_logos {
	text-align: center;
}

#copyright {
	font-size: 10px;
	color: #b2b093;
	float: right;
	padding-right: 24px;
}

.txtpt {
	font-size: 9px;
	line-height: 12px;
}

.li_sp {
	margin-bottom:10px;
}

.li_sp2 {
	margin-bottom:5px;
	list-style-type: lower-roman;
}

.tb_header {
	color: #FFFFFF;
	font-weight: bold;
}

.tb_header2 {
	color:#d2074a;
	font-weight: bold;
}

.tb_add{
	font-size:10px;
}

.tb_high{
	color: #466fbc;
	font-weight: bold;
}

#logo_hosted
{
	float: left;
	margin-left: 130px;
}

#logo_managed
{
	margin-left: 80px;
	float: left;
}

#logo_supported
{
	float: left;
	margin-left: 150px;
}

#logo_held
{
	margin-left: 50px;
	float: left;
}