body {
	background:url(../images/page_back.gif) repeat-y #ffffff;
	color: #000000;
	margin: 0px;
	padding: 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 9.5pt;
	}
	
form {
	margin: 0;
	padding: 0;
	}
	
#top {
	background: url(../images/layout_r1_c5.gif) repeat-x;
	}
	
#nav {	
	width: 124px;
	float: left;
	vertical-align: top;
	}
	
.body_content {
	margin: 20px;
	padding: 10px;
	}
	
.pagetitle {
    FONT-WEIGHT: bolder;
    FONT-SIZE: 16px;
	}
	
a:link, a:visited  {
	text-decoration: underline;
	color: #4169e1;
	}
	
a:hover {
	text-decoration: none;
	color: #000000;
	}
	
.content_table {
	margin-bottom: 20px;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	border-top: 1px solid #cccccc;
	}
	
.content_table td {
	border-bottom: 1px solid #cccccc;
	line-height: 17px;
	}

	
/*--------------Clear fix: --------------*/
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */
