body  {
	margin : 0px;
	background: #ccc url("../images/bg.gif") repeat-y center;
}

#main_content {
	float: left;
	width: 510px;
	min-height: 650px;
	margin: 0;
	padding: 0;
	}
	
#main_content2 {
	float: left;
	width: 725px;
	min-height: 650px;
	margin: 0;
	padding: 0;
	}

#main_content p, #main_content2 p { 
	margin: 0; 
	margin-bottom: 10px;
	line-height: 1.3em;
	}
	
h3 {
	margin: 0;
	margin-top: 25px;
	padding: 0;
	height: 35px;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	color: #333;
	/* retired 
	text-transform: uppercase;
	color: #990000;
	xwidth: 320px;
	*/
	}
	
h4 {
	margin: 0;
	padding: 0;
	height: 46px;
	color: #990000;
	font-size: 14px;
	line-height: 1.3em;
	font-weight: bold;
	text-align: left;
	}
	
h4#year {
	margin: 0;
	padding: 0;
	height: auto;
	color: #990000;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	border-bottom: 1px solid #ccc;
	display: block;
	}

h7 {
	margin: 0 0 0 0;
	color: #990000;
	text-align: left;
	font-size: 14px;
	line-height: 21px;
	font-weight: bold;
	border-bottom: 1px solid #990000;
	display: block;
	}
	
/* Page content styles */	
#main_content ul, ol {
	line-height: 1.5em;
	}
	
#main_content2 ul, ol {
	line-height: 1.5em;
	}
	
#main_content li {
	
	}

code, .input_text {
	font: 14px Courier;
	font-weight: bold;
	}

.figure {
	font-size: 10px;
	color: #777;
	}
	
/* Last modified */	
.lastmod {   
    font-size: 7.5pt;
	color: #777;
    }  

dl {
	margin: 0 0 20px 0;
	padding: 0;
	list-style-type: none;
	}
	
dt {
	margin-left: 0;
	margin-top: 10px;
	font-weight: bold;
	}
	
dd {
	margin-left: 15px;
	font-size: 11px;
	}

.message, .message p {
	font-size: 12px;
	font-family: Courier, Serif;
	margin: 25px 0 25px 25px;
	}
	
.disclaimer {
	font-size: 10px;
	color: #999;
	}
	
.disclaimer li {
	font-size: 10px;
	color: #999;
	}
	


