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

/*This is for the main school page */

#school-header:before {
    content: "Varonloco.com";
	font-weight: bold;
	font-size: 36pt;
	display: block;
	margin-top: auto;
}

#school-bodycontent:after {
	content: "Copyright 2009, Mike Hoggan, All Rights Reserved.";
	font-size: 15pt;
	display: block;
}

#school-footer{
	visibility: hidden; 
}

#school-header img {
	border: none;
}

#classes {
	clear: left;
	padding-top: 2em;
}

.cit-230 {
	padding-left: 1em;
}

.cit-230 img, .cit-235 img {
	border: none;
}

.cit-235 {
	padding-left: 20em;
}
#validator {
	display: none;
}

/*This is for the CIT 235 main pages */

#cit-235-header:before {
    content: "Varonloco.com";
	font-weight: bold;
	font-size: 36pt;
	display: block;
	margin-top: auto;
}

#cit-235-bodycontent:after {
	content: "Copyright 2009, Mike Hoggan, All Rights Reserved.";
	font-size: 15pt;
	display: block;
}

#cit-235-footer {
	visibility: hidden; 
}

#cit-235-header img {
	border: none;
}

/*This is for the CIT 230 main pages */

#cit-230-header:before {
    content: "Varonloco.com";
	font-weight: bold;
	font-size: 36pt;
	display: block;
	margin-top: auto;
}

#cit-230-bodycontent:after {
	content: "Copyright 2009, Mike Hoggan, All Rights Reserved.";
	font-size: 15pt;
	display: block;
}

#cit-230-footer {
	visibility: hidden; 
}

#cit-230-header img {
	border: none;
}

/*These are applicable to the rest of the site */

body{
	background-color: #FFF;
	color: #000;
	font: Georgia, "Times New Roman", Times, serif 12pt;
}

#header{
	display: none;
}
#navigation{
	
}

#bodycontent:before {	
    content: "Varonloco.com";
	font-weight: bold;
	font-size: 36pt;
	display: block;
	margin-top: auto;
}

#bodycontent:after {
	content: "Copyright 2009, Mike Hoggan, All Rights Reserved.";
	font-size: 15pt;
	display: block;
}

#footer{
	visibility: hidden; 
}

#lower-navigation{
	visibility: hidden; 
}

#breadcrumbs {
	visibility: hidden; 
}	


