/*print template styling*/

body {
	margin: 0px;
	padding: 0px;
	
/*	font: 13px/1.231 arial,helvetica,clean,sans-serif;*/
	font-family:Arial, Verdana, Tahoma, Calibri, sans-serif;
	font-size:13px;
	line-height:1.2;
	
	background:#E9E9E9;
	color: #333333;
}

div#mainwrapper {
	position:relative; /* needed for footer positioning*/
	height:auto !important; /* real browsers */
	height: 100%;
	min-height:100%; /* real browsers */
	
	width:98%;
	margin:0 auto; /* center, not in IE5 */

	background:#FFF;
/*	border-left:1px solid #BBBBBB;
	border-right:1px solid #BBBBBB;*/

}

#header {
	padding: 8px;
	border-bottom: 1px solid #333;
/*	background:#FFF url(../css/images/icons/senecaLogo180.png) no-repeat 10px 25px;*/
	background-color:#FFF;
	min-height:60px;
}

#leftside {
	float: left;
	margin-top: 20px;
	padding: 8px;
	width: 0px; /* 100 */

}

#content {
	margin-left: 0px; /* 100 */
	padding: 20px;
/*	border-left: 1px solid #294E56;*/
}

#content h1  {
    border: 0px;
	background-color:transparent;
	 
/*    color: #33517A;*/
	color:#000000;
    font-size: 18px;
    font-weight: bold;
    height: 20px;
    margin-bottom: 25px;
    margin-top: 30px;
    padding: 0;
    text-align: left;
}

#footer {
	clear: both;
	
	padding: 15px;
	text-align:center;
	
	min-height:60px;
	border-top: 1px solid #999;
}