#bodyContents #bodyBottom {
	clear: both;
	float: left;
	margin: 0;
	padding: 0 0 9px 0;	
}

#bodyContents #side {
	float: left;
	width: 225px;
	margin: 32px 0 0 0;
	padding: 0;	
}

#bodyContents #main_content {
	float: right;
	width: 570px;
	margin: 0 0 0 25px;
	padding: 0;

}

#bodyContents #main_content .left_col {
	margin-bottom: 0;
	float: left;
	width: 275px;
}

#bodyContents #main_content .right_col {
	margin-bottom: 0;
	float: right;
	width: 275px;
}

#bodyContents h3 {
	margin: 0;
	padding-top: 8px;
}

#bodyContents h5 {
	margin-top: 0.4em;
}

#bodyContents .desc {
	color: #555;	
}

#bodyContents .note {
	color: #555;	
	font-size: 85%;
	margin-top: 0;
}

#bodyContents table {
	border-top: 1px solid #cdcdcd;
	border-bottom: 1px solid #cdcdcd;
	border-collapse: collapse;
	width: 100%;
	padding-bottom: 1em;
	font-size: 10px;
	line-height: 140%;
	border-right: 0px solid #cdcdcd;
}

#bodyContents table th {
	background-color: #f1f1f1;
}

#bodyContents table th, #bodyContents table td {
	padding: 3px 6px;
	text-align: center;
	border-bottom: 1px solid #cdcdcd;
	border-collapse: collapse;
}

td.col1, td.col2 {
	border-right: 1px solid #cdcdcd;
	border-collapse: collapse;	
}

td.col1 {
	color: #2079fd;;
}


#side_img {
	margin: 27px 0 0 0;
}

/* side menu */

#side_menu {
	background: url(../image/bg/sidemenu_bottom.gif) no-repeat 0 bottom;	
}


#side_menu h3{
	margin-bottom: 18px;
	padding: 8px 0;
	font-size: 14px;
	font-weight: bold;
	color: white;
	text-align: center;
	background: url(../image/bg/sidemenu_top.jpg) no-repeat;
	
}

#side_menu ul {
	margin: 0;
	padding: 0 10px 24px 10px;
	list-style: none;
	font-weight: bold;		
}

#side_menu ul ul {
	margin: 6px 0 0 0;
	padding: 9px 0 0 9px;
	background: url(../image/bg/sidemenu_divline.gif) repeat-x 0 top;
	list-style-type: circle;
	font-size: 11px;
	font-weight: normal;
}

#side_menu ul ul li {
	margin: 0 0 0 11px;		
}

#side_menu ul.no_sub {
	margin: 0 10px 24px 10px;
	padding: 2px 0 0 0;
	background: url(../image/bg/sidemenu_divline.gif) repeat-x 0 top;	
}

#side_menu ul.no_sub li, .no_sub_alone li {
	margin: 0;
	padding: 9px 0;
	background: url(../image/bg/sidemenu_divline.gif) repeat-x 0 bottom;	
}

#side_menu ul.no_sub_alone {
	margin: 0 10px 24px 10px;
	padding: 2px 0 27px 0;
	background: url(../image/bg/sidemenu_divline.gif) repeat-x 0 top;	
}


/* end side menu */

#main_content p {
	margin: 8px 0;
	padding: 0;
}

#main_content ul {
	margin: 0;
	padding-left: 1.4em;
}

#main_content ul ul{
	color: #666;
	padding: 0;
	margin-left: -1.4em;	
	list-style: none;
}

#main_content ul ul li{
	background: url(../image/dashBullet.gif) no-repeat 0.5em 0.8em;
	padding-left: 1.4em;
}

p.bold1 {
 	color: #004499;
 	font-weight: bold;
 	font-size: 140%;
 	line-height: 130%;
}

p.bold2{
	color: #7fb400;
	font-weight: bold;
	font-size: 110%;
	line-height: 130%;
}

.clear {
	clear: both;
}

