/* CSS Document */

/* Basic Stuff */

/* Remove unwanted elements */
#nav, #header-left, #header-right, #right, #sidenav, .screen, .noprint
{
display: none;
}



/* Ensure the content spans the full width */
#main-content, #middle
{
width: 100%; margin: 0; float: left; 
}

#main-sub1, #main-sub2, #main-sub3
{
width: 25%; margin: 3%; float: left;
}

/* Change text colour to black (useful for light text on a dark background) */
.body
{
color: #000 
}

/* Improve colour contrast of links */
a:link, a:visited
{
color: #781351
}

html, body {
height: 100%;
}

p {
margin-top: 0px;
}


.print{
display:block;
}

.printrto{
display:block;
float:right;
}
