@charset "utf-8";
/* CSS Document */

@media print
{
	
body {
	background-color: #FFFFFF;
	color: #000000;
}

/* ********************************* General Styles ********************************* */

.center {text-align: center;}
.right {text-align: right;}

.bold {font-weight: bold;}

.clearFloat {
	clear: both;
	height: 0;
	font-size: 1px;
	line-height: 0px;
}

/* ********************************* Div Styles ********************************* */
#Content_Container {
	background-color: #FFFFFF;
}

#Header_Container {
	border-bottom: solid thin;
	clear: both;
}

#Title_Container {
	font: bold 44pt "Palatino Linotype", "Book Antiqua", Palatino, serif;
	float: left;
	margin: auto auto auto 15px;
}

#Quote_Container {
	width: 466px;
	margin: 0px auto 0px 10px;
	padding-bottom: 5px;
	font-size: 0.8em;
	clear: both;
}


#Menu_Container { display: none;}
#TopMenu_Container { display: none;}

#Footer_Container {
	width: 100%;
	min-width: 800px;
	padding: 5px 0 5px 0;
	margin: 0 auto 0 auto;
	text-align: center;
	font-weight: bold;
	font-size: 0.8em;
	border-top: solid thin;
}


#CaseListing_Title {
	margin-top: 100px;
}

/* ********************************* Image Styles ********************************* */
#Eric_Picture {
	margin: 10px;
	border: none;
	float: left;
}

/* ********************************* Table Styles ********************************* */

/*

#Cases_Tbl {
	width: 80%;	
}

.col1 {
	width: 35%;
}

.col2, .col3 {
	width: 10%;
	text-align: center;
}


.col4 {
	width: 30%;
}

col5 {
	width: 15%;
	text-align: right;
}

.btmcol1 {
	width: 35%;
	border-bottom: solid thin;
	margin-bottom: 5px;
}


.btmcol2, .btmcol3 {
	width: 10%;
	border-bottom: solid thin;
	margin-bottom: 5px;
	text-align: center;
}

.btmcol4 {
	width: 30%;
	border-bottom: solid thin;
	margin-bottom: 5px;
}

.btmcol5 {
	width: 15%;
	border-bottom: solid thin;
	margin-bottom: 5px;
	text-align: right;
}

.btmTR {
	margin-bottom: 10px;
}

*/

} /* end media Print */
