
/* STYLESHEET FOR PRINTING WEB SITE */

#body, #footer {
	width: auto !important;
	margin: 0 !important;
	padding: 0 !important;
	float: none !important;
	background-color: #FFFFFF;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
}

#menu, #jobs, #employers, #sublogo, #strapline, #footer {visibility: hidden; }

#jobs_body, #all_body, #employers_body, #gallery_body {
	position: absolute;
	top: 165px;
	left: 10px;
	width: 100%;
	height: auto;
	border: none;
	float: right;
	overflow: visible;
	text-align: left;
}

#jobs_body h1,h2,h3,h4,h5,h6,p {
	padding: 10px;
	line-height: 1.2em;
}

#all_body h1,h2,h3,h4,h5,h6,p {
	padding: 10px;
	line-height: 1.2em;
}

#employers_body h1,h2,h3,h4,h5,h6,p {
	padding: 10px;
	line-height: 1.2em;
}

#gallery_body h1,h2,h3,h4,h5,h6,p {
	padding: 10px;
	line-height: 1.2em;
}

body {
	font-family: Arial, Helvetica, Geneva;
	font-size: 10pt;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	line-height: 1.6em;
}	 

h1 {
	font-size: 1.6em;
    line-height: 1.2em;
	font-weight: bold;}

h2 {font-size: 1.4em; font-weight: bold;}
h3 {font-size: 1.2em;}
h4 {font-size: 1em;}
h6 {font-size: 0.7em; line-height: normal;}

ul {
	line-height: 1.6em;
	list-style-position: outside;
	list-style-type: square;}

li {margin-bottom: 1em;}

a:link {
	color: #3AAABE;
	text-decoration: underline;
}