@charset "utf-8";
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;

}
/*----------------------------OVERALL---------------------------------*/


#father {
width: 100%; 
margin: 0; 
float: none;
}

/*----------------------------HEADER---------------------------------*/
#header {

	background-image: url(images/header_bar.jpg);
	background-repeat: no-repeat;
	background-position: top right;
}

/*----------------------------NAV---------------------------------*/
#nav {
	display: none;
}

/*----------------------------BANNER---------------------------------*/
#banner {
	display: none;
}

#content {
	line-height: 23px;
}
/*----------------------------LEFT COLUMN---------------------------------*/
#left_column {
display: none;
}
/*----------------------------MIDDLE COLUMN---------------------------------*/
#middle_column {
	float: left;
	width: 650px;
	padding-left: 20px;
	background-color:#CCCCCC;
}
/*----------------------------RIGHT COLUMN---------------------------------*/
#right_column {
display: none;
}
/*----------------------------FOOTER ---------------------------------*/
#footer {
	font-size: 11px;
	color: gray;
	margin: 0 auto;
}

#footer a:link, #footer a:visited, #footer a:active {
	padding: 0 10px 0 10px;
	color:#000066;
	font-size: 20px
}

#footer a:hover {
	color: #6699CC
}

/*----------------------------TEXT STYLES---------------------------------*/
.header {
	font-size: 14px;
	color: #003366;
	font-weight: bold;
	font-family: Helvetica;
	
}

.txt_print {
	font-size: 10px;
	color: gray;
	text-decoration: underline;
}

.txt_print a:link, .txt_print a:visited, .txt_print a:active {
	color: gray;
}

.txt_print a:hover {
	color:#003366;
}
