body  {
	margin : 0px;
	background: #ccc url("../images/bg.gif") repeat-y center;
}

#main_content p { 
	margin: 0; 
	margin-bottom: 10px;
	line-height: 1.3em;
	}
	
#main_content {
	float: left;
	width: 510px;
	margin: 0;
	padding: 0;
	background-color: #fff;
	}
	
/* ie5-mac support \*/
#main_content {
	min-height: 650px;
	background: url("../images/page_bg_content.jpg") top no-repeat;
	}
/* end ie5-mac supoort */
	
/* ie support */
html #main_content {
	height: auto !important;
	height: 650px;
	}	
/* end ie supoort */
	
h3, h2 {
	margin: 0;
	margin-top: 25px;
	padding: 0;
	height: 35px;
	color: #990000;
	font-size: 15px;
	font-weight: bold;
	text-align: left;
	text-transform: uppercase;
	}
	
h2 {
	margin-top: 10px;
	}
	
#list, .list, dl {
	margin: 0;
	margin-bottom: 20px;
	}
	
#list_title, .list_title {
	background: url("../images/line_gradient.png") left bottom no-repeat !important;
	background: url("../images/line_gradient_ie.gif") left bottom no-repeat; 
	display: block;
	}
	
#list_title H4, .list_title H4, dt {
	margin: 0;
	background: url("../images/dot_square.gif") left no-repeat;
	padding-left: 15px;
	font: 14px Verdana, Arial, Helvetica, Sans-serif;
	font-weight: bold;
	color: #777;
	}
	
#list ul, .list ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	line-height: 1.5em;
	}
	
#list li, .list li {
	margin: 0;
	margin-left: 100px;
	padding: 0;
	}
	
#list li a, .list li a {
	text-decoration: none;
	color: #990000;
	padding-left: 6px;
	background: url("../images/bullet_square_off.gif") left top no-repeat;
	}
	
#list li a:hover, .list li a:hover {
	color: #777;
	background: url("../images/bullet_square_on.gif") left top no-repeat;
	}
	
.alpha_list {
	color: #000;
	}

	
dl {
	}
	
dt {
	margin: 0;
	background: url("../images/arrow_square.gif") left no-repeat;
	padding-left: 15px;
	font: 14px Verdana, Arial, Helvetica, Sans-serif;
	font-weight: bold;
	color: #777;
	}
	
dd {
	margin: 0;
	margin-left: 50px;
	margin-bottom: 20px;
	padding: 0;
	line-height: 1.3em;
	}
	
#index_nav hr, #index_nav2 hr {
	display: none;
	}
	
/* Last modified */	
.lastmod {   
    font-size: 7.5pt;
	color: #777;
    } 
	
	
	
