/* Print style for ICT at PM studios */

/* change the body defaults */
/* the background colour sets colour surrounding the content */
body {
	font-size:medium;
	font-family: "trebuchet ms", Tahoma, Verdana, Helvetica, sans-serif;
	text-align: left;
	color: #000000;
	background-color: #ffffff;
	padding: 0;
	margin: 0;
}

/* the container is the main block of content, including the banner and menus */
#container {
	text-align: left;
	background-color: #ffffff;
	position: relative;
	z-index: 20;
	width: auto;
	padding: 0;
	border: 1px solid #000000;
	margin: 10px auto 10px auto;
}	

/* The main content area */
#content {
	width:auto;
	padding:10px 15px 10px 10px;
	float:right;
}

.smallercontent {
	font-size: small;
}

/* the this places image banner across the top of the content block */
#header {
	display: None;
}

/* change the navigation defaults -------------------------------------------------------------------*/
a {
	color:#0000ff;
	font-weight:normal;
	text-decoration: underline;
}
a:link {
	color: #0000ff;
}

/* setting up the headings -------------------------------------------------------------------------*/
/* Main heading box across the page */ 
#heading {
	text-align: left;
	background-color: #7d8bb8;
	position: relative;
	z-index: 100;
	padding-left: 50px;
	border: 1px solid;
	margin: 0 0 0 0;
}

#heading h1{
	font-size: medium;
	font-weight: bold;
	text-indent: -40px;
	margin: 0 0 0 0;
}
#heading p {
	font-size: 80%;
	font-weight: normal;
	margin: 0 0 0 0;
}

/* sub headings within the content */
#content h2 {
	font-size:medium;
	font-weight:bold;
	margin:0;
	padding:0;
}
#content h3 {
	font-weight:bold;
	font-size:90%;
	margin:0;
	padding:0;
}

/* Organising the sidebar layout -----------------------------------------------------------------------*/
/* the menu and information boxes in the sidebar */
#sidebar {
	display: None;
}


.testimonial {
	font-style:italic;
}

.pagetop {
	display: None;
}

/* bottom of the page -----------------------------------------------------------------------------*/
#footer {
	font-size:small;
	text-align:center;
	clear:both;
	border-top:1px solid;
	padding:10px;
	margin: 0 0 0 0;
}


/* bookmarking line */
#add-tell {
	display: None;
}

/* Vertical Banner that may get hidden ----------------------------------------------------------------------*/ 
/* this places vertical name logo at the top left corner */
#verticalbanner {
	display: None;
}


.hideit {
	display: None;
}
